/third_party/ltp/include/lapi/ |
D | msgbuf.h | 36 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/ |
D | msgctl01.c | 57 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/ |
D | ipc_msg.c | 61 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/ |
D | msg.h | 7 msgqnum_t msg_qnum; member
|
/third_party/musl/arch/x32/bits/ |
D | msg.h | 8 msgqnum_t msg_qnum; member
|
/third_party/musl/arch/m68k/bits/ |
D | msg.h | 10 msgqnum_t msg_qnum; member
|
/third_party/musl/arch/microblaze/bits/ |
D | msg.h | 10 msgqnum_t msg_qnum; member
|
/third_party/musl/arch/powerpc/bits/ |
D | msg.h | 10 msgqnum_t msg_qnum; member
|
/third_party/musl/arch/i386/bits/ |
D | msg.h | 10 msgqnum_t msg_qnum; member
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | msg.h | 10 msgqnum_t msg_qnum; member
|
/third_party/musl/arch/arm/bits/ |
D | msg.h | 10 msgqnum_t msg_qnum; member
|
/third_party/musl/arch/or1k/bits/ |
D | msg.h | 10 msgqnum_t msg_qnum; member
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | msg.h | 10 msgqnum_t msg_qnum; member
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | msg.h | 10 msgqnum_t msg_qnum; member
|
/third_party/musl/arch/sh/bits/ |
D | msg.h | 10 msgqnum_t msg_qnum; member
|
/third_party/musl/arch/mipsn32/bits/ |
D | msg.h | 19 msgqnum_t msg_qnum; member
|
/third_party/musl/arch/mips/bits/ |
D | msg.h | 19 msgqnum_t msg_qnum; member
|
/third_party/ltp/testcases/kernel/syscalls/ipc/msgrcv/ |
D | msgrcv07.c | 156 if (buf.msg_qnum == 2) { in test_msg_copy() 160 (int)buf.msg_qnum); in test_msg_copy()
|
D | msgrcv01.c | 45 if (qs_buf.msg_cbytes == 0 && qs_buf.msg_qnum == 0) in verify_msgrcv()
|
/third_party/musl/libc-test/src/api/ |
D | sys_msg.c | 17 F(msgqnum_t, msg_qnum) in f()
|
/third_party/ltp/testcases/kernel/syscalls/ipc/msgsnd/ |
D | msgsnd01.c | 43 if (qs_buf.msg_cbytes == MSGSIZE && qs_buf.msg_qnum == 1) in verify_msgsnd()
|
/third_party/toybox/toys/pending/ |
D | ipcs.c | 67 (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()
|