Searched refs:__NR_sendfile64 (Results 1 – 18 of 18) sorted by relevance
/external/chromium_org/sandbox/linux/services/ |
D | x86_32_linux_syscalls.h | 961 #if !defined(__NR_sendfile64) 962 #define __NR_sendfile64 239 macro
|
D | arm_linux_syscalls.h | 802 #if !defined(__NR_sendfile64) 803 #define __NR_sendfile64 (__NR_SYSCALL_BASE+239) macro
|
/external/valgrind/main/include/vki/ |
D | vki-scnums-ppc32-linux.h | 268 #define __NR_sendfile64 226 macro
|
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-mips32-linux.h | 277 #define __NR_sendfile64 (__NR_Linux + 237) macro
|
/external/kernel-headers/original/asm-x86/ |
D | unistd_32.h | 247 #define __NR_sendfile64 239 macro
|
/external/kernel-headers/original/asm-arm/ |
D | unistd.h | 267 #define __NR_sendfile64 (__NR_SYSCALL_BASE+239) macro
|
/external/chromium_org/sandbox/linux/seccomp-bpf-helpers/ |
D | syscall_sets.cc | 539 case __NR_sendfile64: in IsAllowedGeneralIo()
|
/external/valgrind/main/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 | 3275 239: __NR_sendfile64 4s 1m
|
/external/kernel-headers/original/asm-mips/ |
D | unistd.h | 260 #define __NR_sendfile64 (__NR_Linux + 237) macro 929 #define __NR_sendfile64 (__NR_Linux + 219) macro
|
/external/valgrind/main/memcheck/tests/darwin/ |
D | scalar.c | 1643 GO(__NR_sendfile64, "4s 1m"); in main() 1644 SY(__NR_sendfile64, x0, x0, x0+1, x0); FAIL; in main()
|
/external/valgrind/main/coregrind/m_syswrap/ |
D | syswrap-ppc32-linux.c | 1727 LINXY(__NR_sendfile64, sys_sendfile64), // 226
|
D | syswrap-arm-linux.c | 1737 LINXY(__NR_sendfile64, sys_sendfile64), // 239
|
D | syswrap-mips32-linux.c | 1673 LINXY (__NR_sendfile64, sys_sendfile64), // 237
|
D | syswrap-x86-linux.c | 2106 LINXY(__NR_sendfile64, sys_sendfile64), // 239
|
/external/valgrind/main/docs/internals/ |
D | porting-to-ARM.txt | 1146 #define __NR_sendfile64 (__NR_SYSCALL_BASE+239)
|