Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ArmPlatformPkg/Bds/
DBootMenu.c911 } BootManagerEntries[] = { variable
930 BootManagerEntryCount = sizeof(BootManagerEntries) / sizeof(struct BOOT_MANAGER_ENTRY); in BootMenuManager()
935 Print(L"[%d] %s\n",Index+1,BootManagerEntries[Index]); in BootMenuManager()
948 BootManagerEntries[OptionSelected-1].Callback (BootOptionsList); in BootMenuManager()