sysv_shm.c | 204 shm_delete_mapping(struct shmmap_state *shmmap_s, 215 SLIST_REMOVE(&shmmap_s->entries, shmmap_se, shmmap_entry, next); 216 shmmap_s->nitems--; 234 struct shmmap_state *oshmmap_s, *shmmap_s; local in function:shmmap_getprivate 245 shmmap_s = kmem_zalloc(sizeof(struct shmmap_state), KM_SLEEP); 246 shmmap_s->nrefs = 1; 247 SLIST_INIT(&shmmap_s->entries); 248 p->p_vmspace->vm_shm = (void *)shmmap_s; 251 return shmmap_s; 261 SLIST_INSERT_HEAD(&shmmap_s->entries, shmmap_se, next) 311 struct shmmap_state *shmmap_s1, *shmmap_s; local in function:sys_shmdt 382 struct shmmap_state *shmmap_s; local in function:sys_shmat 780 struct shmmap_state *shmmap_s; local in function:shmfork 798 struct shmmap_state *shmmap_s; local in function:shmexit [all...] |