Searched refs:SHMSEG_ALLOCATED (Results 1 – 1 of 1) sorted by relevance
133 #define SHMSEG_ALLOCATED 0x0800 macro238 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()808 shmseg->u.shm_perm.mode = SHMSEG_ALLOCATED | SHMSEG_REMOVED; in shmget_allocate_segment()844 (mode & ACCESSPERMS) | SHMSEG_ALLOCATED; in shmget_allocate_segment()1228 if (shmsegs[cursor].u.shm_perm.mode & SHMSEG_ALLOCATED) { in IPCS_shm_sysctl()