/external/chromium_org/sandbox/linux/services/ |
D | x86_64_linux_syscalls.h | 385 #if !defined(__NR_fchown) 386 #define __NR_fchown 93 macro
|
D | x86_32_linux_syscalls.h | 393 #if !defined(__NR_fchown) 394 #define __NR_fchown 95 macro
|
D | arm_linux_syscalls.h | 298 #if !defined(__NR_fchown) 299 #define __NR_fchown (__NR_SYSCALL_BASE+95) macro
|
/external/valgrind/main/include/vki/ |
D | vki-scnums-s390x-linux.h | 330 #define __NR_fchown 207 macro
|
D | vki-scnums-ppc64-linux.h | 132 #define __NR_fchown 95 macro
|
D | vki-scnums-amd64-linux.h | 141 #define __NR_fchown 93 macro
|
D | vki-scnums-ppc32-linux.h | 132 #define __NR_fchown 95 macro
|
D | vki-scnums-x86-linux.h | 132 #define __NR_fchown 95 macro
|
D | vki-scnums-arm-linux.h | 132 #define __NR_fchown 95 macro
|
D | vki-scnums-mips32-linux.h | 135 #define __NR_fchown (__NR_Linux + 95) macro
|
D | vki-scnums-darwin.h | 318 #define __NR_fchown VG_DARWIN_SYSCALL_CONSTRUCT_UNIX(123) macro
|
/external/kernel-headers/original/asm-x86/ |
D | unistd_32.h | 103 #define __NR_fchown 95 macro
|
/external/kernel-headers/original/asm-mips/ |
D | unistd.h | 118 #define __NR_fchown (__NR_Linux + 95) macro 478 #define __NR_fchown (__NR_Linux + 91) macro 801 #define __NR_fchown (__NR_Linux + 91) macro
|
/external/kernel-headers/original/asm-arm/ |
D | unistd.h | 123 #define __NR_fchown (__NR_SYSCALL_BASE+ 95) macro
|
/external/chromium_org/sandbox/linux/seccomp-bpf-helpers/ |
D | syscall_sets.cc | 196 case __NR_fchown: in IsDeniedFileSystemAccessViaFd()
|
/external/valgrind/main/memcheck/tests/x86-linux/ |
D | scalar.c | 449 GO(__NR_fchown, "3s 0m"); in main() 450 SY(__NR_fchown, x0, x0, x0); FAIL; in main()
|
/external/valgrind/main/memcheck/tests/darwin/ |
D | scalar.c | 1040 GO(__NR_fchown, "3s 0m"); in main() 1041 SY(__NR_fchown, x0, x0, x0); FAIL; in main()
|
/external/valgrind/main/coregrind/m_syswrap/ |
D | syswrap-ppc64-linux.c | 1214 GENX_(__NR_fchown, sys_fchown), // 95
|
D | syswrap-ppc32-linux.c | 1568 GENX_(__NR_fchown, sys_fchown), // 95
|
D | syswrap-s390x-linux.c | 1365 GENX_(__NR_fchown, sys_fchown), // 207
|
D | syswrap-amd64-linux.c | 1183 GENX_(__NR_fchown, sys_fchown), // 93
|
D | syswrap-arm-linux.c | 1562 LINX_(__NR_fchown, sys_fchown16), // 95
|
D | syswrap-mips32-linux.c | 1512 GENX_ (__NR_fchown, sys_fchown), // 95
|
D | syswrap-x86-linux.c | 1931 LINX_(__NR_fchown, sys_fchown16), // 95
|
/external/valgrind/main/docs/internals/ |
D | porting-to-ARM.txt | 1002 #define __NR_fchown (__NR_SYSCALL_BASE+ 95)
|