Home
last modified time | relevance | path

Searched refs:FLUSHO (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/sys/
H A Dioctl_compat.h122 #define FLUSHO 0x00800000 /* flush output to terminal */ macro
142 #define LFLUSHO (FLUSHO>>16)
H A D_termios.h177 #define FLUSHO 0x00800000 /* output being flushed (state) */ macro
/f-stack/freebsd/kern/
H A Dtty_ttydisc.c98 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()
H A Dtty_compat.c329 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()
H A Dtty.c95 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()