Searched refs:MSG_KEY (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/contrib/netbsd-tests/lib/libc/sys/
H A Dt_msgget.c49 #define MSG_KEY 12345689 macro
58 if ((id = msgget(MSG_KEY, 0)) != -1)
76 id = msgget(MSG_KEY, IPC_CREAT | 0600);
83 if (msgget(MSG_KEY, IPC_CREAT | IPC_EXCL | 0600) != -1)
92 id = msgget(MSG_KEY, IPC_CREAT | 0600);
123 if (msgget(MSG_KEY, IPC_CREAT | IPC_EXCL | 0600) == -1)
134 id = msgget(MSG_KEY, 0);
165 id = msgget(MSG_KEY, IPC_CREAT | 0600);
213 buf[i] = msgget(MSG_KEY + i, IPC_CREAT | IPC_EXCL | 0600);
229 buf[i] = msgget(MSG_KEY
[all...]
H A Dt_msgrcv.c54 #define MSG_KEY 1234 macro
72 if ((id = msgget(MSG_KEY, 0)) != -1)
88 id = msgget(MSG_KEY, IPC_CREAT | 0600);
118 id = msgget(MSG_KEY, IPC_CREAT | 0600);
164 id = msgget(MSG_KEY, IPC_CREAT | 0600);
217 id = msgget(MSG_KEY, IPC_CREAT | 0600);
256 id = msgget(MSG_KEY, IPC_CREAT | 0600);
317 id = msgget(MSG_KEY, IPC_CREAT | 0600);
H A Dt_msgsnd.c54 #define MSG_KEY 1234 macro
71 if ((id = msgget(MSG_KEY, 0)) != -1)
88 id = msgget(MSG_KEY, IPC_CREAT | 0600);
140 id = msgget(MSG_KEY, IPC_CREAT | 0600);
184 id = msgget(MSG_KEY, IPC_CREAT | 0600);
229 id = msgget(MSG_KEY, IPC_CREAT | 0600);
278 id = msgget(MSG_KEY, IPC_CREAT | 0600);
298 id = msgget(MSG_KEY, 0);
H A Dt_msgctl.c53 #define MSG_KEY 12345689 macro
68 if ((id = msgget(MSG_KEY, 0)) != -1)
87 id = msgget(MSG_KEY, IPC_CREAT | 0600);
127 id = msgget(MSG_KEY, IPC_CREAT | 0600);
201 id = msgget(MSG_KEY, IPC_CREAT | 0600);
267 id = msgget(MSG_KEY, IPC_CREAT | 0600);
314 id = msgget(MSG_KEY, IPC_CREAT | 0600);

Completed in 54 milliseconds