Home | History | Annotate | Download | only in BootMaint

Lines Matching defs:ConOut

191   gST->ConOut->ClearScreen (gST->ConOut);

782 EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *ConOut;
784 ConOut = gST->ConOut;
787 MaxMode = (UINTN) (ConOut->Mode->MaxMode);
797 Status = ConOut->QueryMode (ConOut, Mode, &Col, &Row);
823 Status = ConOut->QueryMode (ConOut, Mode, &Col, &Row);