Home | History | Annotate | Download | only in Bds

Lines Matching defs:OptionCount

996   UINTN                         OptionCount;

1019 OptionCount = 1;
1029 Print(L"[%d] %s\n", OptionCount, BootOption->Description);
1057 OptionCount++;
1059 BootOptionCount = OptionCount-1;
1063 Print(L"[%d] %s\n",OptionCount,BootMainEntries[Index]);
1064 OptionCount++;
1072 if (EFI_ERROR(Status) || (BootOptionSelected == 0) || (BootOptionSelected > OptionCount)) {
1073 Print(L"Invalid input (max %d)\n",(OptionCount-1));