Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/kern/
H A Dsysv_shm.c160 static struct shmid_kernel *shm_find_segment_by_shmid(int);
247 shm_find_segment_by_shmid(int shmid) in shm_find_segment_by_shmid() function
429 shmseg = shm_find_segment_by_shmid(uap->shmid); in shmat()
607 shmseg = shm_find_segment_by_shmid(uap->shmid); in shmctl()