Home | History | Annotate | Download | only in BootMaint

Lines Matching defs:ConOut

543   // Get L"ConOut", L"ConIn" and L"ErrOut" from the Var

545 OutDevicePath = EfiLibGetVariable (L"ConOut", &gEfiGlobalVariableGuid);
808 L"ConOut",
1035 EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *ConOut;
1037 ConOut = gST->ConOut;
1038 MaxMode = (UINTN) (ConOut->Mode->MaxMode);
1043 Status = ConOut->QueryMode (ConOut, Mode, &Col, &Row);