Searched refs:TIOCSTI (Results 1 – 15 of 15) sorted by relevance
/titanic_44/usr/src/cmd/mailx/ |
H A D | tty.c | 62 #ifndef TIOCSTI 99 #ifndef TIOCSTI 119 #ifndef TIOCSTI in grabh() 127 #ifndef TIOCSTI in grabh() 158 #ifndef TIOCSTI in grabh() 178 #ifndef TIOCSTI in readtty() 193 #ifndef TIOCSTI in readtty() 208 ioctl(0, TIOCSTI, &ch); in readtty() 211 ioctl(0, TIOCSTI, &ch); in readtty() 226 #ifndef TIOCSTI in readtty() [all …]
|
/titanic_44/usr/src/lib/libbc/inc/include/sys/ |
H A D | ttycom.h | 74 #define TIOCSTI _IOW('t', 114, char) /* simulate terminal input */ macro
|
/titanic_44/usr/src/uts/common/io/ |
H A D | tty_common.c | 262 case TIOCSTI: { in ttycommon_ioctl() 303 case TIOCSTI: in ttycommon_ioctl()
|
H A D | logindmux.c | 670 case TIOCSTI: in logdmuxlrput() 863 case TIOCSTI: in logdmuxlrsrv()
|
H A D | ptem.c | 772 case TIOCSTI: in ptemwmsg()
|
H A D | tty_pts.c | 556 case TIOCSTI: { in ptslioctl()
|
H A D | telmod.c | 763 case TIOCSTI: in telmodwput()
|
H A D | tty_pty.c | 455 error = ureadc(TIOCSTI&0xff, uio); in ptcread()
|
H A D | rlmod.c | 1235 case TIOCSTI: in rlmodwioctl()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | termios.h | 457 #define TIOCSTI (tIOC|23) /* simulate terminal input */ macro
|
/titanic_44/usr/src/lib/libbc/libc/sys/common/ |
H A D | ioctl.c | 179 case TIOCSTI: request = ('t'<<8)|23; in _bc_ioctl()
|
/titanic_44/usr/src/cmd/csh/ |
H A D | sh.file.c | 181 if (ioctl(SHIN, TIOCSTI, mbc + i) != 0 && in pushback()
|
/titanic_44/usr/src/cmd/truss/ |
H A D | codes.c | 364 { (uint_t)TIOCSTI, "TIOCSTI", NULL },
|
/titanic_44/usr/src/uts/sun/io/ttymux/ |
H A D | ttymux.c | 1210 case TIOCSTI: in sm_default_uwioctl()
|
/titanic_44/usr/src/uts/common/os/ |
H A D | streamio.c | 3152 case TIOCSTI: in job_control_type() 3380 case TIOCSTI: in strioctl()
|