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

/vbox/src/VBox/HostDrivers/VBoxUSB/solaris/
H A DVBoxUSBMon-solaris.c186 static int vboxUSBMonSolarisResetDevice(char *pszDevicePath, bool fReattach);
746 rc = vboxUSBMonSolarisResetDevice(pReq->szDevicePath, pReq->fReattach);
788 static int vboxUSBMonSolarisResetDevice(char *pszDevicePath, bool fReattach) function
792 LogFunc((DEVICE_NAME ":vboxUSBMonSolarisResetDevice pszDevicePath=%s fReattach=%d\n", pszDevicePath, fReattach));
811 LogRel((DEVICE_NAME ":vboxUSBMonSolarisResetDevice failed to get parent device info for %s\n", pszDevicePath));
841 LogRel((DEVICE_NAME ":vboxUSBMonSolarisResetDevice Cannot obtain device info for %s\n", pszDevicePath));

Completed in 43 milliseconds