Home
last modified time | relevance | path

Searched refs:TIOCSETC (Results 1 – 14 of 14) sorted by relevance

/titanic_50/usr/src/cmd/vi/port/
H A Dex_tty.h106 #ifdef TIOCSETC /* V7 */
/titanic_50/usr/src/lib/libbc/inc/include/sys/
H A Dttold.h87 #define TIOCSETC _IOW('t',17,struct tchars)/* set special characters */ macro
/titanic_50/usr/src/uts/common/sys/
H A Dttold.h125 #define TIOCSETC (tIOC|17) macro
H A Dtermios.h419 #define TIOCSETC (tIOC|17) macro
/titanic_50/usr/src/uts/common/io/
H A Dttcompat.c374 case TIOCSETC: in ttcompatwput()
394 case TIOCSETC: in ttcompatwput()
428 case TIOCSETC: in ttcompatwput()
560 case TIOCSETC: in ttcompat_do_ioctl()
928 case TIOCSETC: in ttcompat_ioctl_ack()
H A Dtty_pty.c946 case TIOCSETC: in ptcioctl()
/titanic_50/usr/src/cmd/lp/filter/postscript/postio/
H A Difdef.c401 if ( ioctl(ttyi, TIOCSETC, &tchar) == -1 ) in setupline()
639 if ( ioctl(ttyi, TIOCSETC, &tchar) == -1 ) in setupline()
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/
H A Drlogin.c1185 if (compat_ioctl(STDIN_FILENO, TIOCSETC, &notc) == -1) in oob()
1197 if (compat_ioctl(STDIN_FILENO, TIOCSETC, &notc) == -1) in oob()
1340 if (compat_ioctl(STDIN_FILENO, TIOCSETC, tc) == -1) in mode()
/titanic_50/usr/src/cmd/rexd/
H A Dunix_login.c515 ioctl(Slave, TIOCSETC, &mode->more);
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dsys_bsd.c535 (void) ioctl(tin, TIOCSETC, &tc);
/titanic_50/usr/src/lib/libshell/common/edit/
H A Dedit.c244 ioctl(fd,TIOCSETC,&l_ttychars); in tty_cooked()
425 if(ioctl(fd,TIOCSETC,&ttychars) == SYSERR) in tty_alt()
/titanic_50/usr/src/cmd/truss/
H A Dcodes.c367 { (uint_t)TIOCSETC, "TIOCSETC", NULL },
H A Dexpound.c1372 case TIOCSETC: in show_ioctl()
/titanic_50/usr/src/uts/common/os/
H A Dstreamio.c3142 case TIOCSETC: in job_control_type()