Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_termio.c252 uint_t tio_baud; /* Baud rate (chars per second) */ member
851 td->tio_baud = baud[speed]; in termio_resume_tty()
852 td->tio_usecpc = MICROSEC / td->tio_baud; in termio_resume_tty()
855 "putp = %s\n", td->tio_baud, td->tio_usecpc, in termio_resume_tty()
980 if (xon == FALSE && usec != 0 && td->tio_baud >= pb) in termio_pad()