Searched defs:Dev (Results 26 - 34 of 34) sorted by relevance

12

/vbox/src/VBox/HostDrivers/VBoxUSB/win/lib/
H A DVBoxUsbLib-win.cpp940 USBSUP_GETDEV Dev = {0}; local
950 if (!DeviceIoControl(hDev, SUPUSB_IOCTL_GET_DEVICE, &Dev, sizeof (Dev), &Dev, sizeof (Dev), &cbReturned, NULL))
964 Assert(Dev.hDevice);
966 HVBOXUSBDEVUSR hDevice = Dev.hDevice;
992 pDevs->enmSpeed = Dev.fHiSpeed ? USBDEVICESPEED_HIGH : USBDEVICESPEED_FULL;
/vbox/src/VBox/Main/src-server/
H A DHostImpl.cpp2334 dev_t Dev = di_minor_devt(Minor); local
2335 if ( Major != (int)major(Dev)
/vbox/include/VBox/
H A Dvusb.h1222 } Dev; member in struct:VUSBURB
/vbox/src/VBox/VMM/include/
H A DPDMInternal.h823 } Dev; member in union:PDMQUEUE::__anon16953
H A DTMInternal.h137 } Dev; member in union:TMTIMER::__anon16978
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/IndustryStandard/
H A DPci22.h565 UINT32 Dev : 5; member in struct:__anon11701::__anon11702
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Include/IndustryStandard/
H A Dpci22.h327 UINT32 Dev : 5; member in struct:__anon10189::__anon10190
/vbox/src/VBox/HostDrivers/VBoxNetFlt/win/cfg/
H A DVBoxNetCfg.cpp621 SP_DEVINFO_DATA Dev; local
622 memset(&Dev, 0, sizeof(SP_DEVINFO_DATA));
623 Dev.cbSize = sizeof(SP_DEVINFO_DATA);
625 if (!SetupDiEnumDeviceInfo(hDevInfo, dwDevId, &Dev))
642 if (!SetupDiGetDeviceRegistryPropertyW(hDevInfo, &Dev,
667 if (!SetupDiGetDeviceRegistryPropertyW(hDevInfo,&Dev,
693 if (!callback(hDevInfo, &Dev, pContext))
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/IndustryStandard/
H A DPci22.h567 UINT32 Dev : 5; member in struct:__anon15506::__anon15507

Completed in 188 milliseconds

12