HomeSort by relevance Sort by last modified time
    Searched defs:__NR_msgrcv (Results 1 - 25 of 145) sorted by null

1 2 3 4 5 6

  /bionic/libc/kernel/uapi/asm-x86/asm/
unistd_64.h 109 #define __NR_msgrcv 70
unistd_x32.h 95 #define __NR_msgrcv (__X32_SYSCALL_BIT + 70)
  /development/ndk/platforms/android-21/arch-x86/include/asm/
unistd_64.h 109 #define __NR_msgrcv 70
unistd_x32.h 95 #define __NR_msgrcv (__X32_SYSCALL_BIT + 70)
  /development/ndk/platforms/android-21/arch-x86_64/include/asm/
unistd_64.h 109 #define __NR_msgrcv 70
unistd_x32.h 95 #define __NR_msgrcv (__X32_SYSCALL_BIT + 70)
  /external/kernel-headers/original/uapi/asm-x86/asm/
unistd_64.h 74 #define __NR_msgrcv 70
unistd_x32.h 63 #define __NR_msgrcv (__X32_SYSCALL_BIT + 70)
  /external/libchrome/sandbox/linux/system_headers/
arm64_linux_syscalls.h 762 #if !defined(__NR_msgrcv)
763 #define __NR_msgrcv 188
mips64_linux_syscalls.h 288 #if !defined(__NR_msgrcv)
289 #define __NR_msgrcv (__NR_Linux + 68)
x86_64_linux_syscalls.h 293 #if !defined(__NR_msgrcv)
294 #define __NR_msgrcv 70
  /external/strace/
scno.h 218 #ifndef __NR_msgrcv
219 # define __NR_msgrcv (SYSCALL_BIT | 70)
  /external/valgrind/include/vki/
vki-scnums-amd64-linux.h 115 #define __NR_msgrcv 70
vki-scnums-arm64-linux.h 233 #define __NR_msgrcv 188
vki-scnums-mips64-linux.h 107 #define __NR_msgrcv (__NR_Linux + 68)
vki-scnums-tilegx-linux.h 325 #define __NR_msgrcv 188
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/
unistd_64.h 163 #define __NR_msgrcv 70
164 __SYSCALL(__NR_msgrcv, sys_msgrcv)