Home
last modified time | relevance | path

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

/src/stand/i386/libi386/
H A Dcomconsole.c50 static int comc_ischar(void);
74 .c_ready = comc_ischar
162 return (comc_ischar() ? inb(comc_port + com_data) : -1); in comc_getchar()
166 comc_ischar(void) in comc_ischar() function
/src/stand/efi/libefi/
H A Deficom.c59 static int comc_ischar(void);
76 .c_ready = comc_ischar,
89 .c_ready = comc_ischar,
447 comc_ischar(void) in comc_ischar() function