Searched refs:shm_find_segment_by_shmid (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/sys/kern/
H A Dsysv_shm.c124 static struct shmid_kernel *shm_find_segment_by_shmid(int);
201 shm_find_segment_by_shmid(int shmid) function
364 shmseg = shm_find_segment_by_shmid(shmid);
491 shmseg = shm_find_segment_by_shmid(shmid);
999 shmseg = shm_find_segment_by_shmid(uap->shmid);

Completed in 69 milliseconds