Home
last modified time | relevance | path

Searched refs: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) { in main()
456 if (shmctl(ipc_id, IPC_RMID, NULL_SHM) == -1) { in main()