Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/utils/
Dmq_timed.h16 #if (__NR_mq_timedsend != __LTP__NR_INVALID_SYSCALL)
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
Dsyscall.h254 #define __NR_mq_timedsend 276 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dsyscall.h254 #define __NR_mq_timedsend 276 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Dsyscall.h254 #define __NR_mq_timedsend 276 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dsyscall.h254 #define __NR_mq_timedsend 276 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dsyscall.h254 #define __NR_mq_timedsend 276 macro
/third_party/musl/arch/riscv64/bits/
Dsyscall.h.in182 #define __NR_mq_timedsend 182 macro
/third_party/musl/arch/aarch64/bits/
Dsyscall.h.in183 #define __NR_mq_timedsend 182 macro
/third_party/musl/arch/or1k/bits/
Dsyscall.h.in184 #define __NR_mq_timedsend 182 macro
/third_party/musl/arch/mips64/bits/
Dsyscall.h.in233 #define __NR_mq_timedsend 5232 macro
/third_party/musl/arch/s390x/bits/
Dsyscall.h.in218 #define __NR_mq_timedsend 273 macro
/third_party/musl/arch/x86_64/bits/
Dsyscall.h.in243 #define __NR_mq_timedsend 242 macro
/third_party/musl/arch/powerpc64/bits/
Dsyscall.h.in254 #define __NR_mq_timedsend 264 macro
/third_party/musl/arch/mipsn32/bits/
Dsyscall.h.in237 #define __NR_mq_timedsend 6236 macro
/third_party/musl/arch/m68k/bits/
Dsyscall.h.in256 #define __NR_mq_timedsend 273 macro
/third_party/musl/arch/arm/bits/
Dsyscall.h.in233 #define __NR_mq_timedsend 276 macro
/third_party/musl/porting/liteos_m/user/include/bits/
Dsyscall.h254 #define __NR_mq_timedsend 276 macro
/third_party/musl/arch/mips/bits/
Dsyscall.h.in274 #define __NR_mq_timedsend 4273 macro
/third_party/musl/porting/liteos_a/user/arch/arm/bits/
Dsyscall.h.in236 #define __NR_mq_timedsend 276 macro
/third_party/musl/arch/sh/bits/
Dsyscall.h.in252 #define __NR_mq_timedsend 279 macro
/third_party/musl/arch/powerpc/bits/
Dsyscall.h.in263 #define __NR_mq_timedsend 264 macro
/third_party/musl/arch/microblaze/bits/
Dsyscall.h.in277 #define __NR_mq_timedsend 279 macro
/third_party/musl/arch/i386/bits/
Dsyscall.h.in279 #define __NR_mq_timedsend (__NR_mq_open+2) macro
/third_party/musl/arch/x32/bits/
Dsyscall.h.in213 #define __NR_mq_timedsend (0x40000000 + 242) macro
/third_party/ltp/include/
Dtst_timer.h283 return tst_syscall(__NR_mq_timedsend, mqdes, msg_ptr, msg_len, msg_prio, in sys_mq_timedsend()