Searched defs:tio_usecpc (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_termio.c250 uint_t tio_usecpc; /* Usecs per char at given baud rate */ member in struct:termio_data
743 * We then compute tio_usecpc (microseconds-per-char) in order to
846 td->tio_usecpc = MICROSEC / td->tio_baud;
849 "putp = %s\n", td->tio_baud, td->tio_usecpc,
902 uint_t usecpc = td->tio_usecpc;

Completed in 49 milliseconds