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

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dsysv_shm.c135 #define SHMSEG_REMOVED 0x0400 macro
244 if ((shmseg->u.shm_perm.mode & (SHMSEG_ALLOCATED | SHMSEG_REMOVED))
291 (shmseg->u.shm_perm.mode & SHMSEG_REMOVED)) {
583 shmseg->u.shm_perm.mode |= SHMSEG_REMOVED;
611 if (shmseg->u.shm_perm.mode & SHMSEG_REMOVED) {
703 shmseg->u.shm_perm.mode = SHMSEG_ALLOCATED | SHMSEG_REMOVED;

Completed in 22 milliseconds