Searched defs:DisBootOption (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
H A DVariable.c1109 UINT16 *DisBootOption; local
1241 DisBootOption = AllocatePool (VarSize);
1242 ASSERT (DisBootOption != NULL);
1253 DisBootOption,
1269 // 2. Deactivate the DisBootOption and activate the EnBootOption
1272 UnicodeSPrint (VarName, sizeof (VarName), L"Boot%04x", DisBootOption[Index]);
1321 FreePool (DisBootOption);
H A DBBSsupport.c412 @param DisBootOption Pointer to buffer receiving the disabled Boot Option Numbers
423 UINT16 *DisBootOption,
438 // Record the EnBootOption and DisBootOption according to the DevOrder
450 DisBootOption[*DisBootOptionCount] = NewBootOption[DevOrderCount];
416 OrderLegacyBootOption4SameType( UINT16 *BootOption, UINTN BootOptionCount, UINT16 *DevOrder, UINTN DevOrderCount, UINT16 *EnBootOption, UINTN *EnBootOptionCount, UINT16 *DisBootOption, UINTN *DisBootOptionCount ) argument

Completed in 65 milliseconds