Home
last modified time | relevance | path

Searched refs:MSG_STAT (Results 1 - 11 of 11) sorted by relevance

/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dmsg.h28 #define MSG_STAT (11 | (IPC_STAT & 0x100)) macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dmsg.h28 #define MSG_STAT (11 | (IPC_STAT & 0x100)) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dmsg.h28 #define MSG_STAT (11 | (IPC_STAT & 0x100)) macro
/third_party/musl/include/sys/
H A Dmsg.h28 #define MSG_STAT (11 | (IPC_STAT & 0x100)) macro
/third_party/ltp/testcases/kernel/syscalls/ipc/msgctl/
H A Dmsgctl12.c8 * msgctl12 - test for IPC_INFO MSG_INFO and MSG_STAT.
31 {&index_q, MSG_STAT, "MSG_STAT", &msgqid_buf},
/third_party/musl/porting/liteos_a/user/src/ipc/
H A Dmsgctl.c39 case MSG_STAT: in msgctl()
/third_party/musl/src/ipc/
H A Dmsgctl.c38 case MSG_STAT: in msgctl()
/third_party/toybox/toys/pending/
H A Dipcs.c387 if ((msqid = msgctl(i, MSG_STAT, &buf)) < 0 ) continue; in msg_array()
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H A Dmod.rs948 pub const MSG_STAT: ::c_int = 11; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs2425 pub const MSG_STAT: ::c_int = 11; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs1826 pub const MSG_STAT: ::c_int = 11; consts

Completed in 28 milliseconds