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

/vbox/src/VBox/HostDrivers/VBoxUSB/solaris/
H A DVBoxUSBMon-solaris.c172 static dev_info_t *g_pDip = NULL; variable
208 g_pDip = NULL;
300 if (RT_UNLIKELY(g_pDip))
306 g_pDip = pDip;
362 g_pDip = NULL;
397 *ppvResult = (void *)g_pDip;
401 *ppvResult = (void *)(uintptr_t)ddi_get_instance(g_pDip);
428 if (!g_pDip)
438 int rc = usb_register_dev_driver(g_pDip, VBoxUSBMonSolarisElectDriver);
495 if (RT_LIKELY(g_pDip))
[all...]
/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest-solaris.c165 static dev_info_t *g_pDip = NULL; variable
284 if (g_pDip)
343 g_pDip = pDip;
407 g_pDip = NULL;
464 *ppvResult = (void *)g_pDip;
468 *ppvResult = (void *)(uintptr_t)ddi_get_instance(g_pDip);
/vbox/src/VBox/Additions/solaris/DRM/
H A Dvboxvideo_drm.c133 static dev_info_t *g_pDip; variable

Completed in 35 milliseconds