Searched refs:SupportedDeviceSelected (Results 1 – 1 of 1) sorted by relevance
173 UINTN SupportedDeviceSelected; in SelectBootDevice() local221 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()