Searched defs:dcam_state_p (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/1394/targets/dcam1394/
H A Ddcam.c92 void *dcam_state_p; variable
151 err = ddi_soft_state_init(&dcam_state_p, sizeof (dcam_state_t), 2);
167 ddi_soft_state_fini(&dcam_state_p);
198 ddi_soft_state_fini(&dcam_state_p);
222 if (ddi_soft_state_zalloc(dcam_state_p, instance) !=
227 if ((softc_p = ddi_get_soft_state(dcam_state_p, instance)) ==
229 ddi_soft_state_free(dcam_state_p, instance);
256 ddi_soft_state_free(dcam_state_p, instance);
266 ddi_soft_state_free(dcam_state_p, instance);
274 ddi_soft_state_free(dcam_state_p, instanc
[all...]

Completed in 769 milliseconds