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

/illumos-gate/usr/src/uts/i86pc/io/xsvc/
H A Dxsvc.c129 void *xsvc_statep; variable
164 err = ddi_soft_state_init(&xsvc_statep, sizeof (xsvc_state_t), 1);
171 ddi_soft_state_fini(&xsvc_statep);
202 ddi_soft_state_fini(&xsvc_statep);
232 err = ddi_soft_state_zalloc(xsvc_statep, instance);
236 state = ddi_get_soft_state(xsvc_statep, instance);
281 (void) ddi_soft_state_free(xsvc_statep, instance);
300 state = ddi_get_soft_state(xsvc_statep, instance);
330 (void) ddi_soft_state_free(xsvc_statep, state->xs_instance);
353 state = ddi_get_soft_state(xsvc_statep, instanc
[all...]

Completed in 55 milliseconds