Home
last modified time | relevance | path

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

/dragonfly/stand/boot/pc32/libi386/
H A Dcomconsole.c36 #define COMC_TXWAIT 0x40000 /* transmit timeout */ macro
131 for (wait = COMC_TXWAIT; wait > 0; wait--) { in comc_putchar()
/dragonfly/sys/ddb/
H A Ddb_output.c321 const int COMC_TXWAIT = 0x40000; in PCHAR_() local
340 for (wait = COMC_TXWAIT; wait > 0; wait--) { in PCHAR_()