Searched refs:ioctl (Results 1 - 25 of 901) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dsgtty.h27 #include <sys/ioctl.h>
/illumos-gate/usr/src/lib/libc/common/sys/
H A Dioctl.s30 .file "ioctl.s"
32 /* C library -- ioctl */
33 /* int ioctl (int fildes, int request, ... ); */
37 ANSI_PRAGMA_WEAK(ioctl,function)
41 SYSCALL_RESTART_RVAL1(ioctl)
43 SET_SIZE(ioctl)
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/fbtprovider/
H A Dtst.functionentry.d39 fbt::ioctl:entry
41 printf("Entering the ioctl function\n");
44 fbt::ioctl:return
46 printf("Returning from ioctl function\n");
H A Dtst.offset.d44 fbt::ioctl:entry
49 fbt::ioctl:return
H A Dtst.ioctlargs.d39 fbt::ioctl:entry
41 printf("Entering the ioctl function\n");
45 fbt::ioctl:return
47 printf("Returning from ioctl function\n");
H A Dtst.offsetzero.d39 fbt::ioctl:entry
41 printf("Entering the ioctl function\n");
46 fbt::ioctl:return
48 printf("Returning from ioctl function\n");
H A Dtst.tailcall.d39 fbt::ioctl:entry
50 fbt::ioctl:return
H A Dtst.functionreturnvalue.d39 fbt::ioctl:return
H A Dtst.return0.d39 fbt::ioctl:return
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Disatty.c33 extern int ioctl();
44 if(ioctl(f, TCGETA, &tty) < 0)
/illumos-gate/usr/src/lib/libbc/libc/compat/common/
H A Dgtty.c39 return (ioctl(fd, TIOCGETP, ap));
H A Dstty.c39 return(ioctl(fd, TIOCSETP, ap));
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dflushinp.c58 (void) ioctl(cur_term -> Filedes, TCFLSH, 0);
61 (void) ioctl(cur_term -> Filedes, TIOCGETP, &(PROGTTY));
65 * Really want an ioctl like TCFLSH but Berkeley doesn't have one.
67 (void) ioctl(cur_term -> Filedes, TIOCSETP, &(PROGTTY));
H A Ddef_prog.c51 /* ioctl errors are ignored so pipes work */
53 if ((prog_istermios = ioctl(cur_term -> Filedes,
57 (void) ioctl(cur_term -> Filedes, TCGETA, &(PROGTTY));
66 (void) ioctl(cur_term -> Filedes, TIOCGETP, &(PROGTTY));
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dtcdrain.c43 return (ioctl(fildes, TCSBRK, 1));
H A Dtcsetattr.c54 rval = ioctl(fildes, TCSETS, termios_p);
59 rval = ioctl(fildes, TCSETSW, termios_p);
64 rval = ioctl(fildes, TCSETSF, termios_p);
H A Ddirectio.c42 return (ioctl(fildes, _FIODIRECTIO, advice));
H A Dtcflow.c53 return (ioctl(fildes, TCXONC, action));
/illumos-gate/usr/src/cmd/dtrace/demo/fbt/
H A Dxioctl.d34 syscall::ioctl:entry
45 syscall::ioctl:return
/illumos-gate/usr/src/cmd/bnu/
H A Ddkbreak.c45 ioctl(fd, DIOCXCTL, sendbreak);
H A Ddkminor.c47 if (ioctl(fd, DIOCINFO, &iocb) < 0)
/illumos-gate/usr/src/ucbhead/
H A Dsgtty.h39 #include <sys/ioctl.h>
/illumos-gate/usr/src/cmd/tip/aculib/
H A Ddf.c49 (void) ioctl(f, TCGETS, &buf);
51 (void) ioctl(f, TCSETS, &buf);
64 (void) ioctl(f, TCGETS, &buf);
70 (void) ioctl(f, TCSETSW, &buf);
72 (void) ioctl(f, TIOCMBIC, &st);
75 (void) ioctl(f, TIOCMBIS, &st);
80 (void) ioctl(f, TCFLSH, TCOFLUSH);
91 (void) ioctl(f, TCSETSW, &buf);
103 (void) ioctl(FD, TCFLSH, TCOFLUSH);
H A Dhayes.c46 (void) ioctl(FD, TCGETS, &buf);
48 (void) ioctl(FD, TCSETS, &buf);
49 (void) ioctl(FD, TCFLSH, TCIOFLUSH);
64 (void) ioctl(FD, TCFLSH, TCIOFLUSH);
94 (void) ioctl(FD, TIOCMBIC, &dtr);
96 (void) ioctl(FD, TCFLSH, TCIOFLUSH);
121 (void) ioctl(fd, TIOCMBIC, &dtr);
123 (void) ioctl(fd, TIOCMBIS, &dtr);
139 (void) ioctl(fd, TCFLSH, TCIOFLUSH);
/illumos-gate/usr/src/lib/libsocket/socket/
H A Dsockatmark.c43 if (ioctl(sock, SIOCATMARK, &val) == -1)

Completed in 1080 milliseconds

1234567891011>>