Searched refs:__NR_msgrcv (Results 1 – 21 of 21) sorted by relevance
/external/libchrome/sandbox/linux/system_headers/ |
D | arm64_linux_syscalls.h | 762 #if !defined(__NR_msgrcv) 763 #define __NR_msgrcv 188 macro
|
D | x86_64_linux_syscalls.h | 293 #if !defined(__NR_msgrcv) 294 #define __NR_msgrcv 70 macro
|
D | mips64_linux_syscalls.h | 288 #if !defined(__NR_msgrcv) 289 #define __NR_msgrcv (__NR_Linux + 68) macro
|
D | arm_linux_syscalls.h | 1048 #if !defined(__NR_msgrcv) 1049 #define __NR_msgrcv (__NR_SYSCALL_BASE+302) macro
|
/external/valgrind/include/vki/ |
D | vki-scnums-tilegx-linux.h | 325 #define __NR_msgrcv 188 macro
|
D | vki-scnums-arm64-linux.h | 233 #define __NR_msgrcv 188 macro
|
D | vki-scnums-amd64-linux.h | 115 #define __NR_msgrcv 70 macro
|
D | vki-scnums-arm-linux.h | 340 #define __NR_msgrcv 302 macro
|
D | vki-scnums-mips64-linux.h | 107 #define __NR_msgrcv (__NR_Linux + 68) macro
|
D | vki-scnums-darwin.h | 496 #define __NR_msgrcv VG_DARWIN_SYSCALL_CONSTRUCT_UNIX(261) macro
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | unistd_64.h | 74 #define __NR_msgrcv 70 macro
|
D | unistd_x32.h | 63 #define __NR_msgrcv (__X32_SYSCALL_BIT + 70) macro
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | unistd.h | 524 #define __NR_msgrcv 188 macro 525 __SC_COMP(__NR_msgrcv, sys_msgrcv, compat_sys_msgrcv)
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | unistd.h | 330 #define __NR_msgrcv (__NR_SYSCALL_BASE+302) macro
|
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/ |
D | syscall_sets.cc | 838 case __NR_msgrcv: in IsSystemVMessageQueue()
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | unistd.h | 468 #define __NR_msgrcv (__NR_Linux + 68) macro 805 #define __NR_msgrcv (__NR_Linux + 68) macro
|
/external/valgrind/coregrind/m_syswrap/ |
D | syswrap-arm64-linux.c | 1006 LINXY(__NR_msgrcv, sys_msgrcv), // 188
|
D | syswrap-mips64-linux.c | 705 LINXY (__NR_msgrcv, sys_msgrcv),
|
D | syswrap-amd64-linux.c | 781 LINXY(__NR_msgrcv, sys_msgrcv), // 70
|
D | syswrap-arm-linux.c | 1125 LINXY(__NR_msgrcv, sys_msgrcv),
|
D | syswrap-tilegx-linux.c | 1315 PLAXY(__NR_msgrcv, sys_msgrcv), // 188
|