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 498 status = uefi_call_wrapper(efi_gop->SetMode, 2, efi_gop,
501 printf("GOP setmode failed: %" PRIxMAX "\n",
632 status = uefi_call_wrapper(ST->ConOut->SetMode, 2, ST->ConOut, modenum);
656 status = uefi_call_wrapper(efi_gop->SetMode, 2,
761 status = uefi_call_wrapper(efi_gop->SetMode, 2, efi_gop, modenum);
797 uefi_call_wrapper(ST->ConOut->SetMode, 2, ST->ConOut, best);
820 EFI_CONSOLE_CONTROL_PROTOCOL_SET_MODE SetMode;
833 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 263 ACPI_EFI_TEXT_SET_MODE SetMode;

Completed in 25 milliseconds