Home
last modified time | relevance | path

Searched refs:msg_qnum (Results 1 – 22 of 22) sorted by relevance

/third_party/ltp/include/lapi/
Dmsgbuf.h36 unsigned long msg_qnum; /* number of messages in queue */ member
54 unsigned long msg_qnum; /* number of messages in queue */ member
72 unsigned long msg_qnum; /* number of messages in queue */ member
110 unsigned long msg_qnum; /* number of messages in queue */ member
144 unsigned long msg_qnum; /* number of messages in queue */ member
180 unsigned long msg_qnum; /* number of messages in queue */ member
206 __kernel_ulong_t msg_qnum; /* number of messages in queue */ member
249 unsigned long msg_qnum; /* number of messages in queue */ member
294 unsigned long msg_qnum; /* number of messages in queue */ member
/third_party/ltp/testcases/kernel/syscalls/ipc/msgctl/
Dmsgctl01.c57 if (buf.msg_qnum == 0) in verify_msgctl()
60 tst_res(TFAIL, "msg_qnum = %li", (long)buf.msg_qnum); in verify_msgctl()
/third_party/musl/libc-test/src/functional/
Dipc_msg.c61 EQ(qid_ds.msg_qnum, 0, "got %d, want %d"); in snd()
76 EQ(qid_ds.msg_qnum, 1, "got %d, want %d"); in snd()
/third_party/musl/arch/generic/bits/
Dmsg.h7 msgqnum_t msg_qnum; member
/third_party/musl/arch/x32/bits/
Dmsg.h8 msgqnum_t msg_qnum; member
/third_party/musl/arch/m68k/bits/
Dmsg.h10 msgqnum_t msg_qnum; member
/third_party/musl/arch/microblaze/bits/
Dmsg.h10 msgqnum_t msg_qnum; member
/third_party/musl/arch/powerpc/bits/
Dmsg.h10 msgqnum_t msg_qnum; member
/third_party/musl/arch/i386/bits/
Dmsg.h10 msgqnum_t msg_qnum; member
/third_party/musl/porting/uniproton/kernel/include/bits/
Dmsg.h10 msgqnum_t msg_qnum; member
/third_party/musl/arch/arm/bits/
Dmsg.h10 msgqnum_t msg_qnum; member
/third_party/musl/arch/or1k/bits/
Dmsg.h10 msgqnum_t msg_qnum; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dmsg.h10 msgqnum_t msg_qnum; member
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dmsg.h10 msgqnum_t msg_qnum; member
/third_party/musl/arch/sh/bits/
Dmsg.h10 msgqnum_t msg_qnum; member
/third_party/musl/arch/mipsn32/bits/
Dmsg.h19 msgqnum_t msg_qnum; member
/third_party/musl/arch/mips/bits/
Dmsg.h19 msgqnum_t msg_qnum; member
/third_party/ltp/testcases/kernel/syscalls/ipc/msgrcv/
Dmsgrcv07.c156 if (buf.msg_qnum == 2) { in test_msg_copy()
160 (int)buf.msg_qnum); in test_msg_copy()
Dmsgrcv01.c45 if (qs_buf.msg_cbytes == 0 && qs_buf.msg_qnum == 0) in verify_msgrcv()
/third_party/musl/libc-test/src/api/
Dsys_msg.c17 F(msgqnum_t, msg_qnum) in f()
/third_party/ltp/testcases/kernel/syscalls/ipc/msgsnd/
Dmsgsnd01.c43 if (qs_buf.msg_cbytes == MSGSIZE && qs_buf.msg_qnum == 1) in verify_msgsnd()
/third_party/toybox/toys/pending/
Dipcs.c67 (long) buf.msg_qnum, buf.msg_lspid, buf.msg_lrpid); in show_msg_id()
417 (long) buf.msg_cbytes, (long) buf.msg_qnum); in msg_array()