Searched refs:mqid (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/bsd/ntp/dist/adjtimed/ |
H A D | adjtimed.c | 66 static int mqid; variable 94 if ((mqid = msgget(KEY, 0)) != -1) { in main() 95 if (msgctl(mqid, IPC_RMID, (struct msqid_ds *)0) == -1) { in main() 197 if ((mqid = msgget(KEY, 0)) == -1) { in main() 221 if (msgrcv(mqid, &msg.msgp, MSGSIZE, CLIENT, 0) == -1) { in main() 237 while (msgsnd(mqid, &msg.msgp, MSGSIZE, 0) == -1) { in main() 475 if (msgctl(mqid, IPC_RMID, (struct msqid_ds *)0) == -1) { in Cleanup()
|