Searched refs:FLUSHO (Results 1 – 4 of 4) sorted by relevance
| /xnu-12377.41.6/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-12377.41.6/bsd/kern/ |
| H A D | tty.c | 603 if (ISSET(lflag, FLUSHO)) { in ttyinput() 604 CLR(tp->t_lflag, FLUSHO); in ttyinput() 611 SET(tp->t_lflag, FLUSHO); in ttyinput() 855 CLR(tp->t_lflag, FLUSHO); in ttyinput() 893 if (ISSET(tp->t_lflag, FLUSHO)) { in ttyoutput() 913 if (!ISSET(tp->t_lflag, FLUSHO)) { in ttyoutput() 946 if (!ISSET(tp->t_lflag, FLUSHO) && putc(c, &tp->t_outq)) { in ttyoutput() 1425 ISSET(tp->t_lflag, FLUSHO)) { in ttioctl_locked() 1426 CLR(tp->t_lflag, FLUSHO); in ttioctl_locked() 2541 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()
|