Searched refs:EnBootOption (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
H A DBBSsupport.h74 @param EnBootOption Pointer to buffer receiving the enabled Boot Option Numbers
85 UINT16 *EnBootOption,
H A DVariable.c1107 UINT16 *EnBootOption; local
1243 EnBootOption = AllocatePool (VarSize);
1244 ASSERT (EnBootOption != NULL);
1251 EnBootOption,
1269 // 2. Deactivate the DisBootOption and activate the EnBootOption
1295 UnicodeSPrint (VarName, sizeof (VarName), L"Boot%04x", EnBootOption[Index]);
1320 FreePool (EnBootOption);
H A DBBSsupport.c410 @param EnBootOption Pointer to buffer receiving the enabled Boot Option Numbers
421 UINT16 *EnBootOption,
438 // Record the EnBootOption and DisBootOption according to the DevOrder
453 EnBootOption[*EnBootOptionCount] = NewBootOption[DevOrderCount];
416 OrderLegacyBootOption4SameType( UINT16 *BootOption, UINTN BootOptionCount, UINT16 *DevOrder, UINTN DevOrderCount, UINT16 *EnBootOption, UINTN *EnBootOptionCount, UINT16 *DisBootOption, UINTN *DisBootOptionCount ) argument

Completed in 1442 milliseconds