Searched refs:autobaud (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/ttymon/
H A Dtmautobaud.c52 static struct autobaud { struct
75 * auto_termio - set termio to allow autobaud
126 * autobaud - determine the baudrate by reading data at 2400 baud rate
128 * - the bit pattern is matched again an autobaud table
134 autobaud(int fd, int timeout) function
139 struct autobaud *tp;
145 debug("in autobaud");
166 fatal("autobaud: read failed: %s", strerror(errno));
182 return(NULL); /* autobaud failed */
H A Dtmextern.h42 extern char *autobaud();
H A Dtmchild.c309 if (!(pmtab->p_ttyflags & A_FLAG)) { /* autobaud not enabled */
405 * do_autobaud - do autobaud
408 * - if next entry is also autobaud,
409 * it will loop back to do autobaud again
423 if ((auto_speed = autobaud(0, pmtab->p_timeout)) == NULL) {
445 debug("autobaud done");

Completed in 56 milliseconds