Home
last modified time | relevance | path

Searched refs:NULL_MSG (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/ipcrm/
H A Dipcrm.c50 #define NULL_MSG ((struct msqid_ds *)NULL) macro
415 } else if (msgctl(ipc_id, IPC_RMID, NULL_MSG) == -1) { in main()
445 if (msgctl(ipc_id, IPC_RMID, NULL_MSG) == -1) { in main()