Searched refs:__NR_close (Results 1 – 15 of 15) sorted by relevance
24 #define __NR_close 3 macro
27 #define __NR_close 6 macro
24 #define __NR_close (__X32_SYSCALL_BIT + 3) macro
96 #define __NR_close 57 macro
142 #define __NR_close 57 macro143 __SYSCALL(__NR_close, sys_close)
185 #define __NR_close 57 macro186 __SYSCALL(__NR_close, sys_close)
24 #define __NR_close (__NR_Linux + 3) macro
27 #define __NR_close (__NR_Linux + 6) macro
14 #define __NR_close (__NR_SYSCALL_BASE + 6) macro
25 #define __NR_close 6 macro26 __SYSCALL(__NR_close, sys_close)
27 #define __NR_close (__NR_SYSCALL_BASE + 6) macro
38 SYSCALL_HAND_DEF(__NR_close, SysClose, int, ARG_NUM_1)
1507 return my_syscall1(__NR_close, fd); in sys_close()