Home
last modified time | relevance | path

Searched refs:MSG_STAT (Results 1 – 9 of 9) sorted by relevance

/third_party/musl/porting/liteos_m/kernel/include/sys/
Dmsg.h28 #define MSG_STAT (11 | (IPC_STAT & 0x100)) macro
/third_party/musl/ndk_musl_include/sys/
Dmsg.h28 #define MSG_STAT (11 | (IPC_STAT & 0x100)) macro
/third_party/musl/include/sys/
Dmsg.h28 #define MSG_STAT (11 | (IPC_STAT & 0x100)) macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dmsg.h28 #define MSG_STAT (11 | (IPC_STAT & 0x100)) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dmsg.h28 #define MSG_STAT (11 | (IPC_STAT & 0x100)) macro
/third_party/musl/src/ipc/
Dmsgctl.c28 case MSG_STAT: in msgctl()
/third_party/musl/porting/liteos_a/user/src/ipc/
Dmsgctl.c31 case MSG_STAT: in msgctl()
/third_party/ltp/testcases/kernel/syscalls/ipc/msgctl/
Dmsgctl12.c31 {&index_q, MSG_STAT, "MSG_STAT", &msgqid_buf},
/third_party/toybox/toys/pending/
Dipcs.c387 if ((msqid = msgctl(i, MSG_STAT, &buf)) < 0 ) continue; in msg_array()