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

/opensolaris-onvv-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
/opensolaris-onvv-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;
/opensolaris-onvv-gate/usr/src/uts/common/io/
H A Dtty_common.c98 if (tc->t_iflag & IMAXBEL) {
164 tc->t_iflag = cb->c_iflag;
196 tc->t_iflag = (tc->t_iflag & 0xffff0000 | cb->c_iflag);
H A Dtty_pts.c253 pty->pt_ttycommon.t_iflag = 0;
699 tc->t_iflag = cb->c_iflag;
728 tc->t_iflag = (tc->t_iflag & 0xffff0000 | cb->c_iflag);
953 stop = (pty->pt_ttycommon.t_iflag & IXON) &&
H A Dasy.c1588 async->async_ttycommon.t_iflag = 0;
2096 if (!(IXON & async->async_ttycommon.t_iflag))
2458 if (tp->t_iflag & IXON) {
2471 if ((tp->t_iflag & IXANY) &&
2492 if (tp->t_iflag & INPCK) /* parity enabled */
2505 if ((tp->t_iflag & PARMRK) &&
2506 !(tp->t_iflag & (IGNPAR|ISTRIP)) &&
4599 if (!(async->async_ttycommon.t_iflag & IXOFF))
4672 if (!(async->async_ttycommon.t_iflag & IXON))
H A Dvcons.c170 pcommon->t_iflag = 0;
/opensolaris-onvv-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...]
/opensolaris-onvv-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))
/opensolaris-onvv-gate/usr/src/uts/common/io/usb/clients/usbser/
H A Dusbser.c1496 tp->t_iflag = 0;
1560 tp->t_iflag =
2198 if (!((tp->t_cflag & PARENB) && (tp->t_iflag & PARMRK) &&
2200 ((tp->t_iflag & (IGNPAR|ISTRIP)) == 0))) {
2263 } else if (!(tp->t_iflag & INPCK) && (err & (DS_PARITY_ERR))) {
3137 flow_ctl = tp->t_iflag & (IXON | IXANY | IXOFF);
3238 if (pp->port_ttycommon.t_iflag & IXOFF) {
/opensolaris-onvv-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 234 milliseconds