Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
DBmBoot.c195 EFI_BOOT_MANAGER_LOAD_OPTION *BootOptions; in BmFindBootOptionInVariable() local
229 BootOptions = EfiBootManagerGetLoadOptions (&BootOptionCount, LoadOptionTypeBoot); in BmFindBootOptionInVariable()
231 Index = EfiBootManagerFindLoadOption (OptionToFind, BootOptions, BootOptionCount); in BmFindBootOptionInVariable()
233 OptionNumber = BootOptions[Index].OptionNumber; in BmFindBootOptionInVariable()
236 EfiBootManagerFreeLoadOptions (BootOptions, BootOptionCount); in BmFindBootOptionInVariable()
1977 EFI_BOOT_MANAGER_LOAD_OPTION *BootOptions, in BmMakeBootOptionDescriptionUnique() argument
2008 DescriptionSize = StrSize (BootOptions[Base].Description); in BmMakeBootOptionDescriptionUnique()
2010 …if (!Visited[Index] && StrCmp (BootOptions[Base].Description, BootOptions[Index].Description) == 0… in BmMakeBootOptionDescriptionUnique()
2013 FreePool (BootOptions[Index].Description); in BmMakeBootOptionDescriptionUnique()
2014 BootOptions[Index].Description = AllocatePool (DescriptionSize + MaxSuffixSize); in BmMakeBootOptionDescriptionUnique()
[all …]
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformBootManagerLib/
DPlatformBootManager.c74 EFI_BOOT_MANAGER_LOAD_OPTION *BootOptions; in PlatformRegisterFvBootOption() local
166 BootOptions = EfiBootManagerGetLoadOptions (&BootOptionCount, LoadOptionTypeBoot); in PlatformRegisterFvBootOption()
168 OptionIndex = PlatformFindLoadOption (&NewOption, BootOptions, BootOptionCount); in PlatformRegisterFvBootOption()
175 EfiBootManagerFreeLoadOptions (BootOptions, BootOptionCount); in PlatformRegisterFvBootOption()
/device/linaro/bootloader/edk2/Nt32Pkg/Library/PlatformBootManagerLib/
DPlatformBootManager.c106 EFI_BOOT_MANAGER_LOAD_OPTION *BootOptions; in PlatformRegisterFvBootOption() local
132 BootOptions = EfiBootManagerGetLoadOptions (&BootOptionCount, LoadOptionTypeBoot); in PlatformRegisterFvBootOption()
134 OptionIndex = PlatformFindLoadOption (&NewOption, BootOptions, BootOptionCount); in PlatformRegisterFvBootOption()
141 EfiBootManagerFreeLoadOptions (BootOptions, BootOptionCount); in PlatformRegisterFvBootOption()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LegacyBootManagerLib/
DLegacyBm.c1354 EFI_BOOT_MANAGER_LOAD_OPTION *BootOptions; in LegacyBmEnumerateAllBootOptions() local
1358 BootOptions = NULL; in LegacyBmEnumerateAllBootOptions()
1383 BootOptions = ReallocatePool ( in LegacyBmEnumerateAllBootOptions()
1386 BootOptions in LegacyBmEnumerateAllBootOptions()
1388 ASSERT (BootOptions != NULL); in LegacyBmEnumerateAllBootOptions()
1390 …Status = LegacyBmCreateLegacyBootOption (&BootOptions[(*BootOptionCount)++], &BbsTable[Index], Ind… in LegacyBmEnumerateAllBootOptions()
1394 return BootOptions; in LegacyBmEnumerateAllBootOptions()
1449 EFI_BOOT_MANAGER_LOAD_OPTION *BootOptions; in LegacyBmRefreshAllBootOption() local
1509 BootOptions = LegacyBmEnumerateAllBootOptions (&BootOptionCount); in LegacyBmRefreshAllBootOption()
1512 …if (LegacyBmFindBootOption (&BootOptions[Index], ExistingBootOptions, ExistingBootOptionCount) == … in LegacyBmRefreshAllBootOption()
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/BdsDxe/
DBdsEntry.c274 IN EFI_BOOT_MANAGER_LOAD_OPTION *BootOptions, in BootBootOptions() argument
290 if ((BootOptions[Index].Attributes & LOAD_OPTION_ACTIVE) == 0) { in BootBootOptions()
299 if ((BootOptions[Index].Attributes & LOAD_OPTION_CATEGORY) != LOAD_OPTION_CATEGORY_BOOT) { in BootBootOptions()
307 EfiBootManagerBoot (&BootOptions[Index]); in BootBootOptions()
315 if (BootOptions[Index].Status == EFI_SUCCESS) { in BootBootOptions()
/device/linaro/bootloader/edk2/MdeModulePkg/Application/BootManagerMenuApp/
DBootManagerMenu.c657 IN EFI_BOOT_MANAGER_LOAD_OPTION *BootOptions, in BootFromSelectOption() argument
665 ASSERT (BootOptions != NULL); in BootFromSelectOption()
668 if (IgnoreBootOption (&BootOptions[Index])) { in BootFromSelectOption()
673 EfiBootManagerBoot (&BootOptions[Index]); in BootFromSelectOption()