Searched refs:__NR_fchown32 (Results 1 – 15 of 15) sorted by relevance
/external/strace/tests/ |
D | uid32.c | 44 && defined(__NR_fchown32) \ in main() 55 assert(syscall(__NR_fchown32, 1, -1, -1L) == 0); in main()
|
D | uid16.c | 53 && defined(__NR_fchown32) \ in main() 61 && __NR_fchown != __NR_fchown32 \ in main()
|
/external/libchrome/sandbox/linux/system_headers/ |
D | x86_32_linux_syscalls.h | 841 #if !defined(__NR_fchown32) 842 #define __NR_fchown32 207 macro
|
D | arm_linux_syscalls.h | 684 #if !defined(__NR_fchown32) 685 #define __NR_fchown32 (__NR_SYSCALL_BASE+207) macro
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | unistd_32.h | 211 #define __NR_fchown32 207 macro
|
/external/valgrind/include/vki/ |
D | vki-scnums-arm-linux.h | 244 #define __NR_fchown32 207 macro
|
D | vki-scnums-x86-linux.h | 244 #define __NR_fchown32 207 macro
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | unistd.h | 235 #define __NR_fchown32 (__NR_SYSCALL_BASE+207) macro
|
/external/valgrind/memcheck/tests/x86-linux/ |
D | scalar.c | 922 GO(__NR_fchown32, "3s 0m"); in main() 923 SY(__NR_fchown32, x0, x0, x0); FAIL; in main()
|
D | scalar.stderr.exp | 2694 207: __NR_fchown32 3s 0m
|
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/ |
D | syscall_sets.cc | 205 case __NR_fchown32: in IsDeniedFileSystemAccessViaFd()
|
/external/valgrind/memcheck/tests/darwin/ |
D | scalar.c | 1508 GO(__NR_fchown32, "3s 0m"); in main() 1509 SY(__NR_fchown32, x0, x0, x0); FAIL; in main()
|
/external/valgrind/coregrind/m_syswrap/ |
D | syswrap-arm-linux.c | 1011 GENX_(__NR_fchown32, sys_fchown), // 207
|
D | syswrap-x86-linux.c | 1648 GENX_(__NR_fchown32, sys_fchown), // 207
|
/external/valgrind/docs/internals/ |
D | porting-to-ARM.txt | 1114 #define __NR_fchown32 (__NR_SYSCALL_BASE+207)
|