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

/vbox/include/VBox/
H A Dusb.h45 USBDEVICESTATE_UNUSED, enumerator in enum:USBDEVICESTATE
/vbox/src/VBox/Main/src-server/freebsd/
H A DUSBProxyServiceFreeBSD.cpp215 : pDev->enmState == USBDEVICESTATE_UNUSED ? "not in use"
295 pDevice->enmState = USBDEVICESTATE_UNUSED;
/vbox/src/VBox/Main/include/
H A DHostUSBDeviceImpl.h75 kHostUSBDeviceState_Unused = USBDEVICESTATE_UNUSED,
/vbox/src/VBox/Main/src-server/linux/
H A DUSBGetDevices.cpp412 * When it's neither of these, we set USBDEVICESTATE_UNUSED or
542 Dev.enmState = USBDEVICESTATE_UNUSED;
600 Dev.enmState = USBDEVICESTATE_UNUSED;
746 else if (Dev.enmState == USBDEVICESTATE_UNUSED)
1193 : pDev->enmState == USBDEVICESTATE_UNUSED ? "not in use"
1247 Dev->enmState = USBDEVICESTATE_UNUSED;
/vbox/src/VBox/Main/src-server/solaris/
H A DUSBProxyServiceSolaris.cpp325 return USBDEVICESTATE_UNUSED;
/vbox/src/VBox/Main/src-server/darwin/
H A Diokit.cpp883 ? USBDEVICESTATE_UNUSED
886 pCur->enmState = USBDEVICESTATE_UNUSED;
/vbox/src/VBox/HostDrivers/VBoxUSB/win/lib/
H A DVBoxUsbLib-win.cpp318 pDev->enmState = USBDEVICESTATE_UNUSED;
983 || MonInfo.enmState == USBDEVICESTATE_UNUSED
/vbox/src/VBox/Main/src-server/
H A DHostUSBDeviceImpl.cpp1284 case USBDEVICESTATE_UNUSED:

Completed in 1634 milliseconds