/external/libchrome/sandbox/linux/system_headers/ |
D | arm64_linux_syscalls.h | 834 #if !defined(__NR_sendto) 835 #define __NR_sendto 206 macro
|
D | x86_64_linux_syscalls.h | 189 #if !defined(__NR_sendto) 190 #define __NR_sendto 44 macro
|
D | mips64_linux_syscalls.h | 188 #if !defined(__NR_sendto) 189 #define __NR_sendto (__NR_Linux + 43) macro
|
D | arm_linux_syscalls.h | 1000 #if !defined(__NR_sendto) 1001 #define __NR_sendto (__NR_SYSCALL_BASE+290) macro
|
D | mips_linux_syscalls.h | 738 #if !defined(__NR_sendto) 739 #define __NR_sendto (__NR_Linux + 180) macro
|
/external/tlsdate/src/ |
D | seccomp.c | 134 #ifdef __NR_sendto in enable_setter_seccomp()
|
/external/valgrind/include/vki/ |
D | vki-scnums-tilegx-linux.h | 349 #define __NR_sendto 206 macro
|
D | vki-scnums-arm64-linux.h | 251 #define __NR_sendto 206 macro
|
D | vki-scnums-amd64-linux.h | 86 #define __NR_sendto 44 macro
|
D | vki-scnums-ppc32-linux.h | 380 #define __NR_sendto 335 macro
|
D | vki-scnums-ppc64-linux.h | 372 #define __NR_sendto 335 macro
|
D | vki-scnums-arm-linux.h | 328 #define __NR_sendto 290 macro
|
D | vki-scnums-solaris.h | 295 #define __NR_sendto SYS_sendto macro
|
D | vki-scnums-mips64-linux.h | 82 #define __NR_sendto (__NR_Linux + 43) macro
|
D | vki-scnums-mips32-linux.h | 220 #define __NR_sendto (__NR_Linux + 180) macro
|
D | vki-scnums-darwin.h | 350 #define __NR_sendto VG_DARWIN_SYSCALL_CONSTRUCT_UNIX(133) macro
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | unistd_64.h | 48 #define __NR_sendto 44 macro
|
D | unistd_32.h | 369 #define __NR_sendto 369 macro
|
D | unistd_x32.h | 43 #define __NR_sendto (__X32_SYSCALL_BIT + 44) macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | unistd.h | 203 #define __NR_sendto (__NR_Linux + 180) macro 443 #define __NR_sendto (__NR_Linux + 43) macro 780 #define __NR_sendto (__NR_Linux + 43) macro
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | unistd.h | 566 #define __NR_sendto 206 macro 567 __SYSCALL(__NR_sendto, sys_sendto)
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | unistd.h | 318 #define __NR_sendto (__NR_SYSCALL_BASE+290) macro
|
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/ |
D | syscall_sets.cc | 559 case __NR_sendto: // Could specify destination. in IsAllowedGeneralIo()
|
/external/valgrind/coregrind/m_syswrap/ |
D | syswrap-arm64-linux.c | 1024 LINX_(__NR_sendto, sys_sendto), // 206
|
D | syswrap-ppc32-linux.c | 1247 LINX_(__NR_sendto, sys_sendto), // 335
|