Searched refs:shmmap_state (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dsysv_shm.c156 struct shmmap_state { struct
164 static int shm_delete_mapping(struct proc *, struct shmmap_state *, int);
285 shm_delete_mapping(__unused struct proc *p, struct shmmap_state *shmmap_s,
316 struct shmmap_state *shmmap_s;
327 shmmap_s = (struct shmmap_state *)p->vm_shm;
366 struct shmmap_state *shmmap_s = NULL;
388 shmmap_s = (struct shmmap_state *)p->vm_shm;
391 size = shminfo.shmseg * sizeof(struct shmmap_state);
392 MALLOC(shmmap_s, struct shmmap_state *, size, M_SHM, M_WAITOK);
912 struct shmmap_state *shmmap_
[all...]

Completed in 137 milliseconds