Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LegacyBootManagerLib/
DLegacyBm.c1451 EFI_BOOT_MANAGER_LOAD_OPTION *ExistingBootOptions; in LegacyBmRefreshAllBootOption() local
1508 ExistingBootOptions = EfiBootManagerGetLoadOptions (&ExistingBootOptionCount, LoadOptionTypeBoot); in LegacyBmRefreshAllBootOption()
1512 …if (LegacyBmFindBootOption (&BootOptions[Index], ExistingBootOptions, ExistingBootOptionCount) == … in LegacyBmRefreshAllBootOption()
1527 EfiBootManagerFreeLoadOptions (ExistingBootOptions, ExistingBootOptionCount); in LegacyBmRefreshAllBootOption()