Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/efi/libefi/
H A Defi_console.c106 static void efi_cons_putchar(struct console *, int);
127 .c_out = efi_cons_putchar,
591 efi_cons_putchar(struct console *cp __unused, int c) in efi_cons_putchar() function