Searched defs:__NR_mq_open (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/sandbox/linux/services/
H A Dx86_64_linux_syscalls.h973 #if !defined(__NR_mq_open)
974 #define __NR_mq_open 240 macro
H A Darm_linux_syscalls.h934 #if !defined(__NR_mq_open)
935 #define __NR_mq_open (__NR_SYSCALL_BASE+274) macro
H A Dx86_32_linux_syscalls.h1109 #if !defined(__NR_mq_open)
1110 #define __NR_mq_open 277 macro
/external/valgrind/main/include/vki/
H A Dvki-scnums-amd64-linux.h324 #define __NR_mq_open 240 macro
H A Dvki-scnums-s390x-linux.h240 #define __NR_mq_open 271 macro
H A Dvki-scnums-arm-linux.h312 #define __NR_mq_open 274 macro
H A Dvki-scnums-mips32-linux.h311 #define __NR_mq_open (__NR_Linux + 271) macro
H A Dvki-scnums-ppc32-linux.h307 #define __NR_mq_open 262 macro
H A Dvki-scnums-ppc64-linux.h299 #define __NR_mq_open 262 macro
H A Dvki-scnums-x86-linux.h314 #define __NR_mq_open 277 macro
315 #define __NR_mq_unlink (__NR_mq_open+1)
316 #define __NR_mq_timedsend (__NR_mq_open+2)
317 #define __NR_mq_timedreceive (__NR_mq_open+3)
318 #define __NR_mq_notify (__NR_mq_open+4)
319 #define __NR_mq_getsetattr (__NR_mq_open+5)
/external/kernel-headers/original/asm-arm/
H A Dunistd.h302 #define __NR_mq_open (__NR_SYSCALL_BASE+274) macro
/external/kernel-headers/original/asm-mips/
H A Dunistd.h294 #define __NR_mq_open (__NR_Linux + 271) macro
617 #define __NR_mq_open (__NR_Linux + 230) macro
944 #define __NR_mq_open (__NR_Linux + 234) macro
/external/kernel-headers/original/asm-x86/
H A Dunistd_32.h285 #define __NR_mq_open 277 macro
286 #define __NR_mq_unlink (__NR_mq_open+1)
287 #define __NR_mq_timedsend (__NR_mq_open+2)
288 #define __NR_mq_timedreceive (__NR_mq_open+3)
289 #define __NR_mq_notify (__NR_mq_open+4)
290 #define __NR_mq_getsetattr (__NR_mq_open+5)

Completed in 49 milliseconds