Searched refs:BootCurrent (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Include/Library/
H A DGenericBdsLib.h84 UINT16 BootCurrent; member in struct:__anon10443
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/
H A DBdsEntry.c140 BootOption->BootCurrent = *mBootNext;
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DBdsBoot.c131 UnicodeSPrint (OptionName, sizeof (OptionName), L"Boot%04x", OptionToCheck->BootCurrent);
142 if ((OptionToCheck->BootCurrent == BootOption->BootCurrent) &&
665 VBoxLog(("BdsLibBootViaBootOption: BootCurrent=0x%x OptionName=%s Description=%s StatusString=%s Attribute=0x%x LoadOptionsSize=0x%x\n",
666 Option->BootCurrent, Option->OptionName, Option->Description, Option->StatusString, Option->Attribute, Option->LoadOptionsSize));
701 // In this case, "BootCurrent" is not created.
702 // Only create the BootCurrent variable when it points to a valid Boot#### variable.
705 L"BootCurrent",
709 &Option->BootCurrent
999 L"BootCurrent",
[all...]
H A DBdsMisc.c760 Option->BootCurrent = (UINT16) (CharToUint (VariableName[NumOff+0]) * 0x1000)
841 Option->BootCurrent = OptionOrder[Index];

Completed in 52 milliseconds