Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ArmPlatformPkg/Bds/
DBootMenu.c173 UINTN SupportedDeviceSelected; in SelectBootDevice() local
221 SupportedDeviceSelected = 0; in SelectBootDevice()
222 while (SupportedDeviceSelected == 0) { in SelectBootDevice()
224 Status = GetHIInputInteger (&SupportedDeviceSelected); in SelectBootDevice()
228 } else if ((SupportedDeviceSelected == 0) || (SupportedDeviceSelected > SupportedDeviceCount)) { in SelectBootDevice()
230 SupportedDeviceSelected = 0; in SelectBootDevice()
243 if (Index == SupportedDeviceSelected) { in SelectBootDevice()