/titanic_44/usr/src/lib/libast/common/features/ |
H A D | tty | 79 # ifdef TIOCSETN 81 # endif /* TIOCSETN */ 101 # ifdef TIOCSETN 102 # define TCSANOW TIOCSETN 103 # define TCSADRAIN TIOCSETN 105 # endif /* TIOCSETN */
|
/titanic_44/usr/src/lib/libshell/common/include/ |
H A D | terminal.h | 121 # ifdef TIOCSETN 145 # ifdef TIOCSETN 146 # define TCSANOW TIOCSETN 147 # define TCSADRAIN TIOCSETN
|
/titanic_44/usr/src/lib/libast/amd64/include/ast/ |
H A D | ast_tty.h | 106 # ifdef TIOCSETN 128 # ifdef TIOCSETN 129 # define TCSANOW TIOCSETN 130 # define TCSADRAIN TIOCSETN
|
/titanic_44/usr/src/lib/libast/amd64/src/lib/libast/ |
H A D | ast_tty.h | 85 # ifdef TIOCSETN 107 # ifdef TIOCSETN 108 # define TCSANOW TIOCSETN 109 # define TCSADRAIN TIOCSETN
|
/titanic_44/usr/src/lib/libast/i386/include/ast/ |
H A D | ast_tty.h | 106 # ifdef TIOCSETN 128 # ifdef TIOCSETN 129 # define TCSANOW TIOCSETN 130 # define TCSADRAIN TIOCSETN
|
/titanic_44/usr/src/lib/libast/sparc/src/lib/libast/ |
H A D | ast_tty.h | 85 # ifdef TIOCSETN 107 # ifdef TIOCSETN 108 # define TCSANOW TIOCSETN 109 # define TCSADRAIN TIOCSETN
|
/titanic_44/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | ast_tty.h | 106 # ifdef TIOCSETN 128 # ifdef TIOCSETN 129 # define TCSANOW TIOCSETN 130 # define TCSADRAIN TIOCSETN
|
/titanic_44/usr/src/lib/libast/sparcv9/src/lib/libast/ |
H A D | ast_tty.h | 85 # ifdef TIOCSETN 107 # ifdef TIOCSETN 108 # define TCSANOW TIOCSETN 109 # define TCSADRAIN TIOCSETN
|
/titanic_44/usr/src/lib/libast/i386/src/lib/libast/ |
H A D | ast_tty.h | 85 # ifdef TIOCSETN 107 # ifdef TIOCSETN 108 # define TCSANOW TIOCSETN 109 # define TCSADRAIN TIOCSETN
|
/titanic_44/usr/src/lib/libast/sparc/include/ast/ |
H A D | ast_tty.h | 106 # ifdef TIOCSETN 128 # ifdef TIOCSETN 129 # define TCSANOW TIOCSETN 130 # define TCSADRAIN TIOCSETN
|
/titanic_44/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/ |
H A D | tty | 85 # ifdef TIOCSETN 87 # endif /* TIOCSETN */ 107 # ifdef TIOCSETN 108 # define TCSANOW TIOCSETN 109 # define TCSADRAIN TIOCSETN 111 # endif /* TIOCSETN */
|
/titanic_44/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/ |
H A D | tty | 85 # ifdef TIOCSETN 87 # endif /* TIOCSETN */ 107 # ifdef TIOCSETN 108 # define TCSANOW TIOCSETN 109 # define TCSADRAIN TIOCSETN 111 # endif /* TIOCSETN */
|
/titanic_44/usr/src/lib/libast/i386/src/lib/libast/FEATURE/ |
H A D | tty | 85 # ifdef TIOCSETN 87 # endif /* TIOCSETN */ 107 # ifdef TIOCSETN 108 # define TCSANOW TIOCSETN 109 # define TCSADRAIN TIOCSETN 111 # endif /* TIOCSETN */
|
/titanic_44/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/ |
H A D | tty | 85 # ifdef TIOCSETN 87 # endif /* TIOCSETN */ 107 # ifdef TIOCSETN 108 # define TCSANOW TIOCSETN 109 # define TCSADRAIN TIOCSETN 111 # endif /* TIOCSETN */
|
/titanic_44/usr/src/cmd/rexd/ |
H A D | on.c | 165 ioctl(0, TIOCSETN, &NewFlags); in cont() 194 ioctl(0, TIOCSETN, &OldFlags); in oob() 439 ioctl(0, TIOCSETN, &NewFlags); in main() 465 ioctl(0, TIOCSETN, &OldFlags); in main() 652 ioctl(0, TIOCSETN, &OldFlags); in Die()
|
H A D | unix_login.c | 512 ioctl(Slave, TIOCSETN, &svr4_sgttyb_var);
|
/titanic_44/usr/src/lib/libcurses/screen/ |
H A D | reset_sh.c | 81 (void) ioctl(cur_term -> Filedes, TIOCSETN, &SHELLTTY); in reset_shell_mode()
|
H A D | setupterm.c | 797 (void) ioctl(cur_term -> Filedes, TIOCSETN, &PROGTTY); in reset_prog_mode()
|
/titanic_44/usr/src/lib/libbc/inc/include/sys/ |
H A D | ttold.h | 83 #define TIOCSETN _IOW('t',10,struct sgttyb)/* as above, but no flushtty */ macro
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | ttold.h | 119 #define TIOCSETN (tIOC|10) macro
|
H A D | termios.h | 415 #define TIOCSETN (tIOC|10) macro
|
/titanic_44/usr/src/uts/common/io/ |
H A D | ttcompat.c | 372 case TIOCSETN: in ttcompatwput() 388 case TIOCSETN: in ttcompatwput() 426 case TIOCSETN: in ttcompatwput() 551 case TIOCSETN: in ttcompat_do_ioctl() 884 case TIOCSETN: in ttcompat_ioctl_ack()
|
H A D | tty_pts.c | 846 cmd = TIOCSETN; /* map backwards to old codes */ in ptslioctl()
|
/titanic_44/usr/src/lib/libbc/libc/sys/common/ |
H A D | ioctl.c | 190 case TIOCSETN: in _bc_ioctl()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
H A D | sys_bsd.c | 536 (void) ioctl(tin, TIOCSETN, &sb);
|