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

/illumos-gate/usr/src/uts/sun4u/excalibur/io/
H A Dxcalwd.c66 static void *xcalwd_statep; variable
156 error = ddi_soft_state_init(&xcalwd_statep,
167 ddi_soft_state_fini(&xcalwd_statep);
186 ddi_soft_state_fini(&xcalwd_statep);
210 tsp = ddi_get_soft_state(xcalwd_statep, instance);
243 if (ddi_soft_state_zalloc(xcalwd_statep, instance) !=
250 tsp = ddi_get_soft_state(xcalwd_statep, instance);
288 tsp = ddi_get_soft_state(xcalwd_statep, instance);
291 ddi_soft_state_free(xcalwd_statep, instance);
314 tsp = ddi_get_soft_state(xcalwd_statep, instanc
[all...]

Completed in 87 milliseconds