/titanic_44/usr/src/cmd/bnu/ |
H A D | line.c | 129 if ((istermios = (*Ioctl)(tty, TCGETS, &ttbufs)) < 0) { 130 if ((*Ioctl)(tty, TCGETA, &ttbuf) != 0) { 223 ASSERT((*Ioctl)(tty, TCSETAW, &ttbuf) >= 0, 226 ASSERT((*Ioctl)(tty, TCSETSW, &ttbufs) >= 0, 237 if ((*Ioctl)(dcf, TCGETA, &ttbuf) != 0) 241 (void) (*Ioctl)(dcf, TCSETAW, &ttbuf); 250 (void) (*Ioctl)(fn, TCSBRK, 0); 269 if ((istermios = (*Ioctl)(Ifn, TCGETS, &tbufs)) < 0) { 270 if ((*Ioctl)(Ifn, TCGETA, &tbuf) != 0) { 324 if ((*Ioctl)(Ifn, TCSETAW, &tbuf) != 0) [all …]
|
H A D | dio.c | 77 if((*Ioctl)(Ofn, DIOCRMODE, dkrmode) < 0) { in dturnon() 79 ret=(*Ioctl)(Ofn, DIOCRMODE, dkrmode); in dturnon() 188 (*Ioctl)(fn, DIOCXCTL, dkeof);
|
H A D | interface.c | 64 GLOBAL int (*Ioctl)(int, int, ...) = ioctl, variable 66 GLOBAL int (*Ioctl)() = ioctl, 150 Ioctl = Interface[i].IN_ioctl; 220 if ((ret = (*Ioctl)(*fdreadp, DIOCRMODE, dkrmode)) < 0) {
|
H A D | setmode.c | 345 if ((*Ioctl)(fd, TCGETS, &termios) < 0) { in setty() 359 if ((*Ioctl)(fd, TCSETSF, &termios) < 0) { in setty()
|
H A D | uucp.h | 504 EXTERN int (*Ioctl)(int,int,...); variable 506 EXTERN int (*Ioctl)(); variable
|
H A D | conn.c | 912 if ( (*Ioctl)(fn, TCGETA, &ttybuf) != 0 ) { 919 if ( (*Ioctl)(fn, TCSETAW, &ttybuf) != 0 )
|
/titanic_44/usr/src/lib/libnsl/dial/ |
H A D | line.c | 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() [all …]
|
H A D | interface.c | 52 static int (*Ioctl)(int, int, ...) = ioctl, variable 104 Ioctl = Interface[i].IN_ioctl; in interface()
|
H A D | conn.c | 678 if ((*Ioctl)(fn, TCGETA, &ttybuf) != 0) { in sendthem() 688 if ((*Ioctl)(fn, TCSETAW, &ttybuf) != 0) in sendthem()
|
H A D | uucp.h | 397 static int (*Ioctl)(int, int, ...); variable
|
/titanic_44/usr/src/cmd/ttymon/ |
H A D | uucp.h | 441 EXTERN int (*Ioctl)(int,int,...); variable 443 EXTERN int (*Ioctl)(); variable
|
/titanic_44/usr/src/cmd/mandoc/ |
H A D | msec.in | 101 LINE("7I", "Ioctl Requests")
|