Searched refs:auto_termio (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/ttymon/
H A Dtmautobaud.c75 * auto_termio - set termio to allow autobaud
80 auto_termio(int fd) function
87 log("auto_termio: ioctl TCGETA failed, fd = %d: %s", fd,
101 log("auto_termio: ioctl TCSETAF failed, fd = %d: %s",
117 log("auto_termio: ioctl TCSETSF failed, fd = %d: %s",
147 auto_termio(fd);
H A Dtmextern.h41 extern int auto_termio();
H A Dtmterm.c268 extern int auto_termio();
273 if (auto_termio(fd) == -1) {
H A Dtmchild.c189 if (auto_termio(0) == -1) {

Completed in 71 milliseconds