Searched refs:LoadOptionCount (Results 1 – 3 of 3) sorted by relevance
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/BdsDxe/ |
D | BdsEntry.c | 333 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/ |
D | UefiBootManagerLib.h | 82 OUT UINTN *LoadOptionCount, 99 IN UINTN LoadOptionCount
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/ |
D | BmLoadOption.c | 413 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()
|