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
29 #define MSG_WR 0200 macro30 #define MSG_RW (MSG_RD | MSG_WR)
46 {&msgkey, MSG_WR, EACCES, 1},
101 msg_id2 = SAFE_MSGGET(msgkey2, IPC_CREAT | IPC_EXCL | MSG_RD | MSG_WR); in setup()