/illumos-gate/usr/src/cmd/bnu/ |
H A D | line.c | 130 if ((istermios = (*Ioctl)(tty, TCGETS, &ttbufs)) < 0) { 131 if ((*Ioctl)(tty, TCGETA, &ttbuf) != 0) { 224 ASSERT((*Ioctl)(tty, TCSETAW, &ttbuf) >= 0, 227 ASSERT((*Ioctl)(tty, TCSETSW, &ttbufs) >= 0, 238 if ((*Ioctl)(dcf, TCGETA, &ttbuf) != 0) 242 (void) (*Ioctl)(dcf, TCSETAW, &ttbuf); 251 (void) (*Ioctl)(fn, TCSBRK, 0); 270 if ((istermios = (*Ioctl)(Ifn, TCGETS, &tbufs)) < 0) { 271 if ((*Ioctl)(Ifn, TCGETA, &tbuf) != 0) { 325 if ((*Ioctl)(Ifn, TCSETAW, &tbuf) != 0) [all …]
|
H A D | dio.c | 75 if((*Ioctl)(Ofn, DIOCRMODE, dkrmode) < 0) { in dturnon() 77 ret=(*Ioctl)(Ofn, DIOCRMODE, dkrmode); in dturnon() 186 (*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; 219 if ((ret = (*Ioctl)(*fdreadp, DIOCRMODE, dkrmode)) < 0) {
|
H A D | setmode.c | 343 if ((*Ioctl)(fd, TCGETS, &termios) < 0) { in setty() 357 if ((*Ioctl)(fd, TCSETSF, &termios) < 0) { in setty()
|
H A D | uucp.h | 502 EXTERN int (*Ioctl)(int,int,...); variable 504 EXTERN int (*Ioctl)(); variable
|
H A D | conn.c | 904 if ( (*Ioctl)(fn, TCGETA, &ttybuf) != 0 ) { 911 if ( (*Ioctl)(fn, TCSETAW, &ttybuf) != 0 )
|
/illumos-gate/usr/src/lib/libnsl/dial/ |
H A D | line.c | 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() [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 | 395 static int (*Ioctl)(int, int, ...); variable
|
/illumos-gate/usr/src/cmd/ttymon/ |
H A D | uucp.h | 441 EXTERN int (*Ioctl)(int, int, ...); variable
|
/illumos-gate/usr/src/cmd/mandoc/ |
H A D | msec.in | 101 LINE("4I", "Ioctl Requests")
|