HomeSort by relevance Sort by last modified time
    Searched defs:EnBootOption (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
Variable.c     [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LegacyBootMaintUiLib/
LegacyBootMaintUi.c 108 @param EnBootOption Callee allocated buffer containing the enabled Boot Option Numbers
117 UINT16 **EnBootOption,
141 *EnBootOption = AllocatePool (BootOrderSize);
149 ASSERT (*EnBootOption != NULL);
176 // Record the EnBootOption and DisBootOption according to the DevOrder
191 (*EnBootOption)[*EnBootOptionCount] = BootOrder[Index];
253 UINT16 *EnBootOption;
387 &EnBootOption,
394 // 2. Deactivate the DisBootOption and activate the EnBootOption
416 UnicodeSPrint (VarName, sizeof (VarName), L"Boot%04x", EnBootOption[Index]);
    [all...]

Completed in 249 milliseconds