Searched refs:__NR_chroot (Results 1 – 4 of 4) sorted by relevance
173 #define __NR_chroot 51 macro174 __SYSCALL(__NR_chroot, sys_chroot)
135 #define __NR_chroot 61 macro136 __SYSCALL(__NR_chroot, sys_chroot)
175 return my_syscall1(__NR_chroot, path); in sys_chroot()