Searched refs:__NR_fchown (Results 1 – 22 of 22) sorted by relevance
/external/valgrind/main/include/vki/ |
D | vki-scnums-s390x-linux.h | 327 #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-x86-linux.h | 132 #define __NR_fchown 95 macro
|
D | vki-scnums-arm-linux.h | 132 #define __NR_fchown 95 macro
|
D | vki-scnums-ppc32-linux.h | 132 #define __NR_fchown 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 461 #define __NR_fchown (__NR_Linux + 91) macro 767 #define __NR_fchown (__NR_Linux + 91) macro
|
/external/strace/ |
D | syscall-android.h | 47 #define SYS_fchown __NR_fchown
|
/external/kernel-headers/original/asm-arm/ |
D | unistd.h | 123 #define __NR_fchown (__NR_SYSCALL_BASE+ 95) macro
|
/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()
|
D | scalar.stderr.exp | 1038 95: __NR_fchown 3s 0m
|
/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 | 1213 GENX_(__NR_fchown, sys_fchown), // 95
|
D | syswrap-ppc32-linux.c | 1566 GENX_(__NR_fchown, sys_fchown), // 95
|
D | syswrap-amd64-linux.c | 1167 GENX_(__NR_fchown, sys_fchown), // 93
|
D | syswrap-s390x-linux.c | 1356 GENX_(__NR_fchown, sys_fchown), // 207
|
D | syswrap-arm-linux.c | 1489 LINX_(__NR_fchown, sys_fchown16), // 95
|
D | syswrap-x86-linux.c | 1929 LINX_(__NR_fchown, sys_fchown16), // 95
|
D | syswrap-darwin.c | 7953 GENX_(__NR_fchown, sys_fchown),
|
/external/valgrind/main/docs/internals/ |
D | porting-to-ARM.txt | 1002 #define __NR_fchown (__NR_SYSCALL_BASE+ 95)
|