Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/i386/stand/lib/
H A Dpcio.c53 #define computc_x(ch) computc_d(ch, btinfo_console.addr) macro
59 #define computc_x(ch) computc(ch, iodev - CONSDEV_COM0) macro
135 if ( computc_x(':') && in initio()
136 computc_x('-') && in initio()
137 computc_x('(') in initio()
152 if (!(computc_x('@') & 0x80) in initio()
190 if ( computc_x(':') && in initio()
191 computc_x('-') && in initio()
192 computc_x('(') in initio()
207 if (!(computc_x('@') & 0x80) in initio()
[all …]