Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/dev/i386/
H A Dkm.c113 tp->t_iflag = TTYDEF_IFLAG; in kmopen()
/xnu-8796.141.3/bsd/sys/
H A Dtty.h159 #define t_iflag t_termios.c_iflag macro
/xnu-8796.141.3/bsd/dev/arm/
H A Dkm.c90 tp->t_iflag = TTYDEF_IFLAG; in kmopen()
/xnu-8796.141.3/bsd/kern/
H A Dtty.c460 iflag = tp->t_iflag; in ttyinput()
1271 tp->t_iflag = t->c_iflag; in ttioctl_locked()
1758 if (ISSET(tp->t_iflag, IXOFF)) { in ttyflush()
1813 if (ISSET(tp->t_iflag, IXOFF) && tp->t_cc[VSTOP] != _POSIX_VDISABLE && in ttyblock()
1834 if (ISSET(tp->t_iflag, IXOFF) && tp->t_cc[VSTART] != _POSIX_VDISABLE && in ttyunblock()
2595 if (!(ISSET(tp->t_iflag, IUTF8) && CCONT(c))) { in ttyrub()
H A Dtty_dev.c277 tp->t_iflag = TTYDEF_IFLAG; in ptsopen()
1171 stop = (tp->t_iflag & IXON) && CCEQ(cc[VSTOP], CTRL('s'))
H A Dtty_compat.c555 tcflag_t iflag = tp->t_iflag; in ttcompatgetflags()