Home
last modified time | relevance | path

Searched refs:PENDIN (Results 1 – 4 of 4) sorted by relevance

/xnu-8019.80.24/bsd/sys/
H A Dioctl_compat.h173 #define PENDIN 0x20000000 /* tp->t_rawq needs reread */ macro
192 #define LPENDIN (PENDIN>>16)
H A Dtermios.h259 #define PENDIN 0x20000000 /* XXX retype pending input (state) */ macro
/xnu-8019.80.24/bsd/kern/
H A Dtty_compat.c620 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()
H A Dtty.c438 if (ISSET(lflag, PENDIN)) { in ttyinput()
1250 SET(tp->t_lflag, PENDIN); in ttioctl_locked()
1266 CLR(tp->t_lflag, PENDIN); in ttioctl_locked()
1280 tp->t_lflag = t->c_lflag | ISSET(tp->t_lflag, PENDIN); in ttioctl_locked()
1619 if (ISSET(tp->t_lflag, PENDIN)) { in ttnread()
1736 CLR(tp->t_lflag, PENDIN); in ttyflush()
1969 CLR(tp->t_lflag, PENDIN); in ttypend()
2011 if (ISSET(lflag, PENDIN)) { in ttread()