Searched refs:EfiBootManagerGetLoadOptions (Results 1 – 11 of 11) sorted by relevance
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/BdsDxe/ |
D | BdsEntry.c | 769 LoadOptions = EfiBootManagerGetLoadOptions (&LoadOptionCount, LoadOptionTypeDriver); in BdsEntry() 838 LoadOptions = EfiBootManagerGetLoadOptions (&LoadOptionCount, LoadOptionType); in BdsEntry() 899 LoadOptions = EfiBootManagerGetLoadOptions (&LoadOptionCount, LoadOptionTypeSysPrep); in BdsEntry() 939 LoadOptions = EfiBootManagerGetLoadOptions (&LoadOptionCount, LoadOptionTypeBoot); in BdsEntry() 948 LoadOptions = EfiBootManagerGetLoadOptions (&LoadOptionCount, LoadOptionTypePlatformRecovery); in BdsEntry()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/ |
D | UefiBootManagerLib.h | 81 EfiBootManagerGetLoadOptions (
|
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformBootManagerLib/ |
D | PlatformBootManager.c | 166 BootOptions = EfiBootManagerGetLoadOptions (&BootOptionCount, LoadOptionTypeBoot); in PlatformRegisterFvBootOption()
|
/device/linaro/bootloader/edk2/Nt32Pkg/Library/PlatformBootManagerLib/ |
D | PlatformBootManager.c | 132 BootOptions = EfiBootManagerGetLoadOptions (&BootOptionCount, LoadOptionTypeBoot); in PlatformRegisterFvBootOption()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/BootManagerLib/ |
D | BootManager.c | 467 BootOption = EfiBootManagerGetLoadOptions (&BootOptionCount, LoadOptionTypeBoot); in UpdateBootManager() 707 BootOption = EfiBootManagerGetLoadOptions (&BootOptionCount, LoadOptionTypeBoot); in BootManagerCallback()
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LegacyBootManagerLib/ |
D | LegacyBm.c | 356 BootOption = EfiBootManagerGetLoadOptions (&BootOptionCount, LoadOptionTypeBoot); in LegacyBmDeleteAllBootOptions() 433 BootOption = EfiBootManagerGetLoadOptions (&BootOptionCount, LoadOptionTypeBoot); in LegacyBmDeleteAllInvalidBootOptions() 1248 Option = EfiBootManagerGetLoadOptions (&OptionCount, LoadOptionTypeBoot); in LegacyBmRefreshBbsTableForBoot() 1508 ExistingBootOptions = EfiBootManagerGetLoadOptions (&ExistingBootOptionCount, LoadOptionTypeBoot); in LegacyBmRefreshAllBootOption()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/ |
D | BmBoot.c | 229 BootOptions = EfiBootManagerGetLoadOptions (&BootOptionCount, LoadOptionTypeBoot); in BmFindBootOptionInVariable() 2242 NvBootOptions = EfiBootManagerGetLoadOptions (&NvBootOptionCount, LoadOptionTypeBoot); in EfiBootManagerRefreshAllBootOption() 2358 BootOptions = EfiBootManagerGetLoadOptions (&BootOptionCount, LoadOptionTypeBoot); in BmRegisterBootManagerMenu() 2389 BootOptions = EfiBootManagerGetLoadOptions (&BootOptionCount, LoadOptionTypeBoot); in EfiBootManagerGetBootManagerMenu()
|
D | BmLoadOption.c | 417 LoadOption = EfiBootManagerGetLoadOptions (&LoadOptionCount, OptionType); in EfiBootManagerSortLoadOptionVariable() 1019 EfiBootManagerGetLoadOptions ( in EfiBootManagerGetLoadOptions() function
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/BootMaintenanceManagerLib/ |
D | BootOption.c | 298 BootOption = EfiBootManagerGetLoadOptions (&BootOptionCount, LoadOptionTypeBoot); in BOpt_GetBootOptions()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Application/BootManagerMenuApp/ |
D | BootManagerMenu.c | 950 BootOption = EfiBootManagerGetLoadOptions (&BootOptionCount, LoadOptionTypeBoot); in BootManagerMenuEntry()
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LegacyBootMaintUiLib/ |
D | LegacyBootMaintUi.c | 1305 BootOption = EfiBootManagerGetLoadOptions (&BootOptionCount, LoadOptionTypeBoot); in GetLegacyOptions()
|