Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dshm.h158 #define SHMSEG_ALLOCATED 0x0800 macro
/freebsd/sys/kern/
H A Dsysv_shm.c212 if ((shmsegs[i].u.shm_perm.mode & SHMSEG_ALLOCATED) && in shm_find_segment_by_key()
234 if ((shmseg->u.shm_perm.mode & SHMSEG_ALLOCATED) == 0 || in shm_find_segment()
754 shmseg->u.shm_perm.mode = (mode & ACCESSPERMS) | SHMSEG_ALLOCATED; in shmget_allocate_segment()
1081 if ((shmsegs[i].u.shm_perm.mode & SHMSEG_ALLOCATED) == 0 || in sysctl_shmsegs()
1140 if ((shmsegs[i].u.shm_perm.mode & SHMSEG_ALLOCATED) == 0 || in kern_get_shmsegs()
1326 if ((shmseg->u.shm_perm.mode & SHMSEG_ALLOCATED) && in shm_prison_cleanup()
/freebsd/sys/compat/linprocfs/
H A Dlinprocfs.c2194 if ((shmids[id].u.shm_perm.mode & SHMSEG_ALLOCATED) == 0) in linprocfs_dosysvipc_shm()