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

/vbox/src/VBox/HostDrivers/VBoxUSB/solaris/
H A DUSBLib-solaris.cpp211 USBLIB_DECL(int) USBLibResetDevice(char *pszDevicePath, bool fReattach) argument
220 pReq->fReattach = fReattach;
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) argument
792 LogFunc((DEVICE_NAME ":vboxUSBMonSolarisResetDevice pszDevicePath=%s fReattach=%d\n", pszDevicePath, fReattach));
824 rc = usb_reset_device(pDeviceInfo, fReattach ? USB_RESET_LVL_REATTACH : USB_RESET_LVL_DEFAULT);
825 Log((DEVICE_NAME ":usb_reset_device for %s level=%s returned %d\n", pszDevicePath, fReattach ? "ReAttach" : "Default", rc));
/vbox/include/VBox/
H A Dusblib-solaris.h86 bool fReattach; member in struct:__anon258
262 USBLIB_DECL(int) USBLibResetDevice(char *pszDevicePath, bool fReattach);

Completed in 58 milliseconds