Lines Matching refs:ioctl
71 if (ioctl(f, TCGETA, (ioctl_t) & termiob) == 0) {
80 if (ioctl(f, TCSETA, (ioctl_t) & termiob) != 0)
100 if (ioctl(f, TCGETA, (ioctl_t) & termiob) == 0) {
105 if (ioctl(f, TIOCGLTC, (ioctl_t) & ltcbuf) != 0)
114 if (ioctl(f, TIOCSLTC, (ioctl_t) & ltcbuf) != 0)
118 if (ioctl(f, TCSETAF, (ioctl_t) & termiob) != 0)
134 if (ioctl(f, TXGETLD, (ioctl_t) & tx) == 0) {
136 if (ioctl(f, TXADDCD, (ioctl_t) strPOSIX) == 0) {
148 if (ioctl(f, TIOCGETD, (ioctl_t) & oldisc) == 0) {
152 if (ioctl(f, TIOCSETD, (ioctl_t) & ldisc) != 0)
177 return (ioctl(f, TCSETAF, (ioctl_t) & otermiob));
181 return (ioctl(f, TXDELCD, (ioctl_t) strPOSIX));
186 return (ioctl(f, TIOCSETD, (ioctl_t) & oldisc));