Home
last modified time | relevance | path

Searched refs:__NR_chroot (Results 1 – 25 of 43) sorted by relevance

12

/external/libchrome/sandbox/linux/system_headers/
Darm64_linux_syscalls.h214 #if !defined(__NR_chroot)
215 #define __NR_chroot 51 macro
Dx86_64_linux_syscalls.h657 #if !defined(__NR_chroot)
658 #define __NR_chroot 161 macro
Dx86_32_linux_syscalls.h257 #if !defined(__NR_chroot)
258 #define __NR_chroot 61 macro
Dmips64_linux_syscalls.h640 #if !defined(__NR_chroot)
641 #define __NR_chroot (__NR_Linux + 156) macro
Dmips_linux_syscalls.h260 #if !defined(__NR_chroot)
261 #define __NR_chroot (__NR_Linux + 61) macro
Darm_linux_syscalls.h192 #if !defined(__NR_chroot)
193 #define __NR_chroot (__NR_SYSCALL_BASE+61) macro
/external/valgrind/include/vki/
Dvki-scnums-tilegx-linux.h119 #define __NR_chroot 51 macro
Dvki-scnums-s390x-linux.h84 #define __NR_chroot 61 macro
Dvki-scnums-arm64-linux.h90 #define __NR_chroot 51 macro
Dvki-scnums-amd64-linux.h227 #define __NR_chroot 161 macro
Dvki-scnums-x86-linux.h98 #define __NR_chroot 61 macro
Dvki-scnums-arm-linux.h98 #define __NR_chroot 61 macro
Dvki-scnums-ppc64-linux.h98 #define __NR_chroot 61 macro
Dvki-scnums-ppc32-linux.h98 #define __NR_chroot 61 macro
Dvki-scnums-solaris.h118 #define __NR_chroot SYS_chroot macro
Dvki-scnums-mips64-linux.h195 #define __NR_chroot (__NR_Linux + 156) macro
Dvki-scnums-mips32-linux.h101 #define __NR_chroot (__NR_Linux + 61) macro
/external/kernel-headers/original/uapi/asm-x86/asm/
Dunistd_64.h165 #define __NR_chroot 161 macro
Dunistd_32.h65 #define __NR_chroot 61 macro
Dunistd_x32.h147 #define __NR_chroot (__X32_SYSCALL_BIT + 161) macro
/external/libchrome/sandbox/linux/services/
Dsyscall_wrappers.cc135 return syscall(__NR_chroot, path); in sys_chroot()
/external/kernel-headers/original/uapi/asm-mips/asm/
Dunistd.h84 #define __NR_chroot (__NR_Linux + 61) macro
556 #define __NR_chroot (__NR_Linux + 156) macro
893 #define __NR_chroot (__NR_Linux + 156) macro
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/
Dbaseline_policy_unittest.cc228 TEST_BASELINE_SIGSYS(__NR_chroot);
/external/kernel-headers/original/uapi/asm-generic/
Dunistd.h167 #define __NR_chroot 51 macro
168 __SYSCALL(__NR_chroot, sys_chroot)
/external/kernel-headers/original/uapi/asm-arm/asm/
Dunistd.h89 #define __NR_chroot (__NR_SYSCALL_BASE+ 61) macro

12