HomeSort by relevance Sort by last modified time
    Searched defs:CurrentRow (Results 1 - 14 of 14) sorted by null

  /device/linaro/bootloader/edk2/EmbeddedPkg/Ebl/
Hob.c 126 UINTN CurrentRow;
131 CurrentRow = 0;
141 if (EblAnyKeyToContinueQtoQuit (&CurrentRow, FALSE)) {
160 if (EblAnyKeyToContinueQtoQuit (&CurrentRow, FALSE)) {
173 if (EblAnyKeyToContinueQtoQuit (&CurrentRow, FALSE)) {
181 if (EblAnyKeyToContinueQtoQuit (&CurrentRow, FALSE)) {
202 if (EblAnyKeyToContinueQtoQuit (&CurrentRow, FALSE)) {
Dir.c 76 UINTN CurrentRow;
153 CurrentRow = 0;
199 if (EblAnyKeyToContinueQtoQuit (&CurrentRow, FALSE)) {
207 if (EblAnyKeyToContinueQtoQuit (&CurrentRow, FALSE)) {
242 for (CurrentRow = 0;;) {
281 if (EblAnyKeyToContinueQtoQuit (&CurrentRow, FALSE)) {
Command.c 268 UINTN CurrentRow = 0;
273 CurrentRow++;
280 CurrentRow += CountNewLines (mCmdTable[Index]->HelpSummary);
281 if (EblAnyKeyToContinueQtoQuit (&CurrentRow, FALSE)) {
287 for (Index = 0, CurrentRow = 0; Index < mCmdTableNextFreeIndex; Index++) {
292 CurrentRow += CountNewLines (Ptr);
293 if (EblAnyKeyToContinueQtoQuit (&CurrentRow, FALSE)) {
612 UINTN CurrentRow = 0;
685 if (EblAnyKeyToContinueQtoQuit (&CurrentRow, FALSE)) {
EfiDevice.c 213 UINTN CurrentRow;
216 CurrentRow = 0;
227 if (EblAnyKeyToContinueQtoQuit (&CurrentRow, TRUE)) {
238 if (EblAnyKeyToContinueQtoQuit (&CurrentRow, TRUE)) {
249 if (EblAnyKeyToContinueQtoQuit (&CurrentRow, TRUE)) {
260 if (EblAnyKeyToContinueQtoQuit (&CurrentRow, TRUE)) {
572 UINTN CurrentRow;
591 for (Index = 0, CurrentRow = 0; Index < MemMapSize/DescriptorSize; Index++) {
594 if (EblAnyKeyToContinueQtoQuit (&CurrentRow, TRUE)) {
  /device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
ConsoleLogger.c 272 UINTN CurrentRow;
295 for ( CurrentRow = 0
296 ; CurrentRow < ConsoleInfo->RowsPerScreen
297 ; CurrentRow++
304 if (CurrentRow == (ConsoleInfo->RowsPerScreen-1)){
341 ConsoleInfo->OldConOut->SetCursorPosition(ConsoleInfo->OldConOut, CurrentColumn, CurrentRow);
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
ConsoleOption.c 1031 UINTN CurrentRow;
1041 CurrentRow = PcdGet32 (PcdSetupConOutRow);
1045 if (CurrentCol == Col && CurrentRow == Row) {
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Application/BootManagerMenuApp/
BootManagerMenu.c 709 UINTN CurrentRow;
787 Status = SimpleTextOut->QueryMode (SimpleTextOut, SimpleTextOut->Mode->Mode, &CurrentColumn, &CurrentRow);
789 if (CurrentColumn == NewColumns && CurrentRow == NewRows) {
800 Status = SimpleTextOut->QueryMode (SimpleTextOut, Index, &CurrentColumn, &CurrentRow);
802 if ((CurrentColumn == NewColumns) && (CurrentRow == NewRows)) {
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Application/UiApp/
FrontPage.c 684 UINTN CurrentRow;
762 Status = SimpleTextOut->QueryMode (SimpleTextOut, SimpleTextOut->Mode->Mode, &CurrentColumn, &CurrentRow);
764 if (CurrentColumn == NewColumns && CurrentRow == NewRows) {
775 Status = SimpleTextOut->QueryMode (SimpleTextOut, Index, &CurrentColumn, &CurrentRow);
777 if ((CurrentColumn == NewColumns) && (CurrentRow == NewRows)) {
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/BootMaintenanceManagerUiLib/
ConsoleOption.c 995 UINTN CurrentRow;
1005 CurrentRow = PcdGet32 (PcdSetupConOutRow);
1009 if (CurrentCol == Col && CurrentRow == Row) {
    [all...]
BootMaintenance.c 150 UINTN CurrentRow;
228 Status = SimpleTextOut->QueryMode (SimpleTextOut, SimpleTextOut->Mode->Mode, &CurrentColumn, &CurrentRow);
230 if (CurrentColumn == NewColumns && CurrentRow == NewRows) {
241 Status = SimpleTextOut->QueryMode (SimpleTextOut, Index, &CurrentColumn, &CurrentRow);
243 if ((CurrentColumn == NewColumns) && (CurrentRow == NewRows)) {
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/BootManagerUiLib/
BootManager.c 114 UINTN CurrentRow;
192 Status = SimpleTextOut->QueryMode (SimpleTextOut, SimpleTextOut->Mode->Mode, &CurrentColumn, &CurrentRow);
194 if (CurrentColumn == NewColumns && CurrentRow == NewRows) {
205 Status = SimpleTextOut->QueryMode (SimpleTextOut, Index, &CurrentColumn, &CurrentRow);
207 if ((CurrentColumn == NewColumns) && (CurrentRow == NewRows)) {
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/CustomizedDisplayLib/
CustomizedDisplayLibInternal.c 569 UINTN CurrentRow;
607 CurrentRow = BottomRowOfHotKeyHelp - Index / 3;
624 PrintStringAtWithWidth (CurrentCol, CurrentRow, ColumnStr, ColumnIndexWidth);
640 CurrentRow = BottomRowOfHotKeyHelp - Index / 3;
646 PrintStringAtWithWidth (CurrentCol, CurrentRow, gLibEmptyString, ColumnIndexWidth);
651 PrintStringAtWithWidth (CurrentCol, CurrentRow, gLibEmptyString, ColumnIndexWidth);
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/
FrontPage.c     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/SetupBrowserDxe/
Setup.h 503 UINTN CurrentRow;
    [all...]

Completed in 238 milliseconds