Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/efi/loader/
H A Defiserialio.c72 static int comc_ischar(struct console *);
90 .c_ready = comc_ischar,
104 .c_ready = comc_ischar,
118 .c_ready = comc_ischar,
132 .c_ready = comc_ischar,
334 if (sp->sio == NULL || !comc_ischar(cp)) in comc_getchar()
345 comc_ischar(struct console *cp) in comc_ischar() function
/illumos-gate/usr/src/boot/i386/libi386/
H A Dcomconsole.c82 static int comc_ischar(struct console *);
179 tty->c_ready = comc_ischar; in comc_ini()
328 return (comc_ischar(cp) ? inb(sp->ioaddr + com_data) : -1); in comc_getchar()
332 comc_ischar(struct console *cp) in comc_ischar() function