Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ArmPlatformPkg/Bds/
DBootMenu.c104 UINTN BootOptionSelected; in SelectBootOption() local
132 BootOptionSelected = 0; in SelectBootOption()
133 while (BootOptionSelected == 0) { in SelectBootOption()
135 Status = GetHIInputInteger (&BootOptionSelected); in SelectBootOption()
139 } else if ((BootOptionSelected == 0) || (BootOptionSelected > BootOptionCount)) { in SelectBootOption()
141 BootOptionSelected = 0; in SelectBootOption()
152 if (Index == BootOptionSelected) { in SelectBootOption()
1001 UINTN BootOptionSelected; in BootMenuMain() local
1068 BootOptionSelected = 0; in BootMenuMain()
1069 while (BootOptionSelected == 0) { in BootMenuMain()
[all …]