Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsysv_shm.c116 #define SHMSEG_ALLOCATED 0x0800 macro
217 if ((shmsegs[i].u.shm_perm.mode & SHMSEG_ALLOCATED) && in shm_find_segment_by_key()
239 if ((shmseg->u.shm_perm.mode & SHMSEG_ALLOCATED) == 0 || in shm_find_segment()
755 shmseg->u.shm_perm.mode = (mode & ACCESSPERMS) | SHMSEG_ALLOCATED; in shmget_allocate_segment()
1057 if ((shmsegs[i].u.shm_perm.mode & SHMSEG_ALLOCATED) == 0 || in sysctl_shmsegs()
1266 if ((shmseg->u.shm_perm.mode & SHMSEG_ALLOCATED) && in shm_prison_cleanup()