Home
last modified time | relevance | path

Searched refs:MSG_STAT_ANY (Results 1 - 8 of 8) sorted by relevance

/third_party/ltp/include/lapi/
H A Dmsg.h16 #ifndef MSG_STAT_ANY
17 # define MSG_STAT_ANY 13 macro
/third_party/ltp/testcases/kernel/syscalls/ipc/msgctl/
H A Dmsgctl06.c11 * * The returned index points to a valid MSG by calling MSG_STAT_ANY
104 tst_res(TINFO, "Test MSG_STAT_ANY %s", tc->desc); in verify_msgctl()
115 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()
152 tst_brk(TCONF, "kernel doesn't support MSG_STAT_ANY"); in setup()
155 "Current environment doesn't permit MSG_STAT_ANY"); in setup()
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dmsg.h30 #define MSG_STAT_ANY (13 | (IPC_STAT & 0x100)) macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dmsg.h30 #define MSG_STAT_ANY (13 | (IPC_STAT & 0x100)) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dmsg.h30 #define MSG_STAT_ANY (13 | (IPC_STAT & 0x100)) macro
/third_party/musl/include/sys/
H A Dmsg.h30 #define MSG_STAT_ANY (13 | (IPC_STAT & 0x100)) macro
/third_party/musl/porting/liteos_a/user/src/ipc/
H A Dmsgctl.c40 case MSG_STAT_ANY: in msgctl()
/third_party/musl/src/ipc/
H A Dmsgctl.c39 case MSG_STAT_ANY: in msgctl()

Completed in 2 milliseconds