Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mdb/common/mdb/
H A Dmdb_termio.c250 uint_t tio_usecpc; /* Usecs per char at given baud rate */ member
846 td->tio_usecpc = MICROSEC / td->tio_baud; in termio_resume_tty()
849 "putp = %s\n", td->tio_baud, td->tio_usecpc, in termio_resume_tty()
902 uint_t usecpc = td->tio_usecpc; in termio_delay()