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

/vbox/src/VBox/Runtime/nt/
H A DRTErrConvertFromNtStatus.cpp55 case STATUS_NO_SUCH_DEVICE: return VERR_FILE_NOT_FOUND;
/vbox/src/VBox/HostDrivers/VBoxUSB/win/dev/
H A DVBoxUsbDev.cpp89 Status = STATUS_NO_SUCH_DEVICE;
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPLib-win.cpp209 case STATUS_NO_SUCH_DEVICE:
H A DSUPR3HardenedMain-win.cpp4280 * Retry if we think driver might still be initializing (STATUS_NO_SUCH_DEVICE + \Drivers\VBoxDrv).
4314 /* The STATUS_NO_SUCH_DEVICE might be returned if the device is not
4316 if (rcNt != STATUS_NO_SUCH_DEVICE)
4399 case STATUS_NO_SUCH_DEVICE: pszDefine = " STATUS_NO_SUCH_DEVICE"; break;
4412 if ( rcNt == STATUS_NO_SUCH_DEVICE
/vbox/src/VBox/Additions/WINNT/Mouse/NT4/
H A DVBoxPS2NT.cpp801 status = STATUS_NO_SUCH_DEVICE;
824 status = STATUS_NO_SUCH_DEVICE;
1852 status = STATUS_NO_SUCH_DEVICE;
1856 status = STATUS_NO_SUCH_DEVICE;
3225 return STATUS_NO_SUCH_DEVICE;
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dntstatus.h208 #define STATUS_NO_SUCH_DEVICE ((NTSTATUS) 0xC000000E) macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dntstatus.h208 #define STATUS_NO_SUCH_DEVICE ((NTSTATUS) 0xC000000E) macro

Completed in 112 milliseconds