Home
last modified time | relevance | path

Searched refs:TIOCPKT_NOSTOP (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/uts/common/sys/
H A Drlioctl.h45 #define TIOCPKT_NOSTOP 0x10 /* no more ^S, ^Q */ macro
H A Dptyvar.h122 #define TIOCPKT_NOSTOP 0x10 /* no more ^S, ^Q */ macro
/titanic_44/usr/src/lib/libbc/inc/include/sys/
H A Dttycom.h82 #define TIOCPKT_NOSTOP 0x10 /* no more ^S, ^Q */ macro
/titanic_44/usr/src/uts/common/io/
H A Drlmod.c1146 if (rmip->stopmode == TIOCPKT_NOSTOP) { in tty_flow()
1162 cntl = rmip->oobdata[0] | TIOCPKT_NOSTOP; in tty_flow()
1172 rmip->stopmode = TIOCPKT_NOSTOP; in tty_flow()
H A Dtty_pts.c958 pty->pt_send &= ~TIOCPKT_NOSTOP; in pt_sendstop()
966 pty->pt_send |= TIOCPKT_NOSTOP; in pt_sendstop()
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/
H A Drlogin.c1176 if (!eight && (mark & TIOCPKT_NOSTOP)) { in oob()