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

/illumos-gate/usr/src/uts/common/io/usb/clients/video/usbvc/
H A Dusbvc.c297 static void *usbvc_statep; variable
308 if ((rval = ddi_soft_state_init(&usbvc_statep,
315 ddi_soft_state_fini(&usbvc_statep);
335 ddi_soft_state_fini(&usbvc_statep);
362 if ((usbvcp = ddi_get_soft_state(usbvc_statep,
418 if (ddi_soft_state_zalloc(usbvc_statep, instance) == DDI_SUCCESS) {
419 usbvcp = ddi_get_soft_state(usbvc_statep, instance);
526 usbvc_state_t *usbvcp = ddi_get_soft_state(usbvc_statep, instance);
599 ddi_soft_state_free(usbvc_statep, ddi_get_instance(dip));
609 ddi_get_soft_state(usbvc_statep, getmino
[all...]

Completed in 709 milliseconds