/external/libchrome/sandbox/linux/bpf_dsl/ |
D | bpf_dsl_unittest.cc | 153 if (sysno == __NR_socketpair) { in EvaluateSyscall() 175 EPERM, FakeSyscall(__NR_socketpair, AF_UNIX, SOCK_STREAM, 0, kFakeSV)); in TEST() 177 EPERM, FakeSyscall(__NR_socketpair, AF_UNIX, SOCK_DGRAM, 0, kFakeSV)); in TEST() 181 EINVAL, FakeSyscall(__NR_socketpair, AF_INET, SOCK_STREAM, 0, kFakeSV)); in TEST() 182 emulator.ExpectErrno(EINVAL, FakeSyscall(__NR_socketpair, AF_UNIX, in TEST() 184 emulator.ExpectErrno(EINVAL, FakeSyscall(__NR_socketpair, AF_UNIX, in TEST() 189 EINVAL, FakeSyscall(__NR_socketpair, AF_INET, SOCK_SEQPACKET, IPPROTO_UDP, in TEST()
|
/external/libchrome/sandbox/linux/system_headers/ |
D | arm64_linux_syscalls.h | 806 #if !defined(__NR_socketpair) 807 #define __NR_socketpair 199 macro
|
D | x86_64_linux_syscalls.h | 225 #if !defined(__NR_socketpair) 226 #define __NR_socketpair 53 macro
|
D | mips64_linux_syscalls.h | 224 #if !defined(__NR_socketpair) 225 #define __NR_socketpair (__NR_Linux + 52) macro
|
D | mips_linux_syscalls.h | 754 #if !defined(__NR_socketpair) 755 #define __NR_socketpair (__NR_Linux + 184) macro
|
D | arm_linux_syscalls.h | 992 #if !defined(__NR_socketpair) 993 #define __NR_socketpair (__NR_SYSCALL_BASE+288) macro
|
/external/minijail/linux-x86/ |
D | libsyscalls.gen.c | 165 #ifdef __NR_socketpair 166 { "socketpair", __NR_socketpair },
|
/external/valgrind/include/vki/ |
D | vki-scnums-tilegx-linux.h | 342 #define __NR_socketpair 199 macro
|
D | vki-scnums-arm64-linux.h | 244 #define __NR_socketpair 199 macro
|
D | vki-scnums-amd64-linux.h | 96 #define __NR_socketpair 53 macro
|
D | vki-scnums-ppc64-linux.h | 370 #define __NR_socketpair 333 macro
|
D | vki-scnums-arm-linux.h | 326 #define __NR_socketpair 288 macro
|
D | vki-scnums-ppc32-linux.h | 378 #define __NR_socketpair 333 macro
|
D | vki-scnums-mips64-linux.h | 91 #define __NR_socketpair (__NR_Linux + 52) macro
|
D | vki-scnums-mips32-linux.h | 224 #define __NR_socketpair (__NR_Linux + 184) macro
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | unistd_64.h | 57 #define __NR_socketpair 53 macro
|
D | unistd_32.h | 360 #define __NR_socketpair 360 macro
|
D | unistd_x32.h | 49 #define __NR_socketpair (__X32_SYSCALL_BIT + 53) macro
|
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/ |
D | baseline_policy.cc | 197 if (sysno == __NR_socketpair) { in EvaluateSyscallImpl()
|
D | syscall_sets.cc | 442 case __NR_socketpair: // We will want to inspect its argument. in IsAllowedGetOrModifySocket()
|
/external/strace/ |
D | scno.h | 167 #ifndef __NR_socketpair 168 # define __NR_socketpair (SYSCALL_BIT | 53) macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | unistd.h | 207 #define __NR_socketpair (__NR_Linux + 184) macro 459 #define __NR_socketpair (__NR_Linux + 52) macro 802 #define __NR_socketpair (__NR_Linux + 52) macro
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | unistd.h | 555 #define __NR_socketpair 199 macro 556 __SYSCALL(__NR_socketpair, sys_socketpair)
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | unistd-common.h | 247 #define __NR_socketpair (__NR_SYSCALL_BASE + 288) macro
|
/external/valgrind/coregrind/m_syswrap/ |
D | syswrap-arm64-linux.c | 1017 LINXY(__NR_socketpair, sys_socketpair), // 199
|