Searched refs:__NR_link (Results 1 – 13 of 13) sorted by relevance
28 #ifdef __NR_link29 __NR_link,
14 #ifdef __NR_link15 __NR_link,
107 #define __NR_link 86 macro
30 #define __NR_link 9 macro
96 #define __NR_link (__X32_SYSCALL_BIT + 86) macro
105 #define __NR_link (__NR_Linux + 84) macro
30 #define __NR_link (__NR_Linux + 9) macro
16 #define __NR_link (__NR_SYSCALL_BASE + 9) macro
31 #define __NR_link 9 macro32 __SYSCALL(__NR_link, sys_link)
29 #define __NR_link (__NR_SYSCALL_BASE + 9) macro
40 SYSCALL_HAND_DEF(__NR_link, SysLink, int, ARG_NUM_2)
1582 return my_syscall2(__NR_link, old, new); in sys_link()