Home | History | Annotate | Download | only in efiboot

Lines Matching refs:ConOut

438 	uefi_call_wrapper(ST->ConOut->ClearScreen, 1, ST->ConOut);
579 curmode = ST->ConOut->Mode->Mode;
580 for (i = 0; i < ST->ConOut->Mode->MaxMode; i++) {
581 status = uefi_call_wrapper(ST->ConOut->QueryMode, 4,
582 ST->ConOut, i, &cols, &rows);
598 for (i = 0; i < ST->ConOut->Mode->MaxMode; i++) {
599 status = uefi_call_wrapper(ST->ConOut->QueryMode, 4,
600 ST->ConOut, i, &cols, &rows);
632 status = uefi_call_wrapper(ST->ConOut->SetMode, 2, ST->ConOut, modenum);
781 uefi_call_wrapper(ST->ConOut->Reset, 2, ST->ConOut, TRUE);
784 for (i = 0; i < ST->ConOut->Mode->MaxMode; i++) {
785 status = uefi_call_wrapper(ST->ConOut->QueryMode, 4,
786 ST->ConOut, i, &cols, &rows);
797 uefi_call_wrapper(ST->ConOut->SetMode, 2, ST->ConOut, best);
798 uefi_call_wrapper(ST->ConOut->EnableCursor, 2, ST->ConOut, TRUE);
799 uefi_call_wrapper(ST->ConOut->ClearScreen, 1, ST->ConOut);