Searched refs:shm_find_segment (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/kern/ |
H A D | sysv_shm.c | 123 static struct shmid_kernel *shm_find_segment(struct prison *, int, bool); 225 shm_find_segment(struct prison *rpr, int arg, bool is_shmid) in shm_find_segment() function 406 shmseg = shm_find_segment(rpr, shmid, true); in kern_shmat_locked() 541 shmseg = shm_find_segment(rpr, shmid, cmd != SHM_STAT); in kern_shmctl_locked() 1371 shmseg = shm_find_segment(rpr, uap->shmid, true); in oshmctl()
|