Searched refs:__NR_mq_timedsend (Results 1 - 25 of 34) sorted by relevance

12

/external/strace/tests/
H A Dmq_sendrecv.c36 #if defined __NR_mq_open && __NR_mq_timedsend && __NR_mq_timedreceive && \
139 rc = syscall(__NR_mq_timedsend, fd, msg, msg_size, 42,
291 rc = syscall(__NR_mq_timedsend, bogus_zero, NULL, bogus_zero_size,
296 rc = syscall(__NR_mq_timedsend, bogus_fd, msg + MSG_SIZE, bogus_size,
303 rc = syscall(__NR_mq_timedsend, bogus_fd, msg + MSG_SIZE - MSG_CUT,
313 rc = syscall(__NR_mq_timedsend, bogus_fd, msg + MSG_SIZE - MSG_CUT,
324 rc = syscall(__NR_mq_timedsend, bogus_fd, msg + MSG_CUT, MSG_SIZE,
478 SKIP_MAIN_UNDEFINED("__NR_mq_open && __NR_mq_timedsend && "
/external/strace/tests-m32/
H A Dmq_sendrecv.c36 #if defined __NR_mq_open && __NR_mq_timedsend && __NR_mq_timedreceive && \
139 rc = syscall(__NR_mq_timedsend, fd, msg, msg_size, 42,
291 rc = syscall(__NR_mq_timedsend, bogus_zero, NULL, bogus_zero_size,
296 rc = syscall(__NR_mq_timedsend, bogus_fd, msg + MSG_SIZE, bogus_size,
303 rc = syscall(__NR_mq_timedsend, bogus_fd, msg + MSG_SIZE - MSG_CUT,
313 rc = syscall(__NR_mq_timedsend, bogus_fd, msg + MSG_SIZE - MSG_CUT,
324 rc = syscall(__NR_mq_timedsend, bogus_fd, msg + MSG_CUT, MSG_SIZE,
478 SKIP_MAIN_UNDEFINED("__NR_mq_open && __NR_mq_timedsend && "
/external/strace/tests-mx32/
H A Dmq_sendrecv.c36 #if defined __NR_mq_open && __NR_mq_timedsend && __NR_mq_timedreceive && \
139 rc = syscall(__NR_mq_timedsend, fd, msg, msg_size, 42,
291 rc = syscall(__NR_mq_timedsend, bogus_zero, NULL, bogus_zero_size,
296 rc = syscall(__NR_mq_timedsend, bogus_fd, msg + MSG_SIZE, bogus_size,
303 rc = syscall(__NR_mq_timedsend, bogus_fd, msg + MSG_SIZE - MSG_CUT,
313 rc = syscall(__NR_mq_timedsend, bogus_fd, msg + MSG_SIZE - MSG_CUT,
324 rc = syscall(__NR_mq_timedsend, bogus_fd, msg + MSG_CUT, MSG_SIZE,
478 SKIP_MAIN_UNDEFINED("__NR_mq_open && __NR_mq_timedsend && "
/external/valgrind/include/vki/
H A Dvki-scnums-amd64-linux.h326 #define __NR_mq_timedsend 242 macro
H A Dvki-scnums-arm64-linux.h227 #define __NR_mq_timedsend 182 macro
H A Dvki-scnums-s390x-linux.h242 #define __NR_mq_timedsend 273 macro
H A Dvki-scnums-arm-linux.h314 #define __NR_mq_timedsend 276 macro
H A Dvki-scnums-ppc32-linux.h309 #define __NR_mq_timedsend 264 macro
H A Dvki-scnums-ppc64-linux.h301 #define __NR_mq_timedsend 264 macro
H A Dvki-scnums-x86-linux.h316 #define __NR_mq_timedsend (__NR_mq_open+2) macro
H A Dvki-scnums-mips64-linux.h271 #define __NR_mq_timedsend (__NR_Linux + 232) macro
H A Dvki-scnums-mips32-linux.h313 #define __NR_mq_timedsend (__NR_Linux + 273) macro
/external/minijail/linux-x86/
H A Dlibsyscalls.gen.c732 #ifdef __NR_mq_timedsend
733 { "mq_timedsend", __NR_mq_timedsend },
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dunistd_32.h280 #define __NR_mq_timedsend 279 macro
H A Dunistd_64.h246 #define __NR_mq_timedsend 242 macro
H A Dunistd_x32.h216 #define __NR_mq_timedsend (__X32_SYSCALL_BIT + 242) macro
/external/strace/
H A Dscno.h554 #ifndef __NR_mq_timedsend
555 # define __NR_mq_timedsend (SYSCALL_BIT | 182) macro
/external/valgrind/memcheck/tests/arm64-linux/
H A Dscalar.c1236 // __NR_mq_timedsend (__NR_mq_open+2)
1237 GO(__NR_mq_timedsend, "5s 2m");
1238 SY(__NR_mq_timedsend, x0, x0, x0+1, x0, x0+1); FAIL;
/external/kernel-headers/original/uapi/asm-mips/asm/
H A Dunistd.h297 #define __NR_mq_timedsend (__NR_Linux + 273) macro
641 #define __NR_mq_timedsend (__NR_Linux + 232) macro
989 #define __NR_mq_timedsend (__NR_Linux + 236) macro
/external/kernel-headers/original/uapi/asm-arm/asm/
H A Dunistd-common.h235 #define __NR_mq_timedsend (__NR_SYSCALL_BASE + 276) macro
/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-arm64-linux.c798 LINX_(__NR_mq_timedsend, sys_mq_timedsend), // 182
H A Dsyswrap-amd64-linux.c750 LINX_(__NR_mq_timedsend, sys_mq_timedsend), // 242
H A Dsyswrap-ppc32-linux.c936 LINX_(__NR_mq_timedsend, sys_mq_timedsend), // 264
/external/kernel-headers/original/uapi/asm-generic/
H A Dunistd.h512 #define __NR_mq_timedsend 182 macro
513 __SC_COMP(__NR_mq_timedsend, sys_mq_timedsend, compat_sys_mq_timedsend)
/external/valgrind/memcheck/tests/x86-linux/
H A Dscalar.c1255 // __NR_mq_timedsend (__NR_mq_open+2)
1256 GO(__NR_mq_timedsend, "5s 2m");
1257 SY(__NR_mq_timedsend, x0, x0, x0+1, x0, x0+1); FAIL;

Completed in 185 milliseconds

12