Searched defs:NULL_SHM (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/ipcrm/
H A Dipcrm.c52 #define NULL_SHM ((struct shmid_ds *)NULL) macro
424 } else if (shmctl(ipc_id, IPC_RMID, NULL_SHM) == -1) {
456 if (shmctl(ipc_id, IPC_RMID, NULL_SHM) == -1) {

Completed in 52 milliseconds