Searched refs:IXOFF (Results 26 - 48 of 48) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/rc/
H A Dinit.c76 tty.c_iflag = ICRNL | IXON | IXOFF;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/serial/
H A Dkl5kusb105.c771 if( (iflag & IXOFF) != (old_iflag & IXOFF)
H A Ddigi_acceleport.c1102 if( (iflag&IXOFF) != (old_iflag&IXOFF)
1107 if( (iflag&IXOFF) )
H A Dkobil_sct.c242 port->tty->termios->c_iflag = IGNBRK | IGNPAR | IXOFF;
H A Dmct_u232.c617 if ((iflag & IXOFF) || (iflag & IXON) || (cflag & CRTSCTS))
H A Dftdi_sio.c1785 * Check the IXOFF status in the iflag component of the termios structure
1786 * if IXOFF is not set, the pre-xon/xoff code is executed.
1788 if (iflag & IXOFF) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/rio/
H A Drioparam.c313 if (TtyP->termios->c_iflag & IXOFF) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Dtelnetd.c287 termbuf.c_iflag &= ~IXOFF;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dtty.h134 #define I_IXOFF(tty) _I_FLAG((tty),IXOFF)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/jsm/
H A Djsm_neo.c163 jsm_printk(PARAM, INFO, &ch->ch_bd->pci_dev, "Setting IXOFF FLOW\n");
247 if (ch->ch_c_iflag & IXOFF)
1091 else if (ch->ch_c_iflag & IXOFF) {
H A Djsm_tty.c798 * 2) SWFLOW (IXOFF) - Keep trying to send a stop character to
815 else if (ch->ch_c_iflag & IXOFF) {
835 * 2) SWFLOW (IXOFF) - Send a start character to
852 else if (ch->ch_c_iflag & IXOFF && ch->ch_stops_sent) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Dstty.c200 MI_ENTRY("ixoff", input, SANE_UNSET | REV, IXOFF, 0 ),
201 MI_ENTRY("tandem", input, REV | OMIT, IXOFF, 0 ),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dser_a2232.c366 However, IXOFF means _input_ flow control and I wonder
373 softflow = !!( port->gs.tty->termios->c_iflag & IXOFF );
H A Dstallion.c3280 if (tty->termios->c_iflag & IXOFF) {
3300 if (tty->termios->c_iflag & IXOFF) {
3962 if (tiosp->c_iflag & IXOFF)
4203 if (tty->termios->c_iflag & IXOFF) {
4226 if (tty->termios->c_iflag & IXOFF) {
H A Dmoxa.c929 if (ts->c_iflag & IXOFF)
2080 if (termio->c_iflag & (IXON | IXOFF | IXANY)) {
H A Dmxser.c94 IXON|IXOFF))
1602 if (iflag & (IXON | IXOFF))
H A Dmxser_new.c76 IXON|IXOFF))
1615 if (iflag & (IXON | IXOFF))
H A Depca.c1928 INPCK | ISTRIP|IXON|IXANY|IXOFF);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/init/
H A Dinit.c224 tty.c_iflag = ICRNL | IXON | IXOFF;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/loginutils/
H A Dgetty.c584 tp->c_iflag |= IXON | IXOFF; /* 2-way flow control */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/ip2/
H A Dip2main.c2581 if ((iflag & (IXOFF))^(o_tios->c_iflag & (IXOFF)))
2583 if ( iflag & IXOFF ) { // Enable XOFF output flow control
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/
H A Dsys-linux.c932 tios.c_iflag |= IXON | IXOFF;
H A Dsys-solaris.c1238 tios.c_iflag |= IXON | IXOFF;

Completed in 179 milliseconds

12