Searched refs:__NR_chroot (Results 1 – 15 of 15) sorted by relevance
182 #define __NR_chroot 161 macro
82 #define __NR_chroot 61 macro
164 #define __NR_chroot (__X32_SYSCALL_BIT + 161) macro
90 #define __NR_chroot 51 macro
130 #define __NR_chroot 51 macro131 __SYSCALL(__NR_chroot, sys_chroot)
173 #define __NR_chroot 51 macro174 __SYSCALL(__NR_chroot, sys_chroot)
177 #define __NR_chroot (__NR_Linux + 156) macro
82 #define __NR_chroot (__NR_Linux + 61) macro
51 #define __NR_chroot (__NR_SYSCALL_BASE + 61) macro
135 #define __NR_chroot 61 macro136 __SYSCALL(__NR_chroot, sys_chroot)
64 #define __NR_chroot (__NR_SYSCALL_BASE + 61) macro
269 SYSCALL_HAND_DEF(__NR_chroot, SysChroot, int, ARG_NUM_1)
1501 return my_syscall1(__NR_chroot, path); in sys_chroot()