Searched refs:shm_find_segment_by_shmid (Results 1 – 1 of 1) sorted by relevance
76 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() function244 shmseg = shm_find_segment_by_shmid(SCARG(uap, shmid), findremoved); in sys_shmat1()317 shmseg = shm_find_segment_by_shmid(shmid, 1); in shmctl1()