/external/libchrome/sandbox/linux/system_headers/ |
D | arm64_linux_syscalls.h | 214 #if !defined(__NR_chroot) 215 #define __NR_chroot 51 macro
|
D | x86_64_linux_syscalls.h | 657 #if !defined(__NR_chroot) 658 #define __NR_chroot 161 macro
|
D | x86_32_linux_syscalls.h | 257 #if !defined(__NR_chroot) 258 #define __NR_chroot 61 macro
|
D | mips64_linux_syscalls.h | 640 #if !defined(__NR_chroot) 641 #define __NR_chroot (__NR_Linux + 156) macro
|
D | mips_linux_syscalls.h | 260 #if !defined(__NR_chroot) 261 #define __NR_chroot (__NR_Linux + 61) macro
|
D | arm_linux_syscalls.h | 192 #if !defined(__NR_chroot) 193 #define __NR_chroot (__NR_SYSCALL_BASE+61) macro
|
/external/valgrind/include/vki/ |
D | vki-scnums-tilegx-linux.h | 119 #define __NR_chroot 51 macro
|
D | vki-scnums-s390x-linux.h | 84 #define __NR_chroot 61 macro
|
D | vki-scnums-arm64-linux.h | 90 #define __NR_chroot 51 macro
|
D | vki-scnums-amd64-linux.h | 227 #define __NR_chroot 161 macro
|
D | vki-scnums-x86-linux.h | 98 #define __NR_chroot 61 macro
|
D | vki-scnums-arm-linux.h | 98 #define __NR_chroot 61 macro
|
D | vki-scnums-ppc64-linux.h | 98 #define __NR_chroot 61 macro
|
D | vki-scnums-ppc32-linux.h | 98 #define __NR_chroot 61 macro
|
D | vki-scnums-solaris.h | 118 #define __NR_chroot SYS_chroot macro
|
D | vki-scnums-mips64-linux.h | 195 #define __NR_chroot (__NR_Linux + 156) macro
|
D | vki-scnums-mips32-linux.h | 101 #define __NR_chroot (__NR_Linux + 61) macro
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | unistd_64.h | 165 #define __NR_chroot 161 macro
|
D | unistd_32.h | 65 #define __NR_chroot 61 macro
|
D | unistd_x32.h | 147 #define __NR_chroot (__X32_SYSCALL_BIT + 161) macro
|
/external/libchrome/sandbox/linux/services/ |
D | syscall_wrappers.cc | 135 return syscall(__NR_chroot, path); in sys_chroot()
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | unistd.h | 84 #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/ |
D | baseline_policy_unittest.cc | 228 TEST_BASELINE_SIGSYS(__NR_chroot);
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | unistd.h | 167 #define __NR_chroot 51 macro 168 __SYSCALL(__NR_chroot, sys_chroot)
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | unistd.h | 89 #define __NR_chroot (__NR_SYSCALL_BASE+ 61) macro
|