Searched refs:FLUSHO (Results 1 – 4 of 4) sorted by relevance
| /xnu-8796.141.3/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-8796.141.3/bsd/kern/ |
| H A D | tty.c | 543 if (ISSET(lflag, FLUSHO)) { in ttyinput() 544 CLR(tp->t_lflag, FLUSHO); in ttyinput() 551 SET(tp->t_lflag, FLUSHO); in ttyinput() 795 CLR(tp->t_lflag, FLUSHO); in ttyinput() 833 if (ISSET(tp->t_lflag, FLUSHO)) { in ttyoutput() 853 if (!ISSET(tp->t_lflag, FLUSHO)) { in ttyoutput() 886 if (!ISSET(tp->t_lflag, FLUSHO) && putc(c, &tp->t_outq)) { in ttyoutput() 1315 ISSET(tp->t_lflag, FLUSHO)) { in ttioctl_locked() 1316 CLR(tp->t_lflag, FLUSHO); in ttioctl_locked() 2431 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()
|