OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__NR_mq_open
(Results
1 - 25
of
125
) sorted by null
1
2
3
4
5
/bionic/libc/kernel/uapi/asm-x86/asm/
unistd_64.h
321
#define
__NR_mq_open
240
unistd_x32.h
284
#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/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
vki-scnums-tilegx-linux.h
315
#define
__NR_mq_open
180
/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/current/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/current/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/current/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 514 milliseconds
1
2
3
4
5