Home
last modified time | relevance | path

Searched refs:ConOut (Results 1 – 20 of 20) sorted by relevance

/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/
H A Dconsole.c30 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 Dprint.c631 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 Deficons.c386 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 Defimemory.c206 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 Dboot.c761 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 Dt4.c12 …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 Dt5.c13 uefi_call_wrapper(ST->ConOut->OutputString, 2, ST->ConOut, L"\n\n"); in efi_main()
H A Dt7.c19 uefi_call_wrapper(ST->ConOut->OutputString, 2, ST->ConOut, L"\n\n"); in efi_main()
H A Dtrivial.S15 movl 44(%eax),%ebx # ebx <- systab->ConOut
33 movl 44(%eax),%ebx # ebx <- systab->ConOut
H A Dt2.c12 conout = systab->ConOut; in efi_main()
H A Dt.c24 conout = systab->ConOut; in efi_main()
/netbsd-src/sys/stand/efiboot/
H A Defiboot.c74 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 Dconsole.c61 uefi_call_wrapper(ST->ConOut->OutputString, 2, ST->ConOut, buf); in putchar()
H A Dboot.c578 uefi_call_wrapper(ST->ConOut->ClearScreen, 1, ST->ConOut); in boot()
/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/protocol/
H A Dvgaclass.h49 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 Defi_console.c45 conout = ST->ConOut; in efi_cons_probe()
/netbsd-src/sys/external/bsd/acpica/dist/include/platform/
H A Dacefiex.h927 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 Defiapi.h973 SIMPLE_TEXT_OUTPUT_INTERFACE *ConOut; member
H A Defilib.h521 IN SIMPLE_TEXT_OUTPUT_INTERFACE *ConOut,
/netbsd-src/sys/external/bsd/gnu-efi/dist/
H A DChangeLog995 they call ST->ConOut->OutputString(), which is an EFIAPI