Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ArmPlatformPkg/Bds/
DBootMenu.c927 UINTN BootManagerEntryCount; in BootMenuManager() local
930 BootManagerEntryCount = sizeof(BootManagerEntries) / sizeof(struct BOOT_MANAGER_ENTRY); in BootMenuManager()
934 for (Index = 0; Index < BootManagerEntryCount; Index++) { in BootMenuManager()
942 if (EFI_ERROR(Status) || (OptionSelected == (BootManagerEntryCount+1))) { in BootMenuManager()
947 } else if ((OptionSelected > 0) && (OptionSelected <= BootManagerEntryCount)) { in BootMenuManager()