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.c333 IN UINTN LoadOptionCount in ProcessLoadOptions() argument
347 for (Index = 0; Index < LoadOptionCount; Index++) { in ProcessLoadOptions()
586 UINTN LoadOptionCount; in BdsEntry() local
769 LoadOptions = EfiBootManagerGetLoadOptions (&LoadOptionCount, LoadOptionTypeDriver); in BdsEntry()
770 ProcessLoadOptions (LoadOptions, LoadOptionCount); in BdsEntry()
771 EfiBootManagerFreeLoadOptions (LoadOptions, LoadOptionCount); in BdsEntry()
838 LoadOptions = EfiBootManagerGetLoadOptions (&LoadOptionCount, LoadOptionType); in BdsEntry()
839 for (Index = 0; Index < LoadOptionCount; Index++) { in BdsEntry()
848 EfiBootManagerFreeLoadOptions (LoadOptions, LoadOptionCount); in BdsEntry()
899 LoadOptions = EfiBootManagerGetLoadOptions (&LoadOptionCount, LoadOptionTypeSysPrep); in BdsEntry()
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
DUefiBootManagerLib.h82 OUT UINTN *LoadOptionCount,
99 IN UINTN LoadOptionCount
/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()