Home
last modified time | relevance | path

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

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