Searched refs:t_iflag (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dtty.h43 tcflag_t t_iflag; /* copy of iflag from tty modes */ member in struct:tty_common
H A Dstrtty.h71 int t_iflag; /* input setting flags */ member in struct:strtty
/illumos-gate/usr/src/uts/sun/io/ttymux/
H A Dttymux_impl.h145 qi->sm_ttycommon->t_iflag = \
146 (qi->sm_ttycommon->t_iflag & 0xffff0000 | (tc)->c_iflag)
H A Dttymux.c915 plqi->sm_ttycommon->t_iflag = 0;
2169 uqi->sm_ttycommon->t_iflag = termiosp->c_iflag;
/illumos-gate/usr/src/uts/common/io/
H A Dtty_common.c96 if (tc->t_iflag & IMAXBEL) {
162 tc->t_iflag = cb->c_iflag;
194 tc->t_iflag = (tc->t_iflag & 0xffff0000 | cb->c_iflag);
H A Dtty_pts.c252 pty->pt_ttycommon.t_iflag = 0;
698 tc->t_iflag = cb->c_iflag;
727 tc->t_iflag = (tc->t_iflag & 0xffff0000 | cb->c_iflag);
952 stop = (pty->pt_ttycommon.t_iflag & IXON) &&
H A Dasy.c1589 async->async_ttycommon.t_iflag = 0;
2097 if (!(IXON & async->async_ttycommon.t_iflag))
2459 if (tp->t_iflag & IXON) {
2472 if ((tp->t_iflag & IXANY) &&
2493 if (tp->t_iflag & INPCK) /* parity enabled */
2506 if ((tp->t_iflag & PARMRK) &&
2507 !(tp->t_iflag & (IGNPAR|ISTRIP)) &&
4600 if (!(async->async_ttycommon.t_iflag & IXOFF))
4673 if (!(async->async_ttycommon.t_iflag & IXON))
H A Dvcons.c170 pcommon->t_iflag = 0;
/illumos-gate/usr/src/uts/sun/io/
H A Dzs_async.c812 za->za_ttycommon.t_iflag = 0;
3055 if (za->za_ttycommon.t_iflag & INPCK)
3191 if ((za->za_ttycommon.t_iflag & PARMRK) &&
3192 !(za->za_ttycommon.t_iflag & (IGNPAR|ISTRIP))) {
3196 if (za->za_ttycommon.t_iflag & IXON) {
3352 if (za->za_ttycommon.t_iflag & IGNBRK) printf(" t_ifl:IGNBRK");
3353 if (za->za_ttycommon.t_iflag & BRKINT) printf(" t_ifl:BRKINT");
3354 if (za->za_ttycommon.t_iflag & IGNPAR) printf(" t_ifl:IGNPAR");
3355 if (za->za_ttycommon.t_iflag & PARMRK) printf(" t_ifl:PARMRK");
3356 if (za->za_ttycommon.t_iflag
[all...]
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxencons.c432 async->async_ttycommon.t_iflag = 0;
652 if (tp->t_iflag & IXON) {
662 if ((tp->t_iflag & IXANY) &&
1437 if (!(async->async_ttycommon.t_iflag & IXON))
1484 if (!(async->async_ttycommon.t_iflag & IXOFF))
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/
H A Dusbser.c1497 tp->t_iflag = 0;
1561 tp->t_iflag =
2197 if (!((tp->t_cflag & PARENB) && (tp->t_iflag & PARMRK) &&
2199 ((tp->t_iflag & (IGNPAR|ISTRIP)) == 0))) {
2262 } else if (!(tp->t_iflag & INPCK) && (err & (DS_PARITY_ERR))) {
3136 flow_ctl = tp->t_iflag & (IXON | IXANY | IXOFF);
3237 if (pp->port_ttycommon.t_iflag & IXOFF) {
/illumos-gate/usr/src/uts/sun4/io/
H A Dsu_driver.c983 async->async_ttycommon.t_iflag = 0;
1840 if (tp->t_iflag & INPCK) /* parity enabled */
1852 if ((tp->t_iflag & PARMRK) &&
1853 !(tp->t_iflag & (IGNPAR|ISTRIP)) &&
1894 (async->async_ttycommon.t_iflag & IXOFF))
3724 if (async->async_ttycommon.t_iflag & IXOFF) {

Completed in 107 milliseconds