Home
last modified time | relevance | path

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

/mirbsd/src/sys/kern/
Dsysv_shm.c104 struct shmmap_head { struct
191 struct shmmap_head *shmmap_h; in sys_shmdt()
195 shmmap_h = (struct shmmap_head *)p->p_vmspace->vm_shm; in sys_shmdt()
226 struct shmmap_head *shmmap_h; in sys_shmat1()
233 shmmap_h = (struct shmmap_head *)p->p_vmspace->vm_shm; in sys_shmat1()
491 struct shmmap_head *shmmap_h; in shmfork()
502 shmmap_h = (struct shmmap_head *)vm1->vm_shm; in shmfork()
517 struct shmmap_head *shmmap_h; in shmexit()
521 shmmap_h = (struct shmmap_head *)vm->vm_shm; in shmexit()