Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ipcrm/
H A Dipcrm.c51 #define NULL_SEM ((struct semid_ds *)NULL) macro
433 } else if (semctl(ipc_id, 0, IPC_RMID, NULL_SEM) == in main()
467 if (semctl(ipc_id, 0, IPC_RMID, NULL_SEM) == -1) { in main()