Searched refs:MSG_RD (Results 1 – 4 of 4) sorted by relevance
37 #define MSG_RD 0400 /* read permission for the queue */ macro39 #define MSG_RW MSG_RD | MSG_WR
28 #define MSG_RD 0400 macro30 #define MSG_RW (MSG_RD | MSG_WR)
45 {&msgkey, MSG_RD, EACCES, 1},
101 msg_id2 = SAFE_MSGGET(msgkey2, IPC_CREAT | IPC_EXCL | MSG_RD | MSG_WR); in setup()