/external/strace/tests/ |
D | sendfile64.c | 43 #ifdef __NR_sendfile64 70 if (!syscall(__NR_sendfile64, 0, 1, NULL, page_len) || in main() 81 if (!syscall(__NR_sendfile64, 0, 1, p + page_len, page_len)) in main() 86 if (syscall(__NR_sendfile64, sv[1], reg_in, NULL, alen) != (long) alen) in main() 93 if (syscall(__NR_sendfile64, sv[1], reg_in, p_off, alen) != (long) alen) in main() 99 if (syscall(__NR_sendfile64, sv[1], reg_in, p_off, stb.st_size + 1) in main() 109 if (!syscall(__NR_sendfile64, sv[1], reg_in, p_off, 1)) in main() 116 if (syscall(__NR_sendfile64, sv[1], reg_in, p_off, 1)) in main()
|
/external/libchrome/sandbox/linux/system_headers/ |
D | x86_32_linux_syscalls.h | 961 #if !defined(__NR_sendfile64) 962 #define __NR_sendfile64 239 macro
|
D | arm_linux_syscalls.h | 804 #if !defined(__NR_sendfile64) 805 #define __NR_sendfile64 (__NR_SYSCALL_BASE+239) macro
|
D | mips_linux_syscalls.h | 966 #if !defined(__NR_sendfile64) 967 #define __NR_sendfile64 (__NR_Linux + 237) macro
|
/external/valgrind/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/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/libchrome/sandbox/linux/seccomp-bpf-helpers/ |
D | syscall_sets.cc | 572 case __NR_sendfile64: in IsAllowedGeneralIo()
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | unistd.h | 260 #define __NR_sendfile64 (__NR_Linux + 237) macro 956 #define __NR_sendfile64 (__NR_Linux + 219) macro
|
/external/valgrind/memcheck/tests/darwin/ |
D | scalar.c | 1649 GO(__NR_sendfile64, "4s 1m"); in main() 1650 SY(__NR_sendfile64, x0, x0, x0+1, x0); FAIL; in main()
|
/external/valgrind/coregrind/m_syswrap/ |
D | syswrap-ppc32-linux.c | 1131 LINXY(__NR_sendfile64, sys_sendfile64), // 226
|
D | syswrap-mips32-linux.c | 1036 LINXY (__NR_sendfile64, sys_sendfile64), // 237
|
D | syswrap-arm-linux.c | 1049 LINXY(__NR_sendfile64, sys_sendfile64), // 239
|
D | syswrap-x86-linux.c | 1686 LINXY(__NR_sendfile64, sys_sendfile64), // 239
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | unistd.h | 918 #define __NR_sendfile64 __NR3264_sendfile
|
/external/valgrind/docs/internals/ |
D | porting-to-ARM.txt | 1146 #define __NR_sendfile64 (__NR_SYSCALL_BASE+239)
|