Searched refs:DisBootOption (Results 1 - 3 of 3) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/ |
H A D | BBSsupport.h | 76 @param DisBootOption Pointer to buffer receiving the disabled Boot Option Numbers 87 UINT16 *DisBootOption,
|
H A D | Variable.c | 1109 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 D | BBSsupport.c | 412 @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 135 milliseconds