Searched refs:__NR_close (Results 1 – 10 of 10) sorted by relevance
35 #ifdef __NR_close36 SC_ALLOW(__NR_close),
183 #define __NR_close 57 macro184 __SYSCALL(__NR_close, sys_close)
185 #define __NR_close 57 macro186 __SYSCALL(__NR_close, sys_close)
25 #define __NR_close 6 macro26 __SYSCALL(__NR_close, sys_close)
10 #define __NR_close (__NR_SYSCALL_BASE + 6) macro
226 #ifdef __NR_close227 # define SYS_close __NR_close
1507 return my_syscall1(__NR_close, fd); in sys_close()