Home | History | Annotate | Download | only in LegacyBootMaintUiLib

Lines Matching refs:EnBootOption

129   @param EnBootOption       Callee allocated buffer containing the enabled Boot Option Numbers

141 UINT16 **EnBootOption,
165 *EnBootOption = AllocatePool (BootOrderSize);
174 ASSERT (*EnBootOption != NULL);
201 // Record the EnBootOption and DisBootOption according to the DevOrder
216 (*EnBootOption)[*EnBootOptionCount] = BootOrder[Index];
280 UINT16 *EnBootOption;
290 EnBootOption = NULL;
416 &EnBootOption,
426 // 2. Deactivate the DisBootOption and activate the EnBootOption
448 UnicodeSPrint (VarName, sizeof (VarName), L"Boot%04x", EnBootOption[Index]);
467 FreePool (EnBootOption);
482 if (EnBootOption != NULL) {
483 FreePool (EnBootOption);