Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/efi/libefi/
H A Defiisaio.c83 static void efi_isa_putchar(struct console *, int);
597 tty->c_out = efi_isa_putchar; in efi_isa_ini()
606 efi_isa_putchar(tty, 0x1b); in efi_isa_ini()
607 efi_isa_putchar(tty, '['); in efi_isa_ini()
608 efi_isa_putchar(tty, '0'); in efi_isa_ini()
609 efi_isa_putchar(tty, 'm'); in efi_isa_ini()
711 efi_isa_putchar(struct console *cp, int c) in efi_isa_putchar() function