Searched refs:t_iflag (Results 1 – 12 of 12) sorted by relevance
96 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()
252 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()
1589 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()
170 pcommon->t_iflag = 0; in vt_init_ttycommon()
145 qi->sm_ttycommon->t_iflag = \146 (qi->sm_ttycommon->t_iflag & 0xffff0000 | (tc)->c_iflag)
915 plqi->sm_ttycommon->t_iflag = 0; in sm_link_req()2169 uqi->sm_ttycommon->t_iflag = termiosp->c_iflag; in sm_open()
812 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 …]
43 tcflag_t t_iflag; /* copy of iflag from tty modes */ member
71 int t_iflag; /* input setting flags */ member
432 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()
1497 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()
983 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()