/titanic_44/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_44/usr/src/lib/libc/port/gen/ |
H A D | tcsetattr.c | 59 rval = ioctl(fildes, TCSETSW, termios_p); in tcsetattr()
|
/titanic_44/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_44/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_44/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_44/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_44/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_44/usr/src/lib/libshell/common/include/ |
H A D | terminal.h | 64 # define TCSADRAIN TCSETSW
|
/titanic_44/usr/src/lib/libast/amd64/include/ast/ |
H A D | ast_tty.h | 59 # define TCSADRAIN TCSETSW
|
/titanic_44/usr/src/lib/libast/amd64/src/lib/libast/ |
H A D | ast_tty.h | 38 # define TCSADRAIN TCSETSW
|
/titanic_44/usr/src/lib/libast/i386/include/ast/ |
H A D | ast_tty.h | 59 # define TCSADRAIN TCSETSW
|
/titanic_44/usr/src/lib/libast/sparc/src/lib/libast/ |
H A D | ast_tty.h | 38 # define TCSADRAIN TCSETSW
|
/titanic_44/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | ast_tty.h | 59 # define TCSADRAIN TCSETSW
|
/titanic_44/usr/src/lib/libast/sparcv9/src/lib/libast/ |
H A D | ast_tty.h | 38 # define TCSADRAIN TCSETSW
|
/titanic_44/usr/src/lib/libast/i386/src/lib/libast/ |
H A D | ast_tty.h | 38 # define TCSADRAIN TCSETSW
|
/titanic_44/usr/src/lib/libast/sparc/include/ast/ |
H A D | ast_tty.h | 59 # define TCSADRAIN TCSETSW
|
/titanic_44/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()
|
/titanic_44/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_termio.c | 397 if (termio_ctl(td->tio_io, TCSETSW, &td->tio_rtios) == -1) in termio_read() 496 if (termio_ctl(td->tio_io, TCSETSW, &td->tio_dtios) == -1) in termio_read() 670 if (termio_ctl(td->tio_io, TCSETSW, iosp) == -1) in termio_suspend_tty() 778 if (termio_ctl(td->tio_io, TCSETSW, ntios) < 0) in termio_resume_tty() 1421 IOP_CTL(rio, TCSETSW, &otios); /* undo setupterm() stupidity */ in mdb_termio_create() 1639 if (termio_ctl(td->tio_io, TCSETSW, &td->tio_dtios) == -1) in termio_tab() 1671 if (termio_ctl(td->tio_io, TCSETSW, &td->tio_rtios) == -1) in termio_tab() 1885 if (termio_ctl(td->tio_io, TCSETSW, &td->tio_dtios) == -1) in termio_abort()
|
/titanic_44/usr/src/lib/libbc/inc/include/sys/ |
H A D | termios.h | 233 #define TCSETSW _IOW('T', 10, struct termios) macro
|
/titanic_44/usr/src/lib/libbc/inc/include/ |
H A D | termios.h | 233 #define TCSETSW _IOW('T', 10, struct termios) macro
|
/titanic_44/usr/src/cmd/mdb/common/kmdb/ |
H A D | kmdb_promio.c | 115 case TCSETSW: { in pio_ctl()
|
/titanic_44/usr/src/cmd/script/ |
H A D | script.c | 254 (void) ioctl(0, TCSETSW, (char *)&b); in done()
|