shm_find_segment
static struct shmid_kernel *shm_find_segment(struct prison *, int, bool);
shmseg = shm_find_segment(rpr, uap->shmid, true);
shmseg = shm_find_segment(rpr, shmid, true);
shmseg = shm_find_segment(rpr, shmid, cmd != SHM_STAT);