Home
last modified time | relevance | path

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

12

/third_party/ltp/include/lapi/
Dmsgbuf.h37 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/
Dmsgctl02.c25 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()
Dmsgctl01.c62 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/
Dipc_msg.c70 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/
Dmsg.h8 msglen_t msg_qbytes; member
/third_party/musl/arch/x32/bits/
Dmsg.h10 msglen_t msg_qbytes; member
/third_party/musl/arch/m68k/bits/
Dmsg.h11 msglen_t msg_qbytes; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dmsg.h11 msglen_t msg_qbytes; member
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dmsg.h11 msglen_t msg_qbytes; member
/third_party/musl/arch/microblaze/bits/
Dmsg.h11 msglen_t msg_qbytes; member
/third_party/musl/arch/sh/bits/
Dmsg.h11 msglen_t msg_qbytes; member
/third_party/musl/arch/i386/bits/
Dmsg.h11 msglen_t msg_qbytes; member
/third_party/musl/porting/uniproton/kernel/include/bits/
Dmsg.h11 msglen_t msg_qbytes; member
/third_party/musl/arch/powerpc/bits/
Dmsg.h11 msglen_t msg_qbytes; member
/third_party/musl/arch/or1k/bits/
Dmsg.h11 msglen_t msg_qbytes; member
/third_party/musl/arch/arm/bits/
Dmsg.h11 msglen_t msg_qbytes; member
/third_party/musl/arch/mipsn32/bits/
Dmsg.h20 msglen_t msg_qbytes; member
/third_party/musl/arch/mips/bits/
Dmsg.h20 msglen_t msg_qbytes; member
/third_party/musl/libc-test/src/api/
Dsys_msg.c18 F(msglen_t,msg_qbytes) in f()
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/
Dmod.rs61 pub msg_qbytes: ::msglen_t,
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/
Dmod.rs70 pub msg_qbytes: ::msglen_t,
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/mips64/
Dmod.rs125 pub msg_qbytes: ::msglen_t,
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/x86_64/
Dmod.rs85 pub msg_qbytes: ::msglen_t,
/third_party/toybox/toys/pending/
Dipcs.c66 (long) buf.msg_cbytes, (long) buf.msg_qbytes, in show_msg_id()
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b32/
Dhexagon.rs72 pub msg_qbytes: ::msglen_t,

12