shmmap_state
shm_delete_mapping(struct shmmap_state *shmmap_s,
static struct shmmap_state *
struct shmmap_state *oshmmap_s, *shmmap_s;
oshmmap_s = (struct shmmap_state *)p->p_vmspace->vm_shm;
shmmap_s = kmem_zalloc(sizeof(struct shmmap_state), KM_SLEEP);
struct shmmap_state *shmmap_s1, *shmmap_s;
shmmap_s1 = (struct shmmap_state *)p->p_vmspace->vm_shm;
struct shmmap_state *shmmap_s;
shmmap_s = (struct shmmap_state *)vm->vm_shm;
struct shmmap_state *shmmap_s;
shmmap_s = (struct shmmap_state *)vm1->vm_shm;
struct shmmap_state *shmmap_s;
shmmap_s = (struct shmmap_state *)vm->vm_shm;
kmem_free(shmmap_s, sizeof(struct shmmap_state));
kmem_free(shmmap_s, sizeof(struct shmmap_state));