Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsysv_shm.c130 static struct shmid_kernel *shm_find_segment(struct prison *, int, bool);
230 shm_find_segment(struct prison *rpr, int arg, bool is_shmid) in shm_find_segment() function
411 shmseg = shm_find_segment(rpr, shmid, true); in kern_shmat_locked()
546 shmseg = shm_find_segment(rpr, shmid, cmd != SHM_STAT); in kern_shmctl_locked()
1311 shmseg = shm_find_segment(rpr, uap->shmid, true); in oshmctl()