Searched refs:FLUSHO (Results 1 – 4 of 4) sorted by relevance
| /xnu-8019.80.24/bsd/sys/ |
| H A D | ioctl_compat.h | 167 #define FLUSHO 0x00800000 /* flush output to terminal */ macro 187 #define LFLUSHO (FLUSHO>>16)
|
| H A D | termios.h | 257 #define FLUSHO 0x00800000 /* output being flushed (state) */ macro
|
| /xnu-8019.80.24/bsd/kern/ |
| H A D | tty.c | 542 if (ISSET(lflag, FLUSHO)) { in ttyinput() 543 CLR(tp->t_lflag, FLUSHO); in ttyinput() 550 SET(tp->t_lflag, FLUSHO); in ttyinput() 794 CLR(tp->t_lflag, FLUSHO); in ttyinput() 832 if (ISSET(tp->t_lflag, FLUSHO)) { in ttyoutput() 852 if (!ISSET(tp->t_lflag, FLUSHO)) { in ttyoutput() 885 if (!ISSET(tp->t_lflag, FLUSHO) && putc(c, &tp->t_outq)) { in ttyoutput() 1314 ISSET(tp->t_lflag, FLUSHO)) { in ttioctl_locked() 1315 CLR(tp->t_lflag, FLUSHO); in ttioctl_locked() 2430 if (ISSET(tp->t_lflag, FLUSHO)) { in ttwrite() [all …]
|
| H A D | tty_compat.c | 620 flags |= lflag & (ECHO | TOSTOP | FLUSHO | PENDIN | NOFLSH); in ttcompatgetflags() 787 lflag &= ~(TOSTOP | FLUSHO | PENDIN | NOFLSH); in ttcompatsetlflags() 788 lflag |= flags & (TOSTOP | FLUSHO | PENDIN | NOFLSH); in ttcompatsetlflags()
|