Home
last modified time | relevance | path

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

/xnu-10002.81.5/bsd/kern/
H A Dtty.c498 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()
1352 if (ISSET(t->c_lflag, ICANON) != ISSET(tp->t_lflag, ICANON) && in ttioctl_locked()
[all …]
H A Dtty_dev.c279 tp->t_lflag = TTYDEF_LFLAG; in ptsopen()
516 tp->t_lflag &= ~EXTPROC; in ptcopen()
849 if (tp->t_canq.c_cc == 0 && (tp->t_lflag & ICANON)) {
915 (tp->t_canq.c_cc > 0 || !(tp->t_lflag & ICANON))) {
1008 tp->t_lflag |= EXTPROC;
1010 if ((tp->t_lflag & EXTPROC) &&
1015 tp->t_lflag &= ~EXTPROC;
1070 if ((tp->t_lflag & NOFLSH) == 0) {
1074 ((tp->t_lflag & NOKERNINFO) == 0)) {
1171 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.c871 if (tp->t_canq.c_cc == 0 && (tp->t_lflag & ICANON)) { in ptmx_kqops_common()
/xnu-10002.81.5/bsd/sys/
H A Dtty.h162 #define t_lflag t_termios.c_lflag macro
/xnu-10002.81.5/bsd/dev/i386/
H A Dkm.c110 tp->t_lflag = TTYDEF_LFLAG; in kmopen()
/xnu-10002.81.5/bsd/dev/arm/
H A Dkm.c87 tp->t_lflag = TTYDEF_LFLAG; in kmopen()