Searched refs:FLUSHO (Results 1 – 5 of 5) sorted by relevance
122 #define FLUSHO 0x00800000 /* flush output to terminal */ macro142 #define LFLUSHO (FLUSHO>>16)
177 #define FLUSHO 0x00800000 /* output being flushed (state) */ macro
98 tp->t_termios.c_lflag &= ~FLUSHO; in ttydisc_close()478 if (CMP_FLAG(l, FLUSHO)) { in ttydisc_write()505 if (CMP_FLAG(l, FLUSHO)) { in ttydisc_write()645 if (CMP_FLAG(l, FLUSHO)) in ttydisc_echo_force()900 tp->t_termios.c_lflag &= ~FLUSHO; in ttydisc_rint()929 if (CMP_FLAG(l, FLUSHO)) { in ttydisc_rint()930 tp->t_termios.c_lflag &= ~FLUSHO; in ttydisc_rint()936 tp->t_termios.c_lflag |= FLUSHO; in ttydisc_rint()
329 flags |= lflag&(ECHO|TOSTOP|FLUSHO|PENDIN|NOFLSH); in ttcompatgetflags()454 lflag &= ~(TOSTOP|FLUSHO|PENDIN|NOFLSH); in ttcompatsetlflags()455 lflag |= flags&(TOSTOP|FLUSHO|PENDIN|NOFLSH); in ttcompatsetlflags()
95 FLUSHO|NOKERNINFO|NOFLSH)1488 tp->t_termios.c_lflag &= ~FLUSHO; in tty_signal_sessleader()1514 tp->t_termios.c_lflag &= ~FLUSHO; in tty_signal_pgrp()1959 tp->t_termios.c_lflag &= ~FLUSHO; in tty_generic_ioctl()