Searched defs: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) {
445 if (msgctl(ipc_id, IPC_RMID, NULL_MSG) == -1) {

Completed in 44 milliseconds