Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/i386/libi386/
H A Dcomconsole.c671 static int TRY_COUNT = 1000000; in comc_setup() local
684 } while (inb(sp->ioaddr + com_lsr) & LSR_RXRDY && ++tries < TRY_COUNT); in comc_setup()
686 if (tries == TRY_COUNT) in comc_setup()