Searched refs:TIOCSTI (Results 1 – 12 of 12) sorted by relevance
/illumos-gate/usr/src/cmd/mailx/ |
H A D | tty.c | 60 #ifndef TIOCSTI 97 #ifndef TIOCSTI 117 #ifndef TIOCSTI in grabh() 125 #ifndef TIOCSTI in grabh() 156 #ifndef TIOCSTI in grabh() 176 #ifndef TIOCSTI in readtty() 191 #ifndef TIOCSTI in readtty() 206 ioctl(0, TIOCSTI, &ch); in readtty() 209 ioctl(0, TIOCSTI, &ch); in readtty() 224 #ifndef TIOCSTI in readtty() [all …]
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | tty_common.c | 263 case TIOCSTI: { in ttycommon_ioctl() 304 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 | 776 case TIOCSTI: in ptemwmsg()
|
H A D | tty_pts.c | 558 case TIOCSTI: { in ptslioctl()
|
H A D | telmod.c | 763 case TIOCSTI: in telmodwput()
|
H A D | tty_pty.c | 450 error = ureadc(TIOCSTI&0xff, uio); in ptcread()
|
H A D | rlmod.c | 1234 case TIOCSTI: in rlmodwioctl()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | termios.h | 459 #define TIOCSTI (tIOC|23) /* simulate terminal input */ macro
|
/illumos-gate/usr/src/cmd/csh/ |
H A D | sh.file.c | 179 if (ioctl(SHIN, TIOCSTI, mbc + i) != 0 && in pushback()
|
/illumos-gate/usr/src/cmd/truss/ |
H A D | codes.c | 381 { (uint_t)TIOCSTI, "TIOCSTI", NULL }, /* 23 */
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | streamio.c | 3242 case TIOCSTI: in job_control_type() 3470 case TIOCSTI: in strioctl()
|