Searched refs:__NR_msgctl (Results 1 – 21 of 21) sorted by relevance
/external/libchrome/sandbox/linux/system_headers/ |
D | arm64_linux_syscalls.h | 758 #if !defined(__NR_msgctl) 759 #define __NR_msgctl 187 macro
|
D | x86_64_linux_syscalls.h | 297 #if !defined(__NR_msgctl) 298 #define __NR_msgctl 71 macro
|
D | mips64_linux_syscalls.h | 292 #if !defined(__NR_msgctl) 293 #define __NR_msgctl (__NR_Linux + 69) macro
|
D | arm_linux_syscalls.h | 1056 #if !defined(__NR_msgctl) 1057 #define __NR_msgctl (__NR_SYSCALL_BASE+304) macro
|
/external/valgrind/include/vki/ |
D | vki-scnums-tilegx-linux.h | 324 #define __NR_msgctl 187 macro
|
D | vki-scnums-arm64-linux.h | 232 #define __NR_msgctl 187 macro
|
D | vki-scnums-amd64-linux.h | 116 #define __NR_msgctl 71 macro
|
D | vki-scnums-arm-linux.h | 342 #define __NR_msgctl 304 macro
|
D | vki-scnums-mips64-linux.h | 108 #define __NR_msgctl (__NR_Linux + 69) macro
|
D | vki-scnums-darwin.h | 493 #define __NR_msgctl VG_DARWIN_SYSCALL_CONSTRUCT_UNIX(258) macro
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | unistd_64.h | 75 #define __NR_msgctl 71 macro
|
D | unistd_x32.h | 64 #define __NR_msgctl (__X32_SYSCALL_BIT + 71) macro
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | unistd.h | 522 #define __NR_msgctl 187 macro 523 __SC_COMP(__NR_msgctl, sys_msgctl, compat_sys_msgctl)
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | unistd.h | 332 #define __NR_msgctl (__NR_SYSCALL_BASE+304) macro
|
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/ |
D | syscall_sets.cc | 836 case __NR_msgctl: in IsSystemVMessageQueue()
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | unistd.h | 469 #define __NR_msgctl (__NR_Linux + 69) macro 806 #define __NR_msgctl (__NR_Linux + 69) macro
|
/external/valgrind/coregrind/m_syswrap/ |
D | syswrap-arm64-linux.c | 1005 LINXY(__NR_msgctl, sys_msgctl), // 187
|
D | syswrap-mips64-linux.c | 706 LINXY (__NR_msgctl, sys_msgctl),
|
D | syswrap-amd64-linux.c | 782 LINXY(__NR_msgctl, sys_msgctl), // 71
|
D | syswrap-arm-linux.c | 1126 LINXY(__NR_msgctl, sys_msgctl), // 304
|
D | syswrap-tilegx-linux.c | 1314 PLAXY(__NR_msgctl, sys_msgctl), // 187
|