| /netbsd-src/sys/external/bsd/gnu-efi/dist/lib/ |
| H A D | console.c | 30 uefi_call_wrapper(ST->ConOut->OutputString, 2, ST->ConOut, Str); in Output() 43 ST->ConOut, in Input() 53 IN SIMPLE_TEXT_OUTPUT_INTERFACE *ConOut, in IInput() argument 66 ConOut->OutputString (ConOut, Prompt); in IInput() 86 uefi_call_wrapper(ConOut->OutputString, 2, ConOut, L"\b \b"); in IInput() 97 uefi_call_wrapper(ConOut->OutputString, 2, ConOut, &InStr[Len]); in IInput()
|
| H A D | print.c | 631 back = _IPrint ((UINTN) -1, (UINTN) -1, ST->ConOut, fmt, NULL, args); in Print() 657 return _IPrint ((UINTN) -1, (UINTN) -1, ST->ConOut, fmt, NULL, args); in VPrint() 691 back = _IPrint (Column, Row, ST->ConOut, fmt, NULL, args); in PrintAt() 841 back = _IPrint ((UINTN) -1, (UINTN) -1, ST->ConOut, NULL, fmt, args); in AsciiPrint() 1506 …uefi_call_wrapper(ST->ConOut->QueryMode, 4, ST->ConOut, ST->ConOut->Mode->Mode, &TempColumn, &Scre… in DumpHex()
|
| /netbsd-src/sys/arch/i386/stand/efiboot/ |
| H A D | eficons.c | 386 uefi_call_wrapper(ST->ConOut->ClearScreen, 1, ST->ConOut); in clear_pc_screen() 527 curmode = ST->ConOut->Mode->Mode; in print_text_modes() 528 for (i = 0; i < ST->ConOut->Mode->MaxMode; i++) { in print_text_modes() 529 status = uefi_call_wrapper(ST->ConOut->QueryMode, 4, in print_text_modes() 530 ST->ConOut, i, &cols, &rows); in print_text_modes() 546 for (i = 0; i < ST->ConOut->Mode->MaxMode; i++) { in efi_find_text_mode() 547 status = uefi_call_wrapper(ST->ConOut->QueryMode, 4, in efi_find_text_mode() 548 ST->ConOut, i, &cols, &rows); in efi_find_text_mode() 580 status = uefi_call_wrapper(ST->ConOut->SetMode, 2, ST->ConOut, modenum); in command_text() 729 uefi_call_wrapper(ST->ConOut->Reset, 2, ST->ConOut, TRUE); in eficons_init_video() [all …]
|
| H A D | efimemory.c | 206 status = uefi_call_wrapper(ST->ConOut->QueryMode, 4, ST->ConOut, in efi_memory_get_memmap() 207 ST->ConOut->Mode->Mode, &cols, &rows); in efi_memory_get_memmap() 379 status = uefi_call_wrapper(ST->ConOut->QueryMode, 4, ST->ConOut, in efi_memory_show_map() 380 ST->ConOut->Mode->Mode, &cols, &rows); in efi_memory_show_map()
|
| H A D | boot.c | 761 status = uefi_call_wrapper(ST->ConOut->QueryMode, 4, ST->ConOut, in command_devpath() 762 ST->ConOut->Mode->Mode, &cols, &rows); in command_devpath() 831 status = uefi_call_wrapper(ST->ConOut->QueryMode, 4, ST->ConOut, in command_efivar() 832 ST->ConOut->Mode->Mode, &cols, &rows); in command_efivar()
|
| /netbsd-src/sys/external/bsd/gnu-efi/dist/apps/ |
| H A D | t4.c | 12 …uefi_call_wrapper(systab->ConOut->OutputString, 2, systab->ConOut, L"Hello application started\r\n… in efi_main() 13 …uefi_call_wrapper(systab->ConOut->OutputString, 2, systab->ConOut, L"\r\n\r\n\r\nHit any key to ex… in efi_main()
|
| H A D | t5.c | 13 uefi_call_wrapper(ST->ConOut->OutputString, 2, ST->ConOut, L"\n\n"); in efi_main()
|
| H A D | t7.c | 19 uefi_call_wrapper(ST->ConOut->OutputString, 2, ST->ConOut, L"\n\n"); in efi_main()
|
| H A D | trivial.S | 15 movl 44(%eax),%ebx # ebx <- systab->ConOut 33 movl 44(%eax),%ebx # ebx <- systab->ConOut
|
| H A D | t2.c | 12 conout = systab->ConOut; in efi_main()
|
| H A D | t.c | 24 conout = systab->ConOut; in efi_main()
|
| /netbsd-src/sys/stand/efiboot/ |
| H A D | efiboot.c | 74 uefi_call_wrapper(ST->ConOut->Reset, 2, ST->ConOut, TRUE); in efi_main() 75 uefi_call_wrapper(ST->ConOut->SetMode, 2, ST->ConOut, 0); in efi_main() 76 uefi_call_wrapper(ST->ConOut->EnableCursor, 2, ST->ConOut, TRUE); in efi_main()
|
| H A D | console.c | 61 uefi_call_wrapper(ST->ConOut->OutputString, 2, ST->ConOut, buf); in putchar()
|
| H A D | boot.c | 578 uefi_call_wrapper(ST->ConOut->ClearScreen, 1, ST->ConOut); in boot()
|
| /netbsd-src/sys/external/bsd/gnu-efi/dist/inc/protocol/ |
| H A D | vgaclass.h | 49 SIMPLE_TEXT_OUTPUT_INTERFACE ConOut; member 78 #define VGA_CON_OUT_DEV_FROM_THIS(a) CR(a, VGA_CON_OUT_DEV, ConOut, VGA_CON_OUT_DEV_SIGNATURE)
|
| /netbsd-src/sys/arch/ia64/stand/efi/libefi/ |
| H A D | efi_console.c | 45 conout = ST->ConOut; in efi_cons_probe()
|
| /netbsd-src/sys/external/bsd/acpica/dist/include/platform/ |
| H A D | acefiex.h | 927 ACPI_SIMPLE_TEXT_OUTPUT_INTERFACE *ConOut; member 1010 struct _ACPI_SIMPLE_TEXT_OUTPUT_INTERFACE ConOut; member
|
| /netbsd-src/sys/external/bsd/gnu-efi/dist/inc/ |
| H A D | efiapi.h | 973 SIMPLE_TEXT_OUTPUT_INTERFACE *ConOut; member
|
| H A D | efilib.h | 521 IN SIMPLE_TEXT_OUTPUT_INTERFACE *ConOut,
|
| /netbsd-src/sys/external/bsd/gnu-efi/dist/ |
| H A D | ChangeLog | 995 they call ST->ConOut->OutputString(), which is an EFIAPI
|