/titanic_41/usr/src/lib/libc/port/gen/ |
H A D | tcsetattr.c | 54 rval = ioctl(fildes, TCSETS, termios_p); in tcsetattr()
|
/titanic_41/usr/src/uts/common/io/ |
H A D | ttcompat.c | 925 iocp->ioc_cmd = (tp->t_ioccmd == TIOCSETP) ? TCSETSF : TCSETS; in ttcompat_ioctl_ack() 945 iocp->ioc_cmd = TCSETS; in ttcompat_ioctl_ack() 965 iocp->ioc_cmd = TCSETS; in ttcompat_ioctl_ack() 984 iocp->ioc_cmd = TCSETS; in ttcompat_ioctl_ack() 1003 iocp->ioc_cmd = TCSETS; in ttcompat_ioctl_ack() 1023 iocp->ioc_cmd = TCSETS; in ttcompat_ioctl_ack() 1035 iocp->ioc_cmd = TCSETS; in ttcompat_ioctl_ack()
|
H A D | tty_common.c | 148 case TCSETS: { in ttycommon_ioctl() 295 case TCSETS: in ttycommon_ioctl()
|
/titanic_41/usr/src/cmd/tip/aculib/ |
H A D | df.c | 51 (void) ioctl(f, TCSETS, &buf); in df_dialer()
|
H A D | hayes.c | 48 (void) ioctl(FD, TCSETS, &buf); in hayes_dialer()
|
/titanic_41/usr/src/lib/libshell/common/include/ |
H A D | terminal.h | 63 # define TCSANOW TCSETS
|
/titanic_41/usr/src/lib/libast/amd64/include/ast/ |
H A D | ast_tty.h | 58 # define TCSANOW TCSETS
|
/titanic_41/usr/src/lib/libast/amd64/src/lib/libast/ |
H A D | ast_tty.h | 37 # define TCSANOW TCSETS
|
/titanic_41/usr/src/lib/libast/sparcv9/src/lib/libast/ |
H A D | ast_tty.h | 37 # define TCSANOW TCSETS
|
/titanic_41/usr/src/lib/libast/i386/include/ast/ |
H A D | ast_tty.h | 58 # define TCSANOW TCSETS
|
/titanic_41/usr/src/lib/libast/sparc/src/lib/libast/ |
H A D | ast_tty.h | 37 # define TCSANOW TCSETS
|
/titanic_41/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | ast_tty.h | 58 # define TCSANOW TCSETS
|
/titanic_41/usr/src/lib/libast/i386/src/lib/libast/ |
H A D | ast_tty.h | 37 # define TCSANOW TCSETS
|
/titanic_41/usr/src/lib/libast/sparc/include/ast/ |
H A D | ast_tty.h | 58 # define TCSANOW TCSETS
|
/titanic_41/usr/src/lib/libbc/libc/gen/common/ |
H A D | posix_tty.c | 134 return (ioctl(fd, TCSETS, termios_p)); in tcsetattr()
|
/titanic_41/usr/src/lib/libbc/inc/include/sys/ |
H A D | termios.h | 232 #define TCSETS _IOW('T', 9, struct termios) macro
|
/titanic_41/usr/src/lib/libbc/inc/include/ |
H A D | termios.h | 232 #define TCSETS _IOW('T', 9, struct termios) macro
|
/titanic_41/usr/src/cmd/ttymon/ |
H A D | tmterm.c | 248 if (ioctl(fd,TCSETS,&termios) < 0) { in hang_up_line()
|
/titanic_41/usr/src/uts/sun4u/opl/io/oplmsu/ |
H A D | oplmsu_ioctl_lrp.c | 74 if (((iocp->ioc_cmd == TCSETS) && (trad_sts == MSU_WTCS_ACK)) || in oplmsu_lrioctl_termios() 344 } else if ((chkflag == TCSETS) || (chkflag == TCSETSW) || in oplmsu_lrioctl_termios() 363 case TCSETS : /* FALLTHRU */ in oplmsu_lrioctl_termios()
|
/titanic_41/usr/src/lib/libast/common/features/ |
H A D | tty | 31 # define TCSANOW TCSETS
|
/titanic_41/usr/src/cmd/csh/ |
H A D | sh.file.c | 191 (void) ioctl(SHIN, TCSETS, (char *)&tty_new); in pushback() 379 (void) ioctl(SHIN, TCSETS, (char *)&tty_pending); in sim_retype()
|
/titanic_41/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/ |
H A D | tty | 37 # define TCSANOW TCSETS
|
/titanic_41/usr/src/lib/libast/i386/src/lib/libast/FEATURE/ |
H A D | tty | 37 # define TCSANOW TCSETS
|
/titanic_41/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/ |
H A D | tty | 37 # define TCSANOW TCSETS
|
/titanic_41/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/ |
H A D | tty | 37 # define TCSANOW TCSETS
|