Home
last modified time | relevance | path

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

/xnu-11215.61.5/bsd/kern/
H A Dsysv_shm.c161 static struct shmid_kernel *shm_find_segment_by_shmid(int);
248 shm_find_segment_by_shmid(int shmid) in shm_find_segment_by_shmid() function
430 shmseg = shm_find_segment_by_shmid(uap->shmid); in shmat()
608 shmseg = shm_find_segment_by_shmid(uap->shmid); in shmctl()