Home
last modified time | relevance | path

Searched refs:__NR_sendfile64 (Results 1 – 21 of 21) sorted by relevance

/external/strace/tests/
Dsendfile64.c43 #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/
Dx86_32_linux_syscalls.h961 #if !defined(__NR_sendfile64)
962 #define __NR_sendfile64 239 macro
Darm_linux_syscalls.h804 #if !defined(__NR_sendfile64)
805 #define __NR_sendfile64 (__NR_SYSCALL_BASE+239) macro
Dmips_linux_syscalls.h966 #if !defined(__NR_sendfile64)
967 #define __NR_sendfile64 (__NR_Linux + 237) macro
/external/valgrind/include/vki/
Dvki-scnums-ppc32-linux.h268 #define __NR_sendfile64 226 macro
Dvki-scnums-x86-linux.h276 #define __NR_sendfile64 239 macro
Dvki-scnums-arm-linux.h276 #define __NR_sendfile64 239 macro
Dvki-scnums-mips32-linux.h277 #define __NR_sendfile64 (__NR_Linux + 237) macro
/external/kernel-headers/original/uapi/asm-x86/asm/
Dunistd_32.h241 #define __NR_sendfile64 239 macro
/external/kernel-headers/original/uapi/asm-arm/asm/
Dunistd.h267 #define __NR_sendfile64 (__NR_SYSCALL_BASE+239) macro
/external/valgrind/memcheck/tests/x86-linux/
Dscalar.c1063 GO(__NR_sendfile64, "4s 1m"); in main()
1064 SY(__NR_sendfile64, x0, x0, x0+1, x0); FAIL; in main()
Dscalar.stderr.exp3279 239: __NR_sendfile64 4s 1m
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/
Dsyscall_sets.cc572 case __NR_sendfile64: in IsAllowedGeneralIo()
/external/kernel-headers/original/uapi/asm-mips/asm/
Dunistd.h260 #define __NR_sendfile64 (__NR_Linux + 237) macro
956 #define __NR_sendfile64 (__NR_Linux + 219) macro
/external/valgrind/memcheck/tests/darwin/
Dscalar.c1649 GO(__NR_sendfile64, "4s 1m"); in main()
1650 SY(__NR_sendfile64, x0, x0, x0+1, x0); FAIL; in main()
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-ppc32-linux.c1131 LINXY(__NR_sendfile64, sys_sendfile64), // 226
Dsyswrap-mips32-linux.c1036 LINXY (__NR_sendfile64, sys_sendfile64), // 237
Dsyswrap-arm-linux.c1049 LINXY(__NR_sendfile64, sys_sendfile64), // 239
Dsyswrap-x86-linux.c1686 LINXY(__NR_sendfile64, sys_sendfile64), // 239
/external/kernel-headers/original/uapi/asm-generic/
Dunistd.h918 #define __NR_sendfile64 __NR3264_sendfile
/external/valgrind/docs/internals/
Dporting-to-ARM.txt1146 #define __NR_sendfile64 (__NR_SYSCALL_BASE+239)