Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/BdsDxe/
DBdsEntry.c424 IN UINTN LoadOptionCount in ProcessLoadOptions() argument
438 for (Index = 0; Index < LoadOptionCount; Index++) { in ProcessLoadOptions()
698 UINTN LoadOptionCount; in BdsEntry() local
849 LoadOptions = EfiBootManagerGetLoadOptions (&LoadOptionCount, LoadOptionTypePlatformRecovery); in BdsEntry()
850 if (EfiBootManagerFindLoadOption (&LoadOption, LoadOptions, LoadOptionCount) == -1) { in BdsEntry()
851 for (Index = 0; Index < LoadOptionCount; Index++) { in BdsEntry()
866 EfiBootManagerFreeLoadOptions (LoadOptions, LoadOptionCount); in BdsEntry()
914 LoadOptions = EfiBootManagerGetLoadOptions (&LoadOptionCount, LoadOptionTypeDriver); in BdsEntry()
915 ProcessLoadOptions (LoadOptions, LoadOptionCount); in BdsEntry()
916 EfiBootManagerFreeLoadOptions (LoadOptions, LoadOptionCount); in BdsEntry()
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
DBmLoadOption.c413 UINTN LoadOptionCount; in EfiBootManagerSortLoadOptionVariable() local
417 LoadOption = EfiBootManagerGetLoadOptions (&LoadOptionCount, OptionType); in EfiBootManagerSortLoadOptionVariable()
424 LoadOptionCount, in EfiBootManagerSortLoadOptionVariable()
432 OptionOrder = AllocatePool (LoadOptionCount * sizeof (UINT16)); in EfiBootManagerSortLoadOptionVariable()
434 for (Index = 0; Index < LoadOptionCount; Index++) { in EfiBootManagerSortLoadOptionVariable()
442 LoadOptionCount * sizeof (UINT16), in EfiBootManagerSortLoadOptionVariable()
451 EfiBootManagerFreeLoadOptions (LoadOption, LoadOptionCount); in EfiBootManagerSortLoadOptionVariable()
/device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
DUefiBootManagerLib.h82 OUT UINTN *LoadOptionCount,
99 IN UINTN LoadOptionCount