/third_party/ltp/include/lapi/ |
D | msgbuf.h | 37 unsigned long msg_qbytes; /* max number of bytes on queue */ member 55 unsigned long msg_qbytes; /* max number of bytes on queue */ member 73 unsigned long msg_qbytes; /* max number of bytes on queue */ member 111 unsigned long msg_qbytes; /* max number of bytes on queue */ member 145 unsigned long msg_qbytes; /* max number of bytes on queue */ member 181 unsigned long msg_qbytes; /* max number of bytes on queue */ member 207 __kernel_ulong_t msg_qbytes; /* max number of bytes on queue */ member 250 unsigned long msg_qbytes; /* max number of bytes on queue */ member 295 unsigned long msg_qbytes; /* max number of bytes on queue */ member
|
/third_party/ltp/testcases/kernel/syscalls/ipc/msgctl/ |
D | msgctl02.c | 25 buf.msg_qbytes -= 1; in verify_msgctl() 39 if (buf.msg_qbytes == orig_buf.msg_qbytes - 1) { in verify_msgctl() 41 (unsigned long)buf.msg_qbytes); in verify_msgctl() 44 (unsigned long)buf.msg_qbytes, in verify_msgctl() 45 (unsigned long)orig_buf.msg_qbytes - 1); in verify_msgctl()
|
D | msgctl01.c | 62 if (buf.msg_qbytes > 0) in verify_msgctl() 63 tst_res(TPASS, "msg_qbytes = %li", (long)buf.msg_qbytes); in verify_msgctl() 65 tst_res(TFAIL, "msg_qbytes = %li", (long)buf.msg_qbytes); in verify_msgctl()
|
/third_party/musl/libc-test/src/functional/ |
D | ipc_msg.c | 70 if (qid_ds.msg_qbytes <= 0) in snd() 71 t_error("qid_ds.msg_qbytes > 0 failed: got %d, want > 0\n", qid_ds.msg_qbytes, t); in snd()
|
/third_party/musl/arch/generic/bits/ |
D | msg.h | 8 msglen_t msg_qbytes; member
|
/third_party/musl/arch/x32/bits/ |
D | msg.h | 10 msglen_t msg_qbytes; member
|
/third_party/musl/arch/m68k/bits/ |
D | msg.h | 11 msglen_t msg_qbytes; member
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | msg.h | 11 msglen_t msg_qbytes; member
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | msg.h | 11 msglen_t msg_qbytes; member
|
/third_party/musl/arch/microblaze/bits/ |
D | msg.h | 11 msglen_t msg_qbytes; member
|
/third_party/musl/arch/sh/bits/ |
D | msg.h | 11 msglen_t msg_qbytes; member
|
/third_party/musl/arch/i386/bits/ |
D | msg.h | 11 msglen_t msg_qbytes; member
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | msg.h | 11 msglen_t msg_qbytes; member
|
/third_party/musl/arch/powerpc/bits/ |
D | msg.h | 11 msglen_t msg_qbytes; member
|
/third_party/musl/arch/or1k/bits/ |
D | msg.h | 11 msglen_t msg_qbytes; member
|
/third_party/musl/arch/arm/bits/ |
D | msg.h | 11 msglen_t msg_qbytes; member
|
/third_party/musl/arch/mipsn32/bits/ |
D | msg.h | 20 msglen_t msg_qbytes; member
|
/third_party/musl/arch/mips/bits/ |
D | msg.h | 20 msglen_t msg_qbytes; member
|
/third_party/musl/libc-test/src/api/ |
D | sys_msg.c | 18 F(msglen_t,msg_qbytes) in f()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/ |
D | mod.rs | 61 pub msg_qbytes: ::msglen_t,
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/ |
D | mod.rs | 70 pub msg_qbytes: ::msglen_t,
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/mips64/ |
D | mod.rs | 125 pub msg_qbytes: ::msglen_t,
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/x86_64/ |
D | mod.rs | 85 pub msg_qbytes: ::msglen_t,
|
/third_party/toybox/toys/pending/ |
D | ipcs.c | 66 (long) buf.msg_cbytes, (long) buf.msg_qbytes, in show_msg_id()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b32/ |
D | hexagon.rs | 72 pub msg_qbytes: ::msglen_t,
|