Searched defs:hang_up_line (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/ttymon/
H A Dtmterm.c222 * hang_up_line - set speed to B0. This will drop DTR
225 hang_up_line(int fd) function
231 debug("in hang_up_line");
235 log("hang_up_line: TCGETA failed: %s", strerror(errno));
242 log("hang_up_line: TCSETA failed: %s", strerror(errno));
249 log("hang_up_line: TCSETS failed: %s", strerror(errno));

Completed in 68 milliseconds