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

/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dsysv_shm.c285 shm_delete_mapping(__unused struct proc *p, struct shmmap_state *shmmap_s, argument
292 segnum = IPCID_TO_IX(shmmap_s->shmid);
296 result = mach_vm_deallocate(current_map(), shmmap_s->va, size);
300 shmmap_s->shmid = -1;
316 struct shmmap_state *shmmap_s; local
327 shmmap_s = (struct shmmap_state *)p->vm_shm;
328 if (shmmap_s == NULL) {
333 for (i = 0; i < shminfo.shmseg; i++, shmmap_s++)
334 if (shmmap_s->shmid != -1 &&
335 shmmap_s
366 struct shmmap_state *shmmap_s = NULL; local
912 struct shmmap_state *shmmap_s; local
944 struct shmmap_state *shmmap_s; local
971 struct shmmap_state *shmmap_s; local
[all...]

Completed in 118 milliseconds