Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/i386/libi386/
H A Dvidconsole.c55 static void vidc_putchar(struct console *cp, int c);
97 .c_out = vidc_putchar,
906 vidc_putchar(struct console *cp __unused, int c) in vidc_putchar() function