Searched refs:__NR_chroot (Results 1 – 11 of 11) sorted by relevance
4 #ifdef __NR_chroot14 long rc = syscall(__NR_chroot, sample); in main()
489 #ifdef __NR_chroot490 { "chroot", __NR_chroot },
165 #define __NR_chroot 161 macro
65 #define __NR_chroot 61 macro
147 #define __NR_chroot (__X32_SYSCALL_BIT + 161) macro
491 #ifndef __NR_chroot492 # define __NR_chroot (SYSCALL_BIT | 161) macro
173 #define __NR_chroot 51 macro174 __SYSCALL(__NR_chroot, sys_chroot)
47 #define __NR_chroot (__NR_SYSCALL_BASE + 61) macro
157 #ifdef __NR_chroot158 #define SYS_chroot __NR_chroot