Home | History | Annotate | Download | only in EbcDebugger

Lines Matching refs:ConOut

20   @param  ConOut        Point to EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL.

33 IN EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *ConOut,
199 EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *ConOut;
222 ConOut = gST->ConOut;
225 ASSERT (ConOut != NULL);
230 ConOut->OutputString (ConOut, Prompt);
252 StartColumn = ConOut->Mode->CursorColumn;
254 Row = ConOut->Mode->CursorRow;
255 ConOut->QueryMode (ConOut, ConOut->Mode->Mode, &LineLength, &TotalRow);
419 ConOut->SetCursorPosition (ConOut, StartColumn, Row);
426 ConOut->SetCursorPosition (ConOut, StartColumn, Row);
460 ConOut->SetCursorPosition (ConOut, Column, Row);
466 ConOut->SetCursorPosition (ConOut, Column, Row);
528 SetCursorPosition (ConOut, Column, Row, LineLength, TotalRow, InStr, StrPos, Len);
542 @param ConOut Point to EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL.
555 IN EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *ConOut,
567 ASSERT (ConOut != NULL);
572 ConOut->SetCursorPosition (ConOut, Column, Row);
586 ConOut->SetCursorPosition (ConOut, 0, 0);
611 gST->ConOut->OutputString (gST->ConOut, L"Press ENTER to continue, 'q' to exit:");
629 gST->ConOut->OutputString (gST->ConOut, L"\r\n");
638 gST->ConOut->OutputString (gST->ConOut, L"\r\n");
649 gST->ConOut->OutputString (gST->ConOut, Str);
686 if (gST->ConOut != NULL) {
688 // To be extra safe make sure ConOut has been initialized
690 gST->ConOut->OutputString (gST->ConOut, Buffer);