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

/vbox/src/VBox/HostDrivers/VBoxUSB/solaris/
H A DVBoxUSB-solaris.c370 static void *g_pVBoxUSBSolarisState; variable
407 rc = ddi_soft_state_init(&g_pVBoxUSBSolarisState, sizeof(vboxusb_state_t), 4 /* pre-alloc */);
415 ddi_soft_state_fini(&g_pVBoxUSBSolarisState);
437 ddi_soft_state_fini(&g_pVBoxUSBSolarisState);
473 rc = ddi_soft_state_zalloc(g_pVBoxUSBSolarisState, instance);
476 pState = ddi_get_soft_state(g_pVBoxUSBSolarisState, instance);
654 ddi_soft_state_free(g_pVBoxUSBSolarisState, instance);
664 pState = ddi_get_soft_state(g_pVBoxUSBSolarisState, instance);
694 vboxusb_state_t *pState = ddi_get_soft_state(g_pVBoxUSBSolarisState, instance);
784 ddi_soft_state_free(g_pVBoxUSBSolarisState, instanc
[all...]

Completed in 49 milliseconds