Lines Matching refs:Ioctl
115 if ((istermios = (*Ioctl)(tty, TCGETS, &ttbufs)) < 0) { in fixline()
116 if ((*Ioctl)(tty, TCGETA, &ttbuf) != 0) in fixline()
203 ASSERT((*Ioctl)(tty, TCSETAW, &ttbuf) >= 0, in fixline()
206 ASSERT((*Ioctl)(tty, TCSETSW, &ttbufs) >= 0, in fixline()
216 if ((*Ioctl)(dcf, TCGETA, &ttbuf) != 0) in sethup()
220 (void) (*Ioctl)(dcf, TCSETAW, &ttbuf); in sethup()
228 (void) (*Ioctl)(fn, TCSBRK, 0); in ttygenbrk()
234 if ((Saved_termios = (*Ioctl)(0, TCGETS, &Savettybs)) < 0) { in savline()
235 if ((*Ioctl)(0, TCGETA, &Savettyb) != 0) { in savline()
257 return ((*Ioctl)(0, TCSETAW, &Savettyb)); in restline()
259 return ((*Ioctl)(0, TCSETSW, &Savettybs)); in restline()