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
25 #define MSG_RD 0400 macro27 #define MSG_RW (MSG_RD | MSG_WR)
54 {&msgkey, MSG_RD, EACCES, 1},
182 msgget(msgkey2, IPC_CREAT | IPC_EXCL | MSG_RD | MSG_WR)) == -1) { in setup()