Home
last modified time | relevance | path

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

/freebsd/stand/i386/libi386/
H A Dcomconsole.c34 #define COMC_TXWAIT 0x40000 /* transmit timeout */ macro
152 for (wait = COMC_TXWAIT; wait > 0; wait--) in comc_putchar()
/freebsd/stand/efi/libefi/
H A Deficom.c36 #define COMC_TXWAIT 0x40000 /* transmit timeout */ macro
410 for (wait = COMC_TXWAIT; wait > 0; wait--) { in comc_putchar()