Lines Matching refs:Ioctl
119 if ((istermios = (*Ioctl)(tty, TCGETS, &ttbufs)) < 0) { in fixline()
120 if ((*Ioctl)(tty, TCGETA, &ttbuf) != 0) in fixline()
207 ASSERT((*Ioctl)(tty, TCSETAW, &ttbuf) >= 0, in fixline()
210 ASSERT((*Ioctl)(tty, TCSETSW, &ttbufs) >= 0, in fixline()
220 if ((*Ioctl)(dcf, TCGETA, &ttbuf) != 0) in sethup()
224 (void) (*Ioctl)(dcf, TCSETAW, &ttbuf); in sethup()
232 (void) (*Ioctl)(fn, TCSBRK, 0); in ttygenbrk()
238 if ((Saved_termios = (*Ioctl)(0, TCGETS, &Savettybs)) < 0) { in savline()
239 if ((*Ioctl)(0, TCGETA, &Savettyb) != 0) { in savline()
261 return ((*Ioctl)(0, TCSETAW, &Savettyb)); in restline()
263 return ((*Ioctl)(0, TCSETSW, &Savettybs)); in restline()