Home
last modified time | relevance | path

Searched refs:t_iflag (Results 1 – 6 of 6) sorted by relevance

/xnu-10002.81.5/bsd/sys/
H A Dtty.h160 #define t_iflag t_termios.c_iflag macro
/xnu-10002.81.5/bsd/dev/i386/
H A Dkm.c107 tp->t_iflag = TTYDEF_IFLAG; in kmopen()
/xnu-10002.81.5/bsd/dev/arm/
H A Dkm.c84 tp->t_iflag = TTYDEF_IFLAG; in kmopen()
/xnu-10002.81.5/bsd/kern/
H A Dtty.c520 iflag = tp->t_iflag; in ttyinput()
1375 tp->t_iflag = t->c_iflag; in ttioctl_locked()
1862 if (ISSET(tp->t_iflag, IXOFF)) { in ttyflush()
1917 if (ISSET(tp->t_iflag, IXOFF) && tp->t_cc[VSTOP] != _POSIX_VDISABLE && in ttyblock()
1938 if (ISSET(tp->t_iflag, IXOFF) && tp->t_cc[VSTART] != _POSIX_VDISABLE && in ttyunblock()
2699 if (!(ISSET(tp->t_iflag, IUTF8) && CCONT(c))) { in ttyrub()
H A Dtty_dev.c277 tp->t_iflag = TTYDEF_IFLAG; in ptsopen()
1193 stop = (tp->t_iflag & IXON) && CCEQ(cc[VSTOP], CTRL('s'))
H A Dtty_compat.c555 tcflag_t iflag = tp->t_iflag; in ttcompatgetflags()