Home
last modified time | relevance | path

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), in _init()
374 ddi_soft_state_fini(&dcd_state); in _init()
389 ddi_soft_state_fini(&dcd_state); in _fini()
423 if (ddi_get_soft_state(dcd_state, instance) != NULL) in dcdprobe()
493 if (!(un = ddi_get_soft_state(dcd_state, instance))) in dcdattach()
540 ddi_get_soft_state(dcd_state, instance))) { in dcdattach()
658 ddi_soft_state_free(dcd_state, instance); in dcd_free_softstate()
675 if (!(un = ddi_get_soft_state(dcd_state, instance))) in dcddetach()
[all …]