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

/illumos-gate/usr/src/uts/sun4u/montecarlo/sys/
H A Dhscimpl.h75 typedef struct hsc_state { struct
/illumos-gate/usr/src/uts/sun4u/montecarlo/io/
H A Dhsc.c156 static void *hsc_state; variable
1380 rc = ddi_soft_state_init(&hsc_state, sizeof (hsc_state_t), 1);
1407 ddi_soft_state_fini(&hsc_state);
1537 rc = ddi_soft_state_zalloc(hsc_state, instance);
1541 hsc = (hsc_state_t *)ddi_get_soft_state(hsc_state, instance);
1591 ddi_soft_state_free(hsc_state, instance);
1605 ddi_soft_state_free(hsc_state, instance);
1690 ddi_soft_state_free(hsc_state, instance);
1706 ddi_soft_state_free(hsc_state, instance);
1754 ddi_soft_state_free(hsc_state, instanc
[all...]

Completed in 61 milliseconds