Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ArmPlatformPkg/Bds/
DBootMenu.c171 UINTN SupportedDeviceCount; in SelectBootDevice() local
187 SupportedDeviceCount = 0; in SelectBootDevice()
194 Print(L"[%d] %s\n",SupportedDeviceCount+1,(*SupportedBootDevice)->Description); in SelectBootDevice()
209 SupportedDeviceCount++; in SelectBootDevice()
212 if (SupportedDeviceCount == 0) { in SelectBootDevice()
228 } else if ((SupportedDeviceSelected == 0) || (SupportedDeviceSelected > SupportedDeviceCount)) { in SelectBootDevice()
229 Print(L"Invalid input (max %d)\n",SupportedDeviceCount); in SelectBootDevice()