Searched refs:MSG_WR (Results 1 – 4 of 4) sorted by relevance
38 #define MSG_WR 0200 /* write permission for the queue */ macro39 #define MSG_RW MSG_RD | MSG_WR
26 #define MSG_WR 0200 macro27 #define MSG_RW (MSG_RD | MSG_WR)
43 {&msgkey, MSG_WR, EACCES, 1},
81 msg_id2 = SAFE_MSGGET(msgkey2, IPC_CREAT | IPC_EXCL | MSG_RD | MSG_WR); in setup()