/external/chromium_org/sandbox/linux/services/ |
D | x86_64_linux_syscalls.h | 389 #if !defined(__NR_lchown) 390 #define __NR_lchown 94 macro
|
D | x86_32_linux_syscalls.h | 77 #if !defined(__NR_lchown) 78 #define __NR_lchown 16 macro
|
D | arm_linux_syscalls.h | 74 #if !defined(__NR_lchown) 75 #define __NR_lchown (__NR_SYSCALL_BASE+16) macro
|
/external/valgrind/main/include/vki/ |
D | vki-scnums-s390x-linux.h | 321 #define __NR_lchown 198 macro
|
D | vki-scnums-ppc64-linux.h | 53 #define __NR_lchown 16 macro
|
D | vki-scnums-amd64-linux.h | 142 #define __NR_lchown 94 macro
|
D | vki-scnums-ppc32-linux.h | 53 #define __NR_lchown 16 macro
|
D | vki-scnums-x86-linux.h | 53 #define __NR_lchown 16 macro
|
D | vki-scnums-arm-linux.h | 53 #define __NR_lchown 16 macro
|
D | vki-scnums-mips32-linux.h | 56 #define __NR_lchown (__NR_Linux + 16) macro
|
D | vki-scnums-darwin.h | 582 #define __NR_lchown VG_DARWIN_SYSCALL_CONSTRUCT_UNIX(364) macro
|
/external/kernel-headers/original/asm-x86/ |
D | unistd_32.h | 24 #define __NR_lchown 16 macro
|
/external/kernel-headers/original/asm-mips/ |
D | unistd.h | 39 #define __NR_lchown (__NR_Linux + 16) macro 479 #define __NR_lchown (__NR_Linux + 92) macro 802 #define __NR_lchown (__NR_Linux + 92) macro
|
/external/kernel-headers/original/asm-arm/ |
D | unistd.h | 44 #define __NR_lchown (__NR_SYSCALL_BASE+ 16) macro
|
/external/chromium_org/sandbox/linux/seccomp-bpf-helpers/ |
D | syscall_sets.cc | 97 case __NR_lchown: in IsFileSystem()
|
/external/valgrind/main/coregrind/m_syswrap/ |
D | syswrap-ppc64-linux.c | 1119 GENX_(__NR_lchown, sys_lchown), // 16
|
D | syswrap-ppc32-linux.c | 1473 GENX_(__NR_lchown, sys_lchown), // 16 ## P
|
D | syswrap-s390x-linux.c | 1354 GENX_(__NR_lchown, sys_lchown), // 198
|
D | syswrap-amd64-linux.c | 1184 GENX_(__NR_lchown, sys_lchown), // 94
|
D | syswrap-mips32-linux.c | 1430 GENX_ (__NR_lchown, sys_lchown), // 16
|
D | syswrap-darwin.c | 8310 GENX_(__NR_lchown, sys_lchown),
|
/external/valgrind/main/memcheck/tests/x86-linux/ |
D | scalar.c | 110 GO(__NR_lchown, "n/a"); in main()
|
D | scalar.stderr.exp | 234 16: __NR_lchown n/a
|
/external/valgrind/main/memcheck/tests/darwin/ |
D | scalar.c | 701 GO(__NR_lchown, "n/a"); in main()
|
/external/valgrind/main/docs/internals/ |
D | porting-to-ARM.txt | 923 #define __NR_lchown (__NR_SYSCALL_BASE+ 16)
|