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

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_tty.h86 * (2) V7 research: has CBREAK, has ioctl, and has the tchars (TIOCSETC)
106 #ifdef TIOCSETC /* V7 */
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dttold.h87 #define TIOCSETC _IOW('t',17,struct tchars)/* set special characters */ macro
/illumos-gate/usr/src/uts/common/sys/
H A Dttold.h125 #define TIOCSETC (tIOC|17) macro
H A Dtermios.h419 #define TIOCSETC (tIOC|17) macro
/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/
H A Difdef.c401 if ( ioctl(ttyi, TIOCSETC, &tchar) == -1 )
402 error(FATAL, "ioctl error - TIOCSETC");
639 if ( ioctl(ttyi, TIOCSETC, &tchar) == -1 )
640 error(FATAL, "ioctl error - TIOCSETC");
/illumos-gate/usr/src/uts/common/io/
H A Dttcompat.c374 case TIOCSETC:
394 case TIOCSETC:
428 case TIOCSETC:
560 case TIOCSETC:
928 case TIOCSETC:
H A Dtty_pty.c946 case TIOCSETC:
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Drlogin.c1185 if (compat_ioctl(STDIN_FILENO, TIOCSETC, &notc) == -1)
1186 perror("ioctl TIOCSETC");
1197 if (compat_ioctl(STDIN_FILENO, TIOCSETC, &notc) == -1)
1198 perror("ioctl TIOCSETC");
1340 if (compat_ioctl(STDIN_FILENO, TIOCSETC, tc) == -1)
1341 perror("ioctl TIOCSETC");
/illumos-gate/usr/src/cmd/rexd/
H A Dunix_login.c515 ioctl(Slave, TIOCSETC, &mode->more);
517 printf("SetPtyMode:Slave TIOCSETC done\n");
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dsys_bsd.c535 (void) ioctl(tin, TIOCSETC, &tc);
/illumos-gate/usr/src/lib/libshell/common/edit/
H A Dedit.c244 ioctl(fd,TIOCSETC,&l_ttychars);
425 if(ioctl(fd,TIOCSETC,&ttychars) == SYSERR)
/illumos-gate/usr/src/cmd/truss/
H A Dcodes.c367 { (uint_t)TIOCSETC, "TIOCSETC", NULL },
H A Dexpound.c1372 case TIOCSETC:
/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c3142 case TIOCSETC:

Completed in 103 milliseconds