Home
last modified time | relevance | path

Searched refs:DisBootOption (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
DBBSsupport.c46 UINT16 **DisBootOption, in OrderLegacyBootOption4SameType() argument
74 *DisBootOption = AllocatePool (BootOrderSize); in OrderLegacyBootOption4SameType()
82 ASSERT (*DisBootOption != NULL); in OrderLegacyBootOption4SameType()
124 (*DisBootOption)[*DisBootOptionCount] = BootOrder[Index]; in OrderLegacyBootOption4SameType()
DBBSsupport.h79 UINT16 **DisBootOption,
DVariable.c1152 UINT16 *DisBootOption; in Var_UpdateBBSOption() local
1282 &DisBootOption, in Var_UpdateBBSOption()
1290 UnicodeSPrint (VarName, sizeof (VarName), L"Boot%04x", DisBootOption[Index]); in Var_UpdateBBSOption()
1347 FreePool (DisBootOption); in Var_UpdateBBSOption()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LegacyBootMaintUiLib/
DLegacyBootMaintUi.c143 UINT16 **DisBootOption, in OrderLegacyBootOption4SameType() argument
166 *DisBootOption = AllocatePool (BootOrderSize); in OrderLegacyBootOption4SameType()
175 ASSERT (*DisBootOption != NULL); in OrderLegacyBootOption4SameType()
213 (*DisBootOption)[*DisBootOptionCount] = BootOrder[Index]; in OrderLegacyBootOption4SameType()
282 UINT16 *DisBootOption; in UpdateBBSOption() local
291 DisBootOption = NULL; in UpdateBBSOption()
418 &DisBootOption, in UpdateBBSOption()
429 UnicodeSPrint (VarName, sizeof (VarName), L"Boot%04x", DisBootOption[Index]); in UpdateBBSOption()
468 FreePool (DisBootOption); in UpdateBBSOption()
486 if (DisBootOption != NULL) { in UpdateBBSOption()
[all …]