Searched refs:DisBootOption (Results 1 – 4 of 4) sorted by relevance
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/ |
D | BBSsupport.c | 46 UINT16 **DisBootOption, in OrderLegacyBootOption4SameType() argument 74 *DisBootOption = AllocatePool (BootOrderSize); in OrderLegacyBootOption4SameType() 82 ASSERT (*DisBootOption != NULL); in OrderLegacyBootOption4SameType() 124 (*DisBootOption)[*DisBootOptionCount] = BootOrder[Index]; in OrderLegacyBootOption4SameType()
|
D | BBSsupport.h | 79 UINT16 **DisBootOption,
|
D | Variable.c | 1152 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/ |
D | LegacyBootMaintUi.c | 119 UINT16 **DisBootOption, in OrderLegacyBootOption4SameType() argument 142 *DisBootOption = AllocatePool (BootOrderSize); in OrderLegacyBootOption4SameType() 150 ASSERT (*DisBootOption != NULL); in OrderLegacyBootOption4SameType() 188 (*DisBootOption)[*DisBootOptionCount] = BootOrder[Index]; in OrderLegacyBootOption4SameType() 255 UINT16 *DisBootOption; in UpdateBBSOption() local 389 &DisBootOption, in UpdateBBSOption() 397 UnicodeSPrint (VarName, sizeof (VarName), L"Boot%04x", DisBootOption[Index]); in UpdateBBSOption() 436 FreePool (DisBootOption); in UpdateBBSOption()
|