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

1 2 3 4 5 6 7 8

  /bionic/libc/kernel/uapi/asm-x86/asm/
unistd_64.h 261 #define __NR_mq_open 240
unistd_x32.h 231 #define __NR_mq_open (__X32_SYSCALL_BIT + 240)
  /development/ndk/platforms/android-21/arch-x86/include/asm/
unistd_64.h 321 #define __NR_mq_open 240
unistd_x32.h 286 #define __NR_mq_open (__X32_SYSCALL_BIT + 240)
  /development/ndk/platforms/android-21/arch-x86_64/include/asm/
unistd_64.h 321 #define __NR_mq_open 240
unistd_x32.h 286 #define __NR_mq_open (__X32_SYSCALL_BIT + 240)
  /external/kernel-headers/original/uapi/asm-x86/asm/
unistd_64.h 244 #define __NR_mq_open 240
unistd_x32.h 214 #define __NR_mq_open (__X32_SYSCALL_BIT + 240)
  /external/libchrome/sandbox/linux/system_headers/
arm64_linux_syscalls.h 730 #if !defined(__NR_mq_open)
731 #define __NR_mq_open 180
mips64_linux_syscalls.h 936 #if !defined(__NR_mq_open)
937 #define __NR_mq_open (__NR_Linux + 230)
x86_64_linux_syscalls.h 973 #if !defined(__NR_mq_open)
974 #define __NR_mq_open 240
  /external/strace/
scno.h 728 #ifndef __NR_mq_open
729 # define __NR_mq_open (SYSCALL_BIT | 240)
  /external/valgrind/include/vki/
vki-scnums-amd64-linux.h 324 #define __NR_mq_open 240
vki-scnums-arm64-linux.h 225 #define __NR_mq_open 180
vki-scnums-mips64-linux.h 269 #define __NR_mq_open (__NR_Linux + 230)
vki-scnums-s390x-linux.h 240 #define __NR_mq_open 271
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/
unistd_64.h 545 #define __NR_mq_open 240
546 __SYSCALL(__NR_mq_open, sys_mq_open)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/
unistd.h 478 #define __NR_mq_open 180
479 __SYSCALL(__NR_mq_open, sys_mq_open)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
unistd.h 507 #define __NR_mq_open 180
508 __SC_COMP(__NR_mq_open, sys_mq_open, compat_sys_mq_open)
  /prebuilts/ndk/r10/platforms/android-21/arch-x86/usr/include/asm/
unistd_64.h 321 #define __NR_mq_open 240
unistd_x32.h 286 #define __NR_mq_open (__X32_SYSCALL_BIT + 240)
  /prebuilts/ndk/r10/platforms/android-21/arch-x86_64/usr/include/asm/
unistd_64.h 321 #define __NR_mq_open 240
unistd_x32.h 286 #define __NR_mq_open (__X32_SYSCALL_BIT + 240)
  /prebuilts/ndk/r10/platforms/android-23/arch-x86/usr/include/asm/
unistd_64.h 321 #define __NR_mq_open 240
unistd_x32.h 286 #define __NR_mq_open (__X32_SYSCALL_BIT + 240)

Completed in 73 milliseconds

1 2 3 4 5 6 7 8