Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/i386/libi386/
H A Dcomconsole.c79 static void comc_putchar(struct console *, int);
177 tty->c_out = comc_putchar; in comc_ini()
214 comc_putchar(tty, 0x1b); in comc_ini()
215 comc_putchar(tty, '['); in comc_ini()
216 comc_putchar(tty, '0'); in comc_ini()
217 comc_putchar(tty, 'm'); in comc_ini()
312 comc_putchar(struct console *cp, int c) in comc_putchar() function
/illumos-gate/usr/src/boot/efi/loader/
H A Defiserialio.c70 static void comc_putchar(struct console *, int);
88 .c_out = comc_putchar,
102 .c_out = comc_putchar,
116 .c_out = comc_putchar,
130 .c_out = comc_putchar,
308 comc_putchar(struct console *cp, int c) in comc_putchar() function