HomeSort by relevance Sort by last modified time
    Searched refs:BootOptionCount (Results 1 - 10 of 10) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
BmBoot.c 196 UINTN BootOptionCount;
229 BootOptions = EfiBootManagerGetLoadOptions (&BootOptionCount, LoadOptionTypeBoot);
231 Index = EfiBootManagerFindLoadOption (OptionToFind, BootOptions, BootOptionCount);
236 EfiBootManagerFreeLoadOptions (BootOptions, BootOptionCount);
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LegacyBootManagerLib/
LegacyBm.c 354 UINTN BootOptionCount;
356 BootOption = EfiBootManagerGetLoadOptions (&BootOptionCount, LoadOptionTypeBoot);
357 for (Index = 0; Index < BootOptionCount; Index++) {
405 UINTN BootOptionCount;
433 BootOption = EfiBootManagerGetLoadOptions (&BootOptionCount, LoadOptionTypeBoot);
438 for (Index = 0; Index < BootOptionCount; Index++) {
484 EfiBootManagerFreeLoadOptions (BootOption, BootOptionCount);
    [all...]
  /device/linaro/bootloader/edk2/Nt32Pkg/Library/PlatformBootManagerLib/
PlatformBootManager.c 107 UINTN BootOptionCount;
132 BootOptions = EfiBootManagerGetLoadOptions (&BootOptionCount, LoadOptionTypeBoot);
134 OptionIndex = PlatformFindLoadOption (&NewOption, BootOptions, BootOptionCount);
141 EfiBootManagerFreeLoadOptions (BootOptions, BootOptionCount);
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformBootManagerLib/
PlatformBootManager.c 75 UINTN BootOptionCount;
166 BootOptions = EfiBootManagerGetLoadOptions (&BootOptionCount, LoadOptionTypeBoot);
168 OptionIndex = PlatformFindLoadOption (&NewOption, BootOptions, BootOptionCount);
175 EfiBootManagerFreeLoadOptions (BootOptions, BootOptionCount);
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/BootManagerLib/
BootManager.c 434 UINTN BootOptionCount;
467 BootOption = EfiBootManagerGetLoadOptions (&BootOptionCount, LoadOptionTypeBoot);
495 for (Index = 0; Index < BootOptionCount; Index++) {
578 EfiBootManagerFreeLoadOptions (BootOption, BootOptionCount);
682 UINTN BootOptionCount;
707 BootOption = EfiBootManagerGetLoadOptions (&BootOptionCount, LoadOptionTypeBoot);
730 EfiBootManagerFreeLoadOptions (BootOption, BootOptionCount);
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Bds/
BootMenu.c 38 UINTN BootOptionCount;
43 BootOptionCount = 0 ;
50 Print (L"[%d] %s\n", ++BootOptionCount, BdsLoadOption->Description);
101 UINTN BootOptionCount;
109 L"BootOrder", NULL, &BootOptionCount, (VOID**)&BootOrder
115 BootOptionCount /= sizeof (UINT16);
118 if (BootOptionCount == 0) {
139 } else if ((BootOptionSelected == 0) || (BootOptionSelected > BootOptionCount)) {
140 Print (L"Invalid input (max %d)\n", BootOptionCount);
997 UINTN BootOptionCount;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Application/BootManagerMenuApp/
BootManagerMenu.c 292 @param BootOptionCount Number of boot option.
302 IN UINTN BootOptionCount,
314 BootMenuData->PtrTokens = AllocateZeroPool (BootOptionCount * sizeof (EFI_STRING_ID));
320 for (StrIndex = 0, Index = 0; Index < BootOptionCount; Index++) {
652 @param BootOptionCount Number of boot option.
658 IN UINTN BootOptionCount,
667 for (ItemNum = 0, Index = 0; Index < BootOptionCount; Index++) {
911 UINTN BootOptionCount;
950 BootOption = EfiBootManagerGetLoadOptions (&BootOptionCount, LoadOptionTypeBoot);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/BootMaintenanceManagerLib/
BootOption.c 269 UINTN BootOptionCount;
298 BootOption = EfiBootManagerGetLoadOptions (&BootOptionCount, LoadOptionTypeBoot);
436 EfiBootManagerFreeLoadOptions (BootOption, BootOptionCount);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/BdsDxe/
BdsEntry.c 266 @param BootOptionCount Input boot option count.
275 IN UINTN BootOptionCount,
284 for (Index = 0; Index < BootOptionCount; Index++) {
321 return (BOOLEAN) (Index < BootOptionCount);
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LegacyBootMaintUiLib/
LegacyBootMaintUi.c     [all...]

Completed in 1855 milliseconds