Searched refs:SHMSEG_ALLOCATED (Results 1 – 1 of 1) sorted by relevance
134 #define SHMSEG_ALLOCATED 0x0800 macro239 if ((shmsegs[i].u.shm_perm.mode & SHMSEG_ALLOCATED) && in shm_find_segment_by_key()258 if ((shmseg->u.shm_perm.mode & (SHMSEG_ALLOCATED | SHMSEG_REMOVED)) in shm_find_segment_by_shmid()259 != SHMSEG_ALLOCATED || in shm_find_segment_by_shmid()809 shmseg->u.shm_perm.mode = SHMSEG_ALLOCATED | SHMSEG_REMOVED; in shmget_allocate_segment()845 (mode & ACCESSPERMS) | SHMSEG_ALLOCATED; in shmget_allocate_segment()1229 if (shmsegs[cursor].u.shm_perm.mode & SHMSEG_ALLOCATED) { in IPCS_shm_sysctl()