Searched refs:t_lflag (Results 1 – 7 of 7) sorted by relevance
| /xnu-8019.80.24/bsd/kern/ |
| H A D | tty.c | 437 lflag = tp->t_lflag; in ttyinput() 543 CLR(tp->t_lflag, FLUSHO); in ttyinput() 550 SET(tp->t_lflag, FLUSHO); in ttyinput() 622 if (!ISSET(tp->t_lflag, EXTPROC) && ISSET(lflag, ICANON)) { in ttyinput() 794 CLR(tp->t_lflag, FLUSHO); in ttyinput() 832 if (ISSET(tp->t_lflag, FLUSHO)) { in ttyoutput() 850 ISSET(oflag, OXTABS) && !ISSET(tp->t_lflag, EXTPROC)) { 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() 1247 if (ISSET(t->c_lflag, ICANON) != ISSET(tp->t_lflag, ICANON) && in ttioctl_locked() [all …]
|
| H A D | tty_dev.c | 276 tp->t_lflag = TTYDEF_LFLAG; in ptsopen() 507 tp->t_lflag &= ~EXTPROC; in ptcopen() 811 if (tp->t_canq.c_cc == 0 && (tp->t_lflag & ICANON)) { 877 (tp->t_canq.c_cc > 0 || !(tp->t_lflag & ICANON))) { 970 tp->t_lflag |= EXTPROC; 972 if ((tp->t_lflag & EXTPROC) && 977 tp->t_lflag &= ~EXTPROC; 1032 if ((tp->t_lflag & NOFLSH) == 0) { 1036 ((tp->t_lflag & NOKERNINFO) == 0)) { 1133 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 | 860 if (tp->t_canq.c_cc == 0 && (tp->t_lflag & ICANON)) { in ptmx_kqops_common()
|
| /xnu-8019.80.24/bsd/dev/i386/ |
| H A D | km.c | 116 tp->t_lflag = TTYDEF_LFLAG; in kmopen()
|
| /xnu-8019.80.24/bsd/sys/ |
| H A D | tty.h | 161 #define t_lflag t_termios.c_lflag macro
|
| /xnu-8019.80.24/bsd/dev/arm/ |
| H A D | km.c | 93 tp->t_lflag = TTYDEF_LFLAG; in kmopen()
|