| /titanic_53/usr/src/cmd/tip/aculib/ |
| H A D | df.c | 70 (void) ioctl(f, TCSETSW, &buf); in df_dialer() 91 (void) ioctl(f, TCSETSW, &buf); in df_dialer()
|
| /titanic_53/usr/src/cmd/bnu/ |
| H A D | line.c | 226 ASSERT((*Ioctl)(tty, TCSETSW, &ttbufs) >= 0, 328 if ((*Ioctl)(Ifn, TCSETSW, &tbufs) != 0) 352 if ((*Ioctl)(Ifn, TCSETSW, &tbufs) != 0) 465 return ((*Ioctl)(0, TCSETSW, &Savettybs)); in restline()
|
| /titanic_53/usr/src/lib/libc/port/gen/ |
| H A D | tcsetattr.c | 59 rval = ioctl(fildes, TCSETSW, termios_p); in tcsetattr()
|
| /titanic_53/usr/src/lib/libnsl/dial/ |
| H A D | line.c | 210 ASSERT((*Ioctl)(tty, TCSETSW, &ttbufs) >= 0, in fixline() 263 return ((*Ioctl)(0, TCSETSW, &Savettybs)); in restline()
|
| /titanic_53/usr/src/lib/libcurses/screen/ |
| H A D | reset_sh.c | 72 (void) ioctl(cur_term -> Filedes, TCSETSW, &SHELLTTYS); in reset_shell_mode()
|
| H A D | draino.c | 112 (void) ioctl(cur_term->Filedes, TCSETSW, &PROGTTYS); in draino()
|
| /titanic_53/usr/src/lib/libbc/libc/gen/common/ |
| H A D | getpass.c | 87 (void) ioctl(fileno(fi), TCSETSW, &ttyb); in getpass()
|
| H A D | posix_tty.c | 130 return (ioctl(fd, TCSETSW, termios_p)); in tcsetattr()
|
| /titanic_53/usr/src/cmd/csh/ |
| H A D | sh.file.c | 88 (void) ioctl(SHIN, TCSETSW, (char *)&tty_save); in setup_tty() 98 (void) ioctl(SHIN, TCSETSW, (char *)&tty_new); in setup_tty() 103 (void) ioctl(SHIN, TCSETSW, (char *)&tty_save); in setup_tty()
|
| /titanic_53/usr/src/uts/common/io/ |
| H A D | tty_common.c | 147 case TCSETSW: in ttycommon_ioctl() 294 case TCSETSW: in ttycommon_ioctl()
|
| H A D | ptem.c | 536 case TCSETSW: in ptemwput() 645 case TCSETSW: in ptemwmsg() 664 case TCSETSW: in ptemwmsg()
|
| H A D | logindmux.c | 668 case TCSETSW: in logdmuxlrput() 861 case TCSETSW: in logdmuxlrsrv()
|
| /titanic_53/usr/src/cmd/mdb/common/mdb/ |
| H A D | mdb_termio.c | 412 if (termio_ctl(td->tio_io, TCSETSW, &td->tio_rtios) == -1) in termio_read() 545 if (termio_ctl(td->tio_io, TCSETSW, &td->tio_dtios) == -1) in termio_read() 719 if (termio_ctl(td->tio_io, TCSETSW, iosp) == -1) in termio_suspend_tty() 827 if (termio_ctl(td->tio_io, TCSETSW, ntios) < 0) in termio_resume_tty() 1470 IOP_CTL(rio, TCSETSW, &otios); /* undo setupterm() stupidity */ in mdb_termio_create() 1698 if (termio_ctl(td->tio_io, TCSETSW, &td->tio_dtios) == -1) in termio_tab() 1730 if (termio_ctl(td->tio_io, TCSETSW, &td->tio_rtios) == -1) in termio_tab() 1944 if (termio_ctl(td->tio_io, TCSETSW, &td->tio_dtios) == -1) in termio_abort()
|
| /titanic_53/usr/src/contrib/ast/src/cmd/ksh93/include/ |
| H A D | terminal.h | 64 # define TCSADRAIN TCSETSW
|
| /titanic_53/usr/src/lib/libbc/inc/include/ |
| H A D | termios.h | 233 #define TCSETSW _IOW('T', 10, struct termios) macro
|
| /titanic_53/usr/src/lib/libbc/inc/include/sys/ |
| H A D | termios.h | 233 #define TCSETSW _IOW('T', 10, struct termios) macro
|
| /titanic_53/usr/src/cmd/mdb/common/kmdb/ |
| H A D | kmdb_promio.c | 115 case TCSETSW: { in pio_ctl()
|
| /titanic_53/usr/src/cmd/script/ |
| H A D | script.c | 254 (void) ioctl(0, TCSETSW, (char *)&b); in done()
|
| /titanic_53/usr/src/uts/sun4u/opl/io/oplmsu/ |
| H A D | oplmsu_ioctl_lrp.c | 75 ((iocp->ioc_cmd == TCSETSW) && (trad_sts == MSU_WTCS_ACK)) || in oplmsu_lrioctl_termios() 344 } else if ((chkflag == TCSETS) || (chkflag == TCSETSW) || in oplmsu_lrioctl_termios() 364 case TCSETSW : /* FALLTHRU */ in oplmsu_lrioctl_termios()
|
| /titanic_53/usr/src/contrib/ast/src/lib/libast/features/ |
| H A D | tty | 32 # define TCSADRAIN TCSETSW
|
| /titanic_53/usr/src/cmd/ast/libast/i386/FEATURE/ |
| H A D | tty | 38 # define TCSADRAIN TCSETSW
|
| /titanic_53/usr/src/cmd/ast/libast/sparc/FEATURE/ |
| H A D | tty | 38 # define TCSADRAIN TCSETSW
|
| /titanic_53/usr/src/cmd/ast/libast/sparcv9/FEATURE/ |
| H A D | tty | 38 # define TCSADRAIN TCSETSW
|
| /titanic_53/usr/src/cmd/ast/libast/amd64/FEATURE/ |
| H A D | tty | 38 # define TCSADRAIN TCSETSW
|
| /titanic_53/usr/src/uts/common/sys/ |
| H A D | termios.h | 357 #define TCSETSW (_TIOC|15) macro
|