Home
last modified time | relevance | path

Searched refs:Ioctl (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/bnu/
H A Dline.c130 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 Ddio.c75 if((*Ioctl)(Ofn, DIOCRMODE, dkrmode) < 0) { in dturnon()
77 ret=(*Ioctl)(Ofn, DIOCRMODE, dkrmode); in dturnon()
186 (*Ioctl)(fn, DIOCXCTL, dkeof);
H A Dinterface.c64 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 Dsetmode.c343 if ((*Ioctl)(fd, TCGETS, &termios) < 0) { in setty()
357 if ((*Ioctl)(fd, TCSETSF, &termios) < 0) { in setty()
H A Duucp.h502 EXTERN int (*Ioctl)(int,int,...); variable
504 EXTERN int (*Ioctl)(); variable
H A Dconn.c904 if ( (*Ioctl)(fn, TCGETA, &ttybuf) != 0 ) {
911 if ( (*Ioctl)(fn, TCSETAW, &ttybuf) != 0 )
/illumos-gate/usr/src/lib/libnsl/dial/
H A Dline.c115 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 Dinterface.c52 static int (*Ioctl)(int, int, ...) = ioctl, variable
104 Ioctl = Interface[i].IN_ioctl; in interface()
H A Dconn.c678 if ((*Ioctl)(fn, TCGETA, &ttybuf) != 0) { in sendthem()
688 if ((*Ioctl)(fn, TCSETAW, &ttybuf) != 0) in sendthem()
H A Duucp.h395 static int (*Ioctl)(int, int, ...); variable
/illumos-gate/usr/src/cmd/ttymon/
H A Duucp.h441 EXTERN int (*Ioctl)(int, int, ...); variable
/illumos-gate/usr/src/cmd/mandoc/
H A Dmsec.in101 LINE("4I", "Ioctl Requests")