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

/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dssm.c148 struct ssm_node2inst { struct
151 struct ssm_node2inst *next;
154 static struct ssm_node2inst ssm_node2inst_map = {-1, -1, NULL};
338 struct ssm_node2inst *prev, *sp, *tsp;
420 tsp = kmem_zalloc(sizeof (struct ssm_node2inst), KM_SLEEP);
445 kmem_free(tsp, sizeof (struct ssm_node2inst));
461 struct ssm_node2inst *prev, *sp;
510 kmem_free(sp, sizeof (struct ssm_node2inst));
907 struct ssm_node2inst *sp;

Completed in 44 milliseconds