/third_party/ltp/include/lapi/ |
D | msgbuf.h | 35 unsigned long msg_cbytes; /* current number of bytes on queue */ member 53 unsigned long msg_cbytes; /* current number of bytes on queue */ member 71 unsigned long msg_cbytes; /* current number of bytes on queue */ member 109 unsigned long msg_cbytes; /* current number of bytes on queue */ member 143 unsigned long msg_cbytes; /* current number of bytes on queue */ member 179 unsigned long msg_cbytes; /* current number of bytes on queue */ member 205 __kernel_ulong_t msg_cbytes; /* current number of bytes on queue */ member 248 unsigned long msg_cbytes; /* current number of bytes on queue */ member 293 unsigned long msg_cbytes; /* current number of bytes on queue */ member
|
/third_party/musl/arch/generic/bits/ |
D | msg.h | 6 unsigned long msg_cbytes; member
|
/third_party/musl/arch/x32/bits/ |
D | msg.h | 6 unsigned long msg_cbytes; member
|
/third_party/musl/arch/arm/bits/ |
D | msg.h | 9 unsigned long msg_cbytes; member
|
/third_party/musl/arch/or1k/bits/ |
D | msg.h | 9 unsigned long msg_cbytes; member
|
/third_party/musl/arch/sh/bits/ |
D | msg.h | 9 unsigned long msg_cbytes; member
|
/third_party/musl/arch/powerpc/bits/ |
D | msg.h | 9 unsigned long msg_cbytes; member
|
/third_party/musl/arch/i386/bits/ |
D | msg.h | 9 unsigned long msg_cbytes; member
|
/third_party/musl/arch/m68k/bits/ |
D | msg.h | 9 unsigned long msg_cbytes; member
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | msg.h | 9 unsigned long msg_cbytes; member
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | msg.h | 9 unsigned long msg_cbytes; member
|
/third_party/musl/arch/microblaze/bits/ |
D | msg.h | 9 unsigned long msg_cbytes; member
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | msg.h | 9 unsigned long msg_cbytes; member
|
/third_party/musl/arch/mipsn32/bits/ |
D | msg.h | 18 unsigned long msg_cbytes; member
|
/third_party/musl/arch/mips/bits/ |
D | msg.h | 18 unsigned long msg_cbytes; member
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | msg.h | 23 #define __msg_cbytes msg_cbytes
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | msg.h | 23 #define __msg_cbytes msg_cbytes
|
/third_party/musl/ndk_musl_include/sys/ |
D | msg.h | 23 #define __msg_cbytes msg_cbytes
|
/third_party/musl/include/sys/ |
D | msg.h | 23 #define __msg_cbytes msg_cbytes
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | msg.h | 23 #define __msg_cbytes msg_cbytes
|
/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/ltp/testcases/kernel/syscalls/ipc/msgrcv/ |
D | msgrcv01.c | 45 if (qs_buf.msg_cbytes == 0 && qs_buf.msg_qnum == 0) in verify_msgrcv()
|
/third_party/toybox/toys/pending/ |
D | ipcs.c | 66 (long) buf.msg_cbytes, (long) buf.msg_qbytes, in show_msg_id() 417 (long) buf.msg_cbytes, (long) buf.msg_qnum); in msg_array()
|
/third_party/rust/crates/libc/src/unix/nto/ |
D | mod.rs | 709 pub msg_cbytes: ::msglen_t,
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
D | mod.rs | 291 pub msg_cbytes: ::msglen_t,
|