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.c109 static void efi_cons_putchar(struct console *, int);
130 .c_out = efi_cons_putchar,
611 efi_cons_putchar(struct console *cp __unused, int c) in efi_cons_putchar() function