Searched defs:Settings (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbBusDxe/
H A DUsbDesc.h66 USB_INTERFACE_SETTING* Settings[USB_MAX_INTERFACE_SETTING]; member in struct:__anon10871
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
H A DPrintInfo.c2401 @param[in] Settings The device settings.
2406 IN UINT8 Settings,
2413 PRINT_INFO_OPTION (Settings, Option);
2418 Temp = (Settings & 0xC0) >> 6;
2440 Temp = (Settings & 0x30) >> 4;
2462 Temp = (Settings & 0x0C) >> 2;
2484 Temp = Settings & 0x3;
2405 DisplayHardwareSecuritySettings( IN UINT8 Settings, IN UINT8 Option ) argument
/vbox/src/VBox/Main/src-server/win/
H A DNetIf-win.cpp202 ADAPTER_SETTINGS Settings; local
203 HRESULT hr = VBoxNetCfgWinGetAdapterSettings((const GUID *)guid.raw(), &Settings);
206 if (Settings.ip)
208 pInfo->IPAddress.u = Settings.ip;
209 pInfo->IPNetMask.u = Settings.mask;
211 pInfo->bDhcpEnabled = Settings.bDhcp;
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/
H A DVBoxDispD3D.h60 VBOXVHWA_INFO Settings; member in struct:VBOXDISPVHWA_INFO
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/
H A DVBoxMPTypes.h93 VBOXVHWA_INFO Settings; member in struct:VBOXWDDM_VHWA

Completed in 53 milliseconds