Home
last modified time | relevance | path

Searched refs:t_lflag (Results 1 – 7 of 7) sorted by relevance

/xnu-8796.121.2/bsd/kern/
H A Dtty.c438 lflag = tp->t_lflag; in ttyinput()
544 CLR(tp->t_lflag, FLUSHO); in ttyinput()
551 SET(tp->t_lflag, FLUSHO); in ttyinput()
623 if (!ISSET(tp->t_lflag, EXTPROC) && ISSET(lflag, ICANON)) { in ttyinput()
795 CLR(tp->t_lflag, FLUSHO); in ttyinput()
833 if (ISSET(tp->t_lflag, FLUSHO)) { in ttyoutput()
851 ISSET(oflag, OXTABS) && !ISSET(tp->t_lflag, EXTPROC)) { 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()
1248 if (ISSET(t->c_lflag, ICANON) != ISSET(tp->t_lflag, ICANON) && in ttioctl_locked()
[all …]
H A Dtty_dev.c277 tp->t_lflag = TTYDEF_LFLAG; in ptsopen()
508 tp->t_lflag &= ~EXTPROC; in ptcopen()
819 if (tp->t_canq.c_cc == 0 && (tp->t_lflag & ICANON)) {
885 (tp->t_canq.c_cc > 0 || !(tp->t_lflag & ICANON))) {
978 tp->t_lflag |= EXTPROC;
980 if ((tp->t_lflag & EXTPROC) &&
985 tp->t_lflag &= ~EXTPROC;
1040 if ((tp->t_lflag & NOFLSH) == 0) {
1044 ((tp->t_lflag & NOKERNINFO) == 0)) {
1141 if ((tp->t_lflag & EXTPROC) && (pti->pt_flags & PF_PKT)) {
H A Dtty_compat.c556 tcflag_t lflag = tp->t_lflag; in ttcompatgetflags()
H A Dtty_ptmx.c868 if (tp->t_canq.c_cc == 0 && (tp->t_lflag & ICANON)) { in ptmx_kqops_common()
/xnu-8796.121.2/bsd/sys/
H A Dtty.h161 #define t_lflag t_termios.c_lflag macro
/xnu-8796.121.2/bsd/dev/i386/
H A Dkm.c116 tp->t_lflag = TTYDEF_LFLAG; in kmopen()
/xnu-8796.121.2/bsd/dev/arm/
H A Dkm.c93 tp->t_lflag = TTYDEF_LFLAG; in kmopen()