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

/freebsd-13-stable/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);
228 buf[i] = msgget(MSG_KEY
[all...]
H A Dt_msgrcv.c51 #define MSG_KEY 1234 macro
69 if ((id = msgget(MSG_KEY, 0)) != -1)
85 id = msgget(MSG_KEY, IPC_CREAT | 0600);
115 id = msgget(MSG_KEY, IPC_CREAT | 0600);
161 id = msgget(MSG_KEY, IPC_CREAT | 0600);
214 id = msgget(MSG_KEY, IPC_CREAT | 0600);
253 id = msgget(MSG_KEY, IPC_CREAT | 0600);
314 id = msgget(MSG_KEY, IPC_CREAT | 0600);
H A Dt_msgsnd.c51 #define MSG_KEY 1234 macro
68 if ((id = msgget(MSG_KEY, 0)) != -1)
85 id = msgget(MSG_KEY, IPC_CREAT | 0600);
141 id = msgget(MSG_KEY, IPC_CREAT | 0600);
189 id = msgget(MSG_KEY, IPC_CREAT | 0600);
246 id = msgget(MSG_KEY, IPC_CREAT | 0600);
299 id = msgget(MSG_KEY, IPC_CREAT | 0600);
319 id = msgget(MSG_KEY, 0);
H A Dt_msgctl.c50 #define MSG_KEY 12345689 macro
65 if ((id = msgget(MSG_KEY, 0)) != -1)
84 id = msgget(MSG_KEY, IPC_CREAT | 0600);
124 id = msgget(MSG_KEY, IPC_CREAT | 0600);
198 id = msgget(MSG_KEY, IPC_CREAT | 0600);
268 id = msgget(MSG_KEY, IPC_CREAT | 0600);
315 id = msgget(MSG_KEY, IPC_CREAT | 0600);

Completed in 158 milliseconds