Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dtty_common.c97 if (tc->t_iflag & IMAXBEL) { in ttycommon_qfull()
163 tc->t_iflag = cb->c_iflag; in ttycommon_ioctl()
195 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()
700 tc->t_iflag = cb->c_iflag; in ptslioctl()
729 tc->t_iflag = (tc->t_iflag & 0xffff0000 | cb->c_iflag); in ptslioctl()
954 stop = (pty->pt_ttycommon.t_iflag & IXON) && in pt_sendstop()
H A Dasy.c2283 async->async_ttycommon.t_iflag = 0; in asyopen()
2746 if (!(IXON & async->async_ttycommon.t_iflag)) in asy_program()
3129 if (tp->t_iflag & IXON) { in async_rxint()
3142 if ((tp->t_iflag & IXANY) && in async_rxint()
3163 if (tp->t_iflag & INPCK) /* parity enabled */ in async_rxint()
3176 if ((tp->t_iflag & PARMRK) && in async_rxint()
3177 !(tp->t_iflag & (IGNPAR|ISTRIP)) && in async_rxint()
5205 if (!(async->async_ttycommon.t_iflag & IXOFF)) in async_flowcontrol_sw_input()
5276 if (!(async->async_ttycommon.t_iflag & IXON)) in async_flowcontrol_sw_output()
H A Dvcons.c170 pcommon->t_iflag = 0; in vt_init_ttycommon()
/illumos-gate/usr/src/uts/sun/io/
H A Dzs_async.c813 za->za_ttycommon.t_iflag = 0; in zsa_open()
3058 if (za->za_ttycommon.t_iflag & INPCK) in zsa_program()
3194 if ((za->za_ttycommon.t_iflag & PARMRK) && in zsa_set_za_rcv_flags_mask()
3195 !(za->za_ttycommon.t_iflag & (IGNPAR|ISTRIP))) { in zsa_set_za_rcv_flags_mask()
3199 if (za->za_ttycommon.t_iflag & IXON) { in zsa_set_za_rcv_flags_mask()
3355 if (za->za_ttycommon.t_iflag & IGNBRK) printf(" t_ifl:IGNBRK"); in zsa_print_info()
3356 if (za->za_ttycommon.t_iflag & BRKINT) printf(" t_ifl:BRKINT"); in zsa_print_info()
3357 if (za->za_ttycommon.t_iflag & IGNPAR) printf(" t_ifl:IGNPAR"); in zsa_print_info()
3358 if (za->za_ttycommon.t_iflag & PARMRK) printf(" t_ifl:PARMRK"); in zsa_print_info()
3359 if (za->za_ttycommon.t_iflag & INPCK) printf(" t_ifl:INPCK"); in zsa_print_info()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dtty.h41 tcflag_t t_iflag; /* copy of iflag from tty modes */ member
H A Dstrtty.h69 int t_iflag; /* input setting flags */ member
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxencons.c432 async->async_ttycommon.t_iflag = 0; in xenconsopen()
656 if (tp->t_iflag & IXON) { in xencons_rxint()
666 if ((tp->t_iflag & IXANY) && in xencons_rxint()
1441 if (!(async->async_ttycommon.t_iflag & IXON)) in xcasync_flowcontrol_sw_output()
1488 if (!(async->async_ttycommon.t_iflag & IXOFF)) in xcasync_flowcontrol_sw_input()
/illumos-gate/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()
2197 if (!((tp->t_cflag & PARENB) && (tp->t_iflag & PARMRK) && in usbser_rx_massage_data()
2199 ((tp->t_iflag & (IGNPAR|ISTRIP)) == 0))) { in usbser_rx_massage_data()
2262 } else if (!(tp->t_iflag & INPCK) && (err & (DS_PARITY_ERR))) { in usbser_rx_massage_mbreak()
3136 flow_ctl = tp->t_iflag & (IXON | IXANY | IXOFF); in usbser_port_program()
3237 if (pp->port_ttycommon.t_iflag & IXOFF) { in usbser_inbound_flow_ctl()
/illumos-gate/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()
3726 if (async->async_ttycommon.t_iflag & IXOFF) { in asycheckflowcontrol_sw()