Home
last modified time | relevance | path

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

/third_party/ltp/include/lapi/
Dmsg.h16 #ifndef MSG_STAT_ANY
17 # define MSG_STAT_ANY 13 macro
/third_party/ltp/testcases/kernel/syscalls/ipc/msgctl/
Dmsgctl06.c115 msgid = msgctl(TST_RET, MSG_STAT_ANY, &buf); in verify_msgctl()
125 if (msgctl(i, MSG_STAT_ANY, &buf) != -1) in verify_msgctl()
149 TEST(msgctl(msg_id, MSG_STAT_ANY, &temp_buf)); in setup()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dmsg.h30 #define MSG_STAT_ANY (13 | (IPC_STAT & 0x100)) macro
/third_party/musl/include/sys/
Dmsg.h30 #define MSG_STAT_ANY (13 | (IPC_STAT & 0x100)) macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dmsg.h30 #define MSG_STAT_ANY (13 | (IPC_STAT & 0x100)) macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dmsg.h30 #define MSG_STAT_ANY (13 | (IPC_STAT & 0x100)) macro
/third_party/musl/ndk_musl_include/sys/
Dmsg.h30 #define MSG_STAT_ANY (13 | (IPC_STAT & 0x100)) macro
/third_party/musl/src/ipc/
Dmsgctl.c37 case MSG_STAT_ANY: in msgctl()
/third_party/musl/porting/liteos_a/user/src/ipc/
Dmsgctl.c40 case MSG_STAT_ANY: in msgctl()