Searched defs:autobaud (Results 1 - 1 of 1) 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 */

Completed in 55 milliseconds