Home | History | Annotate | Download | only in LegacyBootMaintUiLib

Lines Matching refs:DisBootOption

131   @param DisBootOption      Callee allocated buffer containing the disabled Boot Option Numbers

143 UINT16 **DisBootOption,
166 *DisBootOption = AllocatePool (BootOrderSize);
175 ASSERT (*DisBootOption != NULL);
201 // Record the EnBootOption and DisBootOption according to the DevOrder
213 (*DisBootOption)[*DisBootOptionCount] = BootOrder[Index];
282 UINT16 *DisBootOption;
291 DisBootOption = NULL;
418 &DisBootOption,
426 // 2. Deactivate the DisBootOption and activate the EnBootOption
429 UnicodeSPrint (VarName, sizeof (VarName), L"Boot%04x", DisBootOption[Index]);
468 FreePool (DisBootOption);
486 if (DisBootOption != NULL) {
487 FreePool (DisBootOption);