Searched refs:MSG_STAT (Results 1 – 9 of 9) sorted by relevance
28 #define MSG_STAT (11 | (IPC_STAT & 0x100)) macro
28 case MSG_STAT: in msgctl()
31 case MSG_STAT: in msgctl()
31 {&index_q, MSG_STAT, "MSG_STAT", &msgqid_buf},
387 if ((msqid = msgctl(i, MSG_STAT, &buf)) < 0 ) continue; in msg_array()