Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/kern/
H A Dsysv_shm.c133 #define SHMSEG_ALLOCATED 0x0800 macro
238 if ((shmsegs[i].u.shm_perm.mode & SHMSEG_ALLOCATED) && in shm_find_segment_by_key()
257 if ((shmseg->u.shm_perm.mode & (SHMSEG_ALLOCATED | SHMSEG_REMOVED)) in shm_find_segment_by_shmid()
258 != SHMSEG_ALLOCATED || in shm_find_segment_by_shmid()
812 shmseg->u.shm_perm.mode = SHMSEG_ALLOCATED | SHMSEG_REMOVED; in shmget_allocate_segment()
848 (mode & ACCESSPERMS) | SHMSEG_ALLOCATED; in shmget_allocate_segment()
1232 if (shmsegs[cursor].u.shm_perm.mode & SHMSEG_ALLOCATED) { in IPCS_shm_sysctl()