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

  /src/sys/arch/i386/stand/efiboot/
eficons.c 464 status = uefi_call_wrapper(efi_gop->SetMode, 2, efi_gop,
467 printf("GOP setmode failed: %" PRIxMAX "\n",
598 status = uefi_call_wrapper(ST->ConOut->SetMode, 2, ST->ConOut, modenum);
622 status = uefi_call_wrapper(efi_gop->SetMode, 2,
727 status = uefi_call_wrapper(efi_gop->SetMode, 2, efi_gop, modenum);
763 uefi_call_wrapper(ST->ConOut->SetMode, 2, ST->ConOut, best);
786 EFI_CONSOLE_CONTROL_PROTOCOL_SET_MODE SetMode;
799 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 15 milliseconds