Searched refs:TIOCPKT_NOSTOP (Results 1 – 6 of 6) sorted by relevance
45 #define TIOCPKT_NOSTOP 0x10 /* no more ^S, ^Q */ macro
122 #define TIOCPKT_NOSTOP 0x10 /* no more ^S, ^Q */ macro
82 #define TIOCPKT_NOSTOP 0x10 /* no more ^S, ^Q */ macro
1146 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()
958 pty->pt_send &= ~TIOCPKT_NOSTOP; in pt_sendstop()966 pty->pt_send |= TIOCPKT_NOSTOP; in pt_sendstop()
1176 if (!eight && (mark & TIOCPKT_NOSTOP)) { in oob()