Searched refs:t_lflag (Results 1 – 7 of 7) sorted by relevance
| /xnu-12377.41.6/bsd/kern/ |
| H A D | tty.c | 498 lflag = tp->t_lflag; in ttyinput() 604 CLR(tp->t_lflag, FLUSHO); in ttyinput() 611 SET(tp->t_lflag, FLUSHO); in ttyinput() 683 if (!ISSET(tp->t_lflag, EXTPROC) && ISSET(lflag, ICANON)) { in ttyinput() 855 CLR(tp->t_lflag, FLUSHO); in ttyinput() 893 if (ISSET(tp->t_lflag, FLUSHO)) { in ttyoutput() 911 ISSET(oflag, OXTABS) && !ISSET(tp->t_lflag, EXTPROC)) { 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() 1358 if (ISSET(t->c_lflag, ICANON) != ISSET(tp->t_lflag, ICANON) && in ttioctl_locked() [all …]
|
| H A D | tty_dev.c | 284 tp->t_lflag = TTYDEF_LFLAG; in ptsopen() 521 tp->t_lflag &= ~EXTPROC; in ptcopen() 854 if (tp->t_canq.c_cc == 0 && (tp->t_lflag & ICANON)) { 920 (tp->t_canq.c_cc > 0 || !(tp->t_lflag & ICANON))) { 1013 tp->t_lflag |= EXTPROC; 1015 if ((tp->t_lflag & EXTPROC) && 1020 tp->t_lflag &= ~EXTPROC; 1075 if ((tp->t_lflag & NOFLSH) == 0) { 1079 ((tp->t_lflag & NOKERNINFO) == 0)) { 1191 if ((tp->t_lflag & EXTPROC) && (pti->pt_flags & PF_PKT)) {
|
| H A D | tty_compat.c | 556 tcflag_t lflag = tp->t_lflag; in ttcompatgetflags()
|
| H A D | tty_ptmx.c | 875 if (tp->t_canq.c_cc == 0 && (tp->t_lflag & ICANON)) { in ptmx_kqops_common()
|
| /xnu-12377.41.6/bsd/sys/ |
| H A D | tty.h | 162 #define t_lflag t_termios.c_lflag macro
|
| /xnu-12377.41.6/bsd/dev/i386/ |
| H A D | km.c | 110 tp->t_lflag = TTYDEF_LFLAG; in kmopen()
|
| /xnu-12377.41.6/bsd/dev/arm/ |
| H A D | km.c | 87 tp->t_lflag = TTYDEF_LFLAG; in kmopen()
|