Searched refs:SHMSEG_REMOVED (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dsysv_shm.c135 #define SHMSEG_REMOVED 0x0400 macro
253 if ((shmseg->u.shm_perm.mode & (SHMSEG_ALLOCATED | SHMSEG_REMOVED))
303 (shmseg->u.shm_perm.mode & SHMSEG_REMOVED)) {
641 shmseg->u.shm_perm.mode |= SHMSEG_REMOVED;
669 if (shmseg->u.shm_perm.mode & SHMSEG_REMOVED) {
748 shmseg->u.shm_perm.mode = SHMSEG_ALLOCATED | SHMSEG_REMOVED;

Completed in 122 milliseconds