Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/dev/i386/
H A Dkm.c113 tp->t_iflag = TTYDEF_IFLAG; in kmopen()
/xnu-8019.80.24/bsd/sys/
H A Dtty.h159 #define t_iflag t_termios.c_iflag macro
/xnu-8019.80.24/bsd/dev/arm/
H A Dkm.c90 tp->t_iflag = TTYDEF_IFLAG; in kmopen()
/xnu-8019.80.24/bsd/kern/
H A Dtty.c459 iflag = tp->t_iflag; in ttyinput()
1270 tp->t_iflag = t->c_iflag; in ttioctl_locked()
1757 if (ISSET(tp->t_iflag, IXOFF)) { in ttyflush()
1812 if (ISSET(tp->t_iflag, IXOFF) && tp->t_cc[VSTOP] != _POSIX_VDISABLE && in ttyblock()
1833 if (ISSET(tp->t_iflag, IXOFF) && tp->t_cc[VSTART] != _POSIX_VDISABLE && in ttyunblock()
2594 if (!(ISSET(tp->t_iflag, IUTF8) && CCONT(c))) { in ttyrub()
H A Dtty_dev.c274 tp->t_iflag = TTYDEF_IFLAG; in ptsopen()
1155 stop = (tp->t_iflag & IXON) && CCEQ(cc[VSTOP], CTRL('s'))
H A Dtty_compat.c555 tcflag_t iflag = tp->t_iflag; in ttcompatgetflags()