Home
last modified time | relevance | path

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

/mirbsd/src/sys/kern/
Dsysv_shm.c76 struct shmid_ds *shm_find_segment_by_shmid(int, int);
132 shm_find_segment_by_shmid(int shmid, int findremoved) in shm_find_segment_by_shmid() function
244 shmseg = shm_find_segment_by_shmid(SCARG(uap, shmid), findremoved); in sys_shmat1()
317 shmseg = shm_find_segment_by_shmid(shmid, 1); in shmctl1()