Searched refs:__NR_chown32 (Results 1 – 13 of 13) sorted by relevance
/external/libchrome/sandbox/linux/system_headers/ |
D | x86_32_linux_syscalls.h | 861 #if !defined(__NR_chown32) 862 #define __NR_chown32 212 macro
|
D | arm_linux_syscalls.h | 704 #if !defined(__NR_chown32) 705 #define __NR_chown32 (__NR_SYSCALL_BASE+212) macro
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | unistd_32.h | 216 #define __NR_chown32 212 macro
|
/external/valgrind/include/vki/ |
D | vki-scnums-arm-linux.h | 249 #define __NR_chown32 212 macro
|
D | vki-scnums-x86-linux.h | 249 #define __NR_chown32 212 macro
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | unistd.h | 240 #define __NR_chown32 (__NR_SYSCALL_BASE+212) macro
|
/external/valgrind/memcheck/tests/x86-linux/ |
D | scalar.c | 942 GO(__NR_chown32, "3s 1m"); in main() 943 SY(__NR_chown32, x0, x0, x0); FAIL; in main()
|
D | scalar.stderr.exp | 2799 212: __NR_chown32 3s 1m
|
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/ |
D | syscall_sets.cc | 84 case __NR_chown32: in IsFileSystem()
|
/external/valgrind/memcheck/tests/darwin/ |
D | scalar.c | 1528 GO(__NR_chown32, "3s 1m"); in main() 1529 SY(__NR_chown32, x0, x0, x0); FAIL; in main()
|
/external/valgrind/coregrind/m_syswrap/ |
D | syswrap-arm-linux.c | 1017 GENX_(__NR_chown32, sys_chown), // 212
|
D | syswrap-x86-linux.c | 1654 GENX_(__NR_chown32, sys_chown), // 212
|
/external/valgrind/docs/internals/ |
D | porting-to-ARM.txt | 1119 #define __NR_chown32 (__NR_SYSCALL_BASE+212)
|