Home | History | Annotate | Download | only in BootMaintenanceManagerLib

Lines Matching defs:ConOut

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

539 GetEfiGlobalVariable2 (L"ConOut", (VOID**)&OutDevicePath, NULL);
772 GetEfiGlobalVariable2 (L"ConOut", (VOID**)&DevicePath, NULL);
999 EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *ConOut;
1001 ConOut = gST->ConOut;
1002 MaxMode = (UINTN) (ConOut->Mode->MaxMode);
1007 Status = ConOut->QueryMode (ConOut, Mode, &Col, &Row);