Home
last modified time | relevance | path

Searched refs:QueryMode (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/sys/external/bsd/gnu-efi/dist/apps/
H A Dmodelist.c25 rc = uefi_call_wrapper(gop->QueryMode, 4, gop, i, &SizeOfInfo, in print_modes()
32 rc = uefi_call_wrapper(gop->QueryMode, 4, gop, i, in print_modes()
H A Dbltgrid.c49 rc = uefi_call_wrapper(gop->QueryMode, 4, gop, i, &SizeOfInfo, in draw_boxes()
56 rc = uefi_call_wrapper(gop->QueryMode, 4, gop, i, in draw_boxes()
H A Dlfbgrid.c74 rc = uefi_call_wrapper(gop->QueryMode, 4, gop, i, &SizeOfInfo, in draw_boxes()
81 rc = uefi_call_wrapper(gop->QueryMode, 4, gop, i, in draw_boxes()
/netbsd-src/sys/arch/i386/stand/efiboot/
H A Deficons.c454 status = uefi_call_wrapper(efi_gop->QueryMode, 4, in bi_framebuffer()
529 status = uefi_call_wrapper(ST->ConOut->QueryMode, 4, in print_text_modes()
547 status = uefi_call_wrapper(ST->ConOut->QueryMode, 4, in efi_find_text_mode()
601 status = uefi_call_wrapper(efi_gop->QueryMode, 4, efi_gop, i, in print_gop_modes()
606 status = uefi_call_wrapper(efi_gop->QueryMode, 4, in print_gop_modes()
658 status = uefi_call_wrapper(efi_gop->QueryMode, 4, efi_gop, i, in efi_find_gop_mode()
733 status = uefi_call_wrapper(ST->ConOut->QueryMode, 4, in eficons_init_video()
H A Defimemory.c206 status = uefi_call_wrapper(ST->ConOut->QueryMode, 4, ST->ConOut, in efi_memory_get_memmap()
379 status = uefi_call_wrapper(ST->ConOut->QueryMode, 4, ST->ConOut, in efi_memory_show_map()
H A Dboot.c761 status = uefi_call_wrapper(ST->ConOut->QueryMode, 4, ST->ConOut, in command_devpath()
831 status = uefi_call_wrapper(ST->ConOut->QueryMode, 4, ST->ConOut, in command_efivar()
/netbsd-src/sys/stand/efiboot/
H A Defigop.c112 status = uefi_call_wrapper(gop->QueryMode, 4, gop, mode, in efi_gop_dump()
/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/
H A Deficon.h145 EFI_TEXT_QUERY_MODE QueryMode; member
H A Defiprot.h1001 EFI_GRAPHICS_OUTPUT_PROTOCOL_QUERY_MODE QueryMode; member
/netbsd-src/sys/external/bsd/acpica/dist/include/platform/
H A Dacefiex.h262 ACPI_EFI_TEXT_QUERY_MODE QueryMode; member
/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/
H A Dprint.c1506 …uefi_call_wrapper(ST->ConOut->QueryMode, 4, ST->ConOut, ST->ConOut->Mode->Mode, &TempColumn, &Scre… in DumpHex()