/external/chromium_org/sandbox/linux/services/ |
D | x86_64_linux_syscalls.h | 173 #if !defined(__NR_sendfile) 174 #define __NR_sendfile 40 macro
|
D | x86_32_linux_syscalls.h | 761 #if !defined(__NR_sendfile) 762 #define __NR_sendfile 187 macro
|
D | arm_linux_syscalls.h | 610 #if !defined(__NR_sendfile) 611 #define __NR_sendfile (__NR_SYSCALL_BASE+187) macro
|
/external/valgrind/main/include/vki/ |
D | vki-scnums-s390x-linux.h | 185 #define __NR_sendfile 187 macro
|
D | vki-scnums-ppc64-linux.h | 223 #define __NR_sendfile 186 macro
|
D | vki-scnums-amd64-linux.h | 82 #define __NR_sendfile 40 macro
|
D | vki-scnums-ppc32-linux.h | 223 #define __NR_sendfile 186 macro
|
D | vki-scnums-x86-linux.h | 224 #define __NR_sendfile 187 macro
|
D | vki-scnums-arm-linux.h | 224 #define __NR_sendfile 187 macro
|
D | vki-scnums-mips32-linux.h | 247 #define __NR_sendfile (__NR_Linux + 207) macro
|
D | vki-scnums-darwin.h | 554 #define __NR_sendfile VG_DARWIN_SYSCALL_CONSTRUCT_UNIX(337) macro
|
/external/kernel-headers/original/asm-x86/ |
D | unistd_32.h | 195 #define __NR_sendfile 187 macro
|
/external/kernel-headers/original/asm-mips/ |
D | unistd.h | 230 #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/ |
D | unistd.h | 215 #define __NR_sendfile (__NR_SYSCALL_BASE+187) macro
|
/external/chromium_org/sandbox/linux/seccomp-bpf-helpers/ |
D | syscall_sets.cc | 537 case __NR_sendfile: in IsAllowedGeneralIo()
|
/external/valgrind/main/memcheck/tests/x86-linux/ |
D | scalar.c | 838 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/ |
D | scalar.c | 1418 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/ |
D | syswrap-ppc64-linux.c | 1323 LINXY(__NR_sendfile, sys_sendfile), // 186
|
D | syswrap-ppc32-linux.c | 1678 LINXY(__NR_sendfile, sys_sendfile), // 186
|
D | syswrap-s390x-linux.c | 1341 LINXY(__NR_sendfile, sys_sendfile), // 187
|
D | syswrap-amd64-linux.c | 1120 LINXY(__NR_sendfile, sys_sendfile), // 40
|
D | syswrap-arm-linux.c | 1674 LINXY(__NR_sendfile, sys_sendfile), // 187
|
D | syswrap-mips32-linux.c | 1635 LINXY (__NR_sendfile, sys_sendfile), // 207
|
D | syswrap-x86-linux.c | 2043 LINXY(__NR_sendfile, sys_sendfile), // 187
|
/external/valgrind/main/docs/internals/ |
D | porting-to-ARM.txt | 1094 #define __NR_sendfile (__NR_SYSCALL_BASE+187)
|