Home
last modified time | relevance | path

Searched refs:__NR_sendfile (Results 1 – 25 of 27) sorted by relevance

12

/external/chromium_org/sandbox/linux/services/
Dx86_64_linux_syscalls.h173 #if !defined(__NR_sendfile)
174 #define __NR_sendfile 40 macro
Dx86_32_linux_syscalls.h761 #if !defined(__NR_sendfile)
762 #define __NR_sendfile 187 macro
Darm_linux_syscalls.h610 #if !defined(__NR_sendfile)
611 #define __NR_sendfile (__NR_SYSCALL_BASE+187) macro
/external/valgrind/main/include/vki/
Dvki-scnums-s390x-linux.h185 #define __NR_sendfile 187 macro
Dvki-scnums-ppc64-linux.h223 #define __NR_sendfile 186 macro
Dvki-scnums-amd64-linux.h82 #define __NR_sendfile 40 macro
Dvki-scnums-ppc32-linux.h223 #define __NR_sendfile 186 macro
Dvki-scnums-x86-linux.h224 #define __NR_sendfile 187 macro
Dvki-scnums-arm-linux.h224 #define __NR_sendfile 187 macro
Dvki-scnums-mips32-linux.h247 #define __NR_sendfile (__NR_Linux + 207) macro
Dvki-scnums-darwin.h554 #define __NR_sendfile VG_DARWIN_SYSCALL_CONSTRUCT_UNIX(337) macro
/external/kernel-headers/original/asm-x86/
Dunistd_32.h195 #define __NR_sendfile 187 macro
/external/kernel-headers/original/asm-mips/
Dunistd.h230 #define __NR_sendfile (__NR_Linux + 207) macro
426 #define __NR_sendfile (__NR_Linux + 39) macro
749 #define __NR_sendfile (__NR_Linux + 39) macro
/external/kernel-headers/original/asm-arm/
Dunistd.h215 #define __NR_sendfile (__NR_SYSCALL_BASE+187) macro
/external/chromium_org/sandbox/linux/seccomp-bpf-helpers/
Dsyscall_sets.cc537 case __NR_sendfile: in IsAllowedGeneralIo()
/external/valgrind/main/memcheck/tests/x86-linux/
Dscalar.c838 GO(__NR_sendfile, "4s 1m"); in main()
839 SY(__NR_sendfile, x0, x0, x0+1, x0); FAIL; in main()
/external/valgrind/main/memcheck/tests/darwin/
Dscalar.c1418 GO(__NR_sendfile, "4s 1m"); in main()
1419 SY(__NR_sendfile, x0, x0, x0+1, x0); FAIL; in main()
/external/valgrind/main/coregrind/m_syswrap/
Dsyswrap-ppc64-linux.c1323 LINXY(__NR_sendfile, sys_sendfile), // 186
Dsyswrap-ppc32-linux.c1678 LINXY(__NR_sendfile, sys_sendfile), // 186
Dsyswrap-s390x-linux.c1341 LINXY(__NR_sendfile, sys_sendfile), // 187
Dsyswrap-amd64-linux.c1120 LINXY(__NR_sendfile, sys_sendfile), // 40
Dsyswrap-arm-linux.c1674 LINXY(__NR_sendfile, sys_sendfile), // 187
Dsyswrap-mips32-linux.c1635 LINXY (__NR_sendfile, sys_sendfile), // 207
Dsyswrap-x86-linux.c2043 LINXY(__NR_sendfile, sys_sendfile), // 187
/external/valgrind/main/docs/internals/
Dporting-to-ARM.txt1094 #define __NR_sendfile (__NR_SYSCALL_BASE+187)

12