Lines Matching refs:LoadOptionCount

424   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()
971 LoadOptions = EfiBootManagerGetLoadOptions (&LoadOptionCount, LoadOptionType); in BdsEntry()
972 for (Index = 0; Index < LoadOptionCount; Index++) { in BdsEntry()
981 EfiBootManagerFreeLoadOptions (LoadOptions, LoadOptionCount); in BdsEntry()
1032 LoadOptions = EfiBootManagerGetLoadOptions (&LoadOptionCount, LoadOptionTypeSysPrep); in BdsEntry()
1033 ProcessLoadOptions (LoadOptions, LoadOptionCount); in BdsEntry()
1034 EfiBootManagerFreeLoadOptions (LoadOptions, LoadOptionCount); in BdsEntry()
1075 LoadOptions = EfiBootManagerGetLoadOptions (&LoadOptionCount, LoadOptionTypeBoot); in BdsEntry()
1076 …BootSuccess = BootBootOptions (LoadOptions, LoadOptionCount, (BootManagerMenuStatus != EFI_NOT_FOU… in BdsEntry()
1077 EfiBootManagerFreeLoadOptions (LoadOptions, LoadOptionCount); in BdsEntry()
1086 LoadOptions = EfiBootManagerGetLoadOptions (&LoadOptionCount, LoadOptionTypePlatformRecovery); in BdsEntry()
1087 ProcessLoadOptions (LoadOptions, LoadOptionCount); in BdsEntry()
1088 EfiBootManagerFreeLoadOptions (LoadOptions, LoadOptionCount); in BdsEntry()