Searched refs:Ioctl (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/bnu/
H A Dline.c129 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)(If
[all...]
H A Ddio.c77 if((*Ioctl)(Ofn, DIOCRMODE, dkrmode) < 0) {
79 ret=(*Ioctl)(Ofn, DIOCRMODE, dkrmode);
188 (*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;
220 if ((ret = (*Ioctl)(*fdreadp, DIOCRMODE, dkrmode)) < 0) {
H A Dsetmode.c345 if ((*Ioctl)(fd, TCGETS, &termios) < 0) {
359 if ((*Ioctl)(fd, TCSETSF, &termios) < 0) {
H A Duucp.h504 EXTERN int (*Ioctl)(int,int,...); variable
506 EXTERN int (*Ioctl)(); variable
H A Dconn.c912 if ( (*Ioctl)(fn, TCGETA, &ttybuf) != 0 ) {
919 if ( (*Ioctl)(fn, TCSETAW, &ttybuf) != 0 )
/illumos-gate/usr/src/lib/libnsl/dial/
H A Dline.c119 if ((istermios = (*Ioctl)(tty, TCGETS, &ttbufs)) < 0) {
120 if ((*Ioctl)(tty, TCGETA, &ttbuf) != 0)
207 ASSERT((*Ioctl)(tty, TCSETAW, &ttbuf) >= 0,
210 ASSERT((*Ioctl)(tty, TCSETSW, &ttbufs) >= 0,
220 if ((*Ioctl)(dcf, TCGETA, &ttbuf) != 0)
224 (void) (*Ioctl)(dcf, TCSETAW, &ttbuf);
232 (void) (*Ioctl)(fn, TCSBRK, 0);
238 if ((Saved_termios = (*Ioctl)(0, TCGETS, &Savettybs)) < 0) {
239 if ((*Ioctl)(0, TCGETA, &Savettyb) != 0) {
261 return ((*Ioctl)(
[all...]
H A Dinterface.c52 static int (*Ioctl)(int, int, ...) = ioctl, variable
104 Ioctl = Interface[i].IN_ioctl;
H A Dconn.c678 if ((*Ioctl)(fn, TCGETA, &ttybuf) != 0) {
688 if ((*Ioctl)(fn, TCSETAW, &ttybuf) != 0)
H A Duucp.h397 static int (*Ioctl)(int, int, ...); variable
/illumos-gate/usr/src/cmd/ttymon/
H A Duucp.h441 EXTERN int (*Ioctl)(int,int,...); variable
443 EXTERN int (*Ioctl)(); variable

Completed in 786 milliseconds