Searched refs:__NR_sendfile64 (Results 1 – 16 of 16) sorted by relevance
/external/valgrind/include/vki/ |
D | vki-scnums-x86-linux.h | 276 #define __NR_sendfile64 239 macro
|
D | vki-scnums-arm-linux.h | 276 #define __NR_sendfile64 239 macro
|
D | vki-scnums-ppc32-linux.h | 268 #define __NR_sendfile64 226 macro
|
D | vki-scnums-mips32-linux.h | 277 #define __NR_sendfile64 (__NR_Linux + 237) macro
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | unistd_32.h | 241 #define __NR_sendfile64 239 macro
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | unistd.h | 267 #define __NR_sendfile64 (__NR_SYSCALL_BASE+239) macro
|
/external/valgrind/memcheck/tests/x86-linux/ |
D | scalar.c | 1063 GO(__NR_sendfile64, "4s 1m"); in main() 1064 SY(__NR_sendfile64, x0, x0, x0+1, x0); FAIL; in main()
|
D | scalar.stderr.exp | 3279 239: __NR_sendfile64 4s 1m
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | unistd.h | 260 #define __NR_sendfile64 (__NR_Linux + 237) macro 948 #define __NR_sendfile64 (__NR_Linux + 219) macro
|
/external/valgrind/memcheck/tests/darwin/ |
D | scalar.c | 1647 GO(__NR_sendfile64, "4s 1m"); in main() 1648 SY(__NR_sendfile64, x0, x0, x0+1, x0); FAIL; in main()
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | unistd.h | 910 #define __NR_sendfile64 __NR3264_sendfile
|
/external/valgrind/coregrind/m_syswrap/ |
D | syswrap-ppc32-linux.c | 1130 LINXY(__NR_sendfile64, sys_sendfile64), // 226
|
D | syswrap-arm-linux.c | 1048 LINXY(__NR_sendfile64, sys_sendfile64), // 239
|
D | syswrap-mips32-linux.c | 1034 LINXY (__NR_sendfile64, sys_sendfile64), // 237
|
D | syswrap-x86-linux.c | 1682 LINXY(__NR_sendfile64, sys_sendfile64), // 239
|
/external/valgrind/docs/internals/ |
D | porting-to-ARM.txt | 1146 #define __NR_sendfile64 (__NR_SYSCALL_BASE+239)
|