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

/illumos-gate/usr/src/uts/sun/io/dada/targets/
H A Ddad.c177 static void *dcd_state; variable
281 if ((un = ddi_get_soft_state(dcd_state, instance)) == NULL) \
366 if ((e = ddi_soft_state_init(&dcd_state, sizeof (struct dcd_disk),
374 ddi_soft_state_fini(&dcd_state);
389 ddi_soft_state_fini(&dcd_state);
423 if (ddi_get_soft_state(dcd_state, instance) != NULL)
493 if (!(un = ddi_get_soft_state(dcd_state, instance)))
540 ddi_get_soft_state(dcd_state, instance))) {
658 ddi_soft_state_free(dcd_state, instance);
675 if (!(un = ddi_get_soft_state(dcd_state, instanc
[all...]

Completed in 60 milliseconds