Home
last modified time | relevance | path

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; argument
154 static struct ssm_node2inst ssm_node2inst_map = {-1, -1, NULL};
338 struct ssm_node2inst *prev, *sp, *tsp; in ssm_attach()
420 tsp = kmem_zalloc(sizeof (struct ssm_node2inst), KM_SLEEP); in ssm_attach()
445 kmem_free(tsp, sizeof (struct ssm_node2inst)); in ssm_attach()
461 struct ssm_node2inst *prev, *sp; in ssm_detach()
510 kmem_free(sp, sizeof (struct ssm_node2inst)); in ssm_detach()
907 struct ssm_node2inst *sp; in ssm_get_attch_pnt()