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

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dsysv_shm.c147 struct shmmap_state { struct
155 static int shm_delete_mapping(struct proc *, struct shmmap_state *, int);
273 shm_delete_mapping(__unused struct proc *p, struct shmmap_state *shmmap_s,
304 struct shmmap_state *shmmap_s;
315 shmmap_s = (struct shmmap_state *)p->vm_shm;
354 struct shmmap_state *shmmap_s = NULL;
372 shmmap_s = (struct shmmap_state *)p->vm_shm;
375 size = shminfo.shmseg * sizeof(struct shmmap_state);
376 MALLOC(shmmap_s, struct shmmap_state *, size, M_SHM, M_WAITOK);
812 struct shmmap_state *shmmap_
[all...]

Completed in 26 milliseconds