Searched refs:TCSETAW (Results 26 - 50 of 64) sorted by relevance

123

/illumos-gate/usr/src/cmd/tabs/
H A Dtabs.c533 (void) ioctl(1, TCSETAW, &ttyold); /* turn off cr-lf map */
691 (void) ioctl(1, TCSETAW, &ttyold);
/illumos-gate/usr/src/uts/common/io/
H A Dtty_common.c179 case TCSETAW:
297 case TCSETAW:
H A Drlmod.c1117 case TCSETAW:
1229 case TCSETAW:
H A Dlogindmux.c666 case TCSETAW:
859 case TCSETAW:
H A Dtelmod.c759 case TCSETAW:
H A Dtty_pts.c839 case TCSETAW:
H A Dwscons.c567 case TCSETAW:
/illumos-gate/usr/src/uts/common/sys/
H A Dtermios.h321 #define TCSETAW (_TIOC|3) macro
/illumos-gate/usr/src/lib/libnsl/dial/
H A Dcallers.c351 (void) ioctl(dcf, TCSETAW, &tty_orig);
H A Dconn.c688 if ((*Ioctl)(fn, TCSETAW, &ttybuf) != 0)
691 "failed. TCSETAW failed, errno %d",
/illumos-gate/usr/src/lib/libbc/libc/sys/common/
H A Dioctl.c251 case TCSETAW:
/illumos-gate/usr/src/cmd/tput/
H A Dtput.c586 #define STTY(fd, mode) ioctl(fd, TCSETAW, mode)
/illumos-gate/usr/src/ucbcmd/tset/
H A Dtset.c532 (void) ioctl(FILEDES, TCSETAW, (char *)&mode);
1165 (void) ioctl(FILEDES, TCSETAW, (char *)ttymode);
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dsetupterm.c791 (void) ioctl(cur_term -> Filedes, TCSETAW, &PROGTTY);
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_put.c1235 ioctl(i, TCSETAW, &termio);
/illumos-gate/usr/src/cmd/sulogin/
H A Dsulogin.c689 (void) ioctl(fileno(fi), TCSETAW, &ttymodes); local
/illumos-gate/usr/src/cmd/ttymon/
H A Dsttyparse.c445 if (ioctl(fd, TCSETAW, termio) == -1)
/illumos-gate/usr/src/ucbcmd/stty/
H A Dsttyparse.c394 if(ioctl(fd, TCSETAW, termio) == -1)
/illumos-gate/usr/src/cmd/pg/
H A Dpg.c1634 (void) ioctl(fileno(stdout), TCSETAW, &ntty); local
1789 (void) ioctl(fileno(stdout), TCSETAW, &otty); local
/illumos-gate/usr/src/cmd/ed/
H A Ded.c2523 ioctl(0, TCSETAW, &b);
2533 ioctl(0, TCSETAW, &b);
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxencons.c981 case TCSETAW:
1124 case TCSETAW:
/illumos-gate/usr/src/uts/sun4/io/
H A Dsu_driver.c2859 case TCSETAW:
2885 * TCSETA, TCSETAW, and TCSETAF make use of
2901 iocp->ioc_cmd == TCSETAW ||
3354 case TCSETAW:
/illumos-gate/usr/src/cmd/vt/
H A Dvtdaemon.c531 (void) ioctl(daemonfd, TCSETAW, &tty);
/illumos-gate/usr/src/cmd/bnu/
H A Dcallers.c405 (void) ioctl(dcf, TCSETAW, &tty_orig);
H A Dconn.c919 if ( (*Ioctl)(fn, TCSETAW, &ttybuf) != 0 )
920 CDEBUG(5, "failed. TCSETAW failed, errno %d", errno);

Completed in 174 milliseconds

123