HomeSort by: relevance | last modified time | path
    Searched refs:SetMode (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/stand/efiboot/
efigop.c 140 status = uefi_call_wrapper(gop->SetMode, 2, gop, mode);
efiboot.c 75 uefi_call_wrapper(ST->ConOut->SetMode, 2, ST->ConOut, 0);
  /src/sys/external/bsd/gnu-efi/dist/apps/
bltgrid.c 53 Print(L"Trying to start GOP with SetMode().\n");
54 rc = uefi_call_wrapper(gop->SetMode, 2, gop,
modelist.c 29 Print(L"Trying to start GOP with SetMode().\n");
30 rc = uefi_call_wrapper(gop->SetMode, 2, gop,
lfbgrid.c 78 Print(L"Trying to start GOP with SetMode().\n");
79 rc = uefi_call_wrapper(gop->SetMode, 2, gop,
  /src/sys/arch/i386/stand/efiboot/
eficons.c 497 status = uefi_call_wrapper(efi_gop->SetMode, 2, efi_gop,
500 printf("GOP setmode failed: %" PRIxMAX "\n",
631 status = uefi_call_wrapper(ST->ConOut->SetMode, 2, ST->ConOut, modenum);
655 status = uefi_call_wrapper(efi_gop->SetMode, 2,
760 status = uefi_call_wrapper(efi_gop->SetMode, 2, efi_gop, modenum);
796 uefi_call_wrapper(ST->ConOut->SetMode, 2, ST->ConOut, best);
819 EFI_CONSOLE_CONTROL_PROTOCOL_SET_MODE SetMode;
832 uefi_call_wrapper(cci->SetMode, 2, cci,
  /src/sys/external/bsd/gnu-efi/dist/inc/
eficon.h 146 EFI_TEXT_SET_MODE SetMode;
efiprot.h 880 @retval EFI_NOT_STARTED Video display is not initialized. Call SetMode ()
1002 EFI_GRAPHICS_OUTPUT_PROTOCOL_SET_MODE SetMode;
  /src/sys/external/bsd/acpica/dist/include/platform/
acefiex.h 371 ACPI_EFI_TEXT_SET_MODE SetMode;

Completed in 20 milliseconds