/netbsd-src/sys/external/bsd/gnu-efi/dist/apps/ |
H A D | modelist.c | 25 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 D | bltgrid.c | 49 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 D | lfbgrid.c | 74 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 D | eficons.c | 454 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 D | efimemory.c | 206 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 D | boot.c | 761 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 D | efigop.c | 112 status = uefi_call_wrapper(gop->QueryMode, 4, gop, mode, in efi_gop_dump()
|
/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/ |
H A D | eficon.h | 145 EFI_TEXT_QUERY_MODE QueryMode; member
|
H A D | efiprot.h | 1001 EFI_GRAPHICS_OUTPUT_PROTOCOL_QUERY_MODE QueryMode; member
|
/netbsd-src/sys/external/bsd/acpica/dist/include/platform/ |
H A D | acefiex.h | 262 ACPI_EFI_TEXT_QUERY_MODE QueryMode; member
|
/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/ |
H A D | print.c | 1506 …uefi_call_wrapper(ST->ConOut->QueryMode, 4, ST->ConOut, ST->ConOut->Mode->Mode, &TempColumn, &Scre… in DumpHex()
|