Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/
H A Dtty_common.c96 if (tc->t_iflag & IMAXBEL) { in ttycommon_qfull()
162 tc->t_iflag = cb->c_iflag; in ttycommon_ioctl()
194 tc->t_iflag = (tc->t_iflag & 0xffff0000 | cb->c_iflag); in ttycommon_ioctl()
H A Dtty_pts.c252 pty->pt_ttycommon.t_iflag = 0; in ptslopen()
698 tc->t_iflag = cb->c_iflag; in ptslioctl()
727 tc->t_iflag = (tc->t_iflag & 0xffff0000 | cb->c_iflag); in ptslioctl()
952 stop = (pty->pt_ttycommon.t_iflag & IXON) && in pt_sendstop()
H A Dasy.c1589 async->async_ttycommon.t_iflag = 0; in asyopen()
2097 if (!(IXON & async->async_ttycommon.t_iflag)) in asy_program()
2459 if (tp->t_iflag & IXON) { in async_rxint()
2472 if ((tp->t_iflag & IXANY) && in async_rxint()
2493 if (tp->t_iflag & INPCK) /* parity enabled */ in async_rxint()
2506 if ((tp->t_iflag & PARMRK) && in async_rxint()
2507 !(tp->t_iflag & (IGNPAR|ISTRIP)) && in async_rxint()
4600 if (!(async->async_ttycommon.t_iflag & IXOFF)) in async_flowcontrol_sw_input()
4673 if (!(async->async_ttycommon.t_iflag & IXON)) in async_flowcontrol_sw_output()
H A Dvcons.c170 pcommon->t_iflag = 0; in vt_init_ttycommon()
/titanic_41/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; in sm_link_req()
2169 uqi->sm_ttycommon->t_iflag = termiosp->c_iflag; in sm_open()
/titanic_41/usr/src/uts/sun/io/
H A Dzs_async.c812 za->za_ttycommon.t_iflag = 0; in zsa_open()
3055 if (za->za_ttycommon.t_iflag & INPCK) in zsa_program()
3191 if ((za->za_ttycommon.t_iflag & PARMRK) && in zsa_set_za_rcv_flags_mask()
3192 !(za->za_ttycommon.t_iflag & (IGNPAR|ISTRIP))) { in zsa_set_za_rcv_flags_mask()
3196 if (za->za_ttycommon.t_iflag & IXON) { in zsa_set_za_rcv_flags_mask()
3352 if (za->za_ttycommon.t_iflag & IGNBRK) printf(" t_ifl:IGNBRK"); in zsa_print_info()
3353 if (za->za_ttycommon.t_iflag & BRKINT) printf(" t_ifl:BRKINT"); in zsa_print_info()
3354 if (za->za_ttycommon.t_iflag & IGNPAR) printf(" t_ifl:IGNPAR"); in zsa_print_info()
3355 if (za->za_ttycommon.t_iflag & PARMRK) printf(" t_ifl:PARMRK"); in zsa_print_info()
3356 if (za->za_ttycommon.t_iflag & INPCK) printf(" t_ifl:INPCK"); in zsa_print_info()
[all …]
/titanic_41/usr/src/uts/common/sys/
H A Dtty.h43 tcflag_t t_iflag; /* copy of iflag from tty modes */ member
H A Dstrtty.h71 int t_iflag; /* input setting flags */ member
/titanic_41/usr/src/uts/common/xen/io/
H A Dxencons.c432 async->async_ttycommon.t_iflag = 0; in xenconsopen()
652 if (tp->t_iflag & IXON) { in xencons_rxint()
662 if ((tp->t_iflag & IXANY) && in xencons_rxint()
1437 if (!(async->async_ttycommon.t_iflag & IXON)) in xcasync_flowcontrol_sw_output()
1484 if (!(async->async_ttycommon.t_iflag & IXOFF)) in xcasync_flowcontrol_sw_input()
/titanic_41/usr/src/uts/common/io/usb/clients/usbser/
H A Dusbser.c1497 tp->t_iflag = 0; in usbser_open_init()
1561 tp->t_iflag = in usbser_check_port_props()
2198 if (!((tp->t_cflag & PARENB) && (tp->t_iflag & PARMRK) && in usbser_rx_massage_data()
2200 ((tp->t_iflag & (IGNPAR|ISTRIP)) == 0))) { in usbser_rx_massage_data()
2263 } else if (!(tp->t_iflag & INPCK) && (err & (DS_PARITY_ERR))) { in usbser_rx_massage_mbreak()
3137 flow_ctl = tp->t_iflag & (IXON | IXANY | IXOFF); in usbser_port_program()
3238 if (pp->port_ttycommon.t_iflag & IXOFF) { in usbser_inbound_flow_ctl()
/titanic_41/usr/src/uts/sun4/io/
H A Dsu_driver.c983 async->async_ttycommon.t_iflag = 0; in asyopen()
1840 if (tp->t_iflag & INPCK) /* parity enabled */ in async_rxint()
1852 if ((tp->t_iflag & PARMRK) && in async_rxint()
1853 !(tp->t_iflag & (IGNPAR|ISTRIP)) && in async_rxint()
1894 (async->async_ttycommon.t_iflag & IXOFF)) in async_rxint()
3724 if (async->async_ttycommon.t_iflag & IXOFF) { in asycheckflowcontrol_sw()