tag | line | file | source code |
---|---|---|---|
IXON | 2771 | drivers/char/istallion.c | if (tiosp->c_iflag & IXON) { |
IXON | 2175 | drivers/char/stallion.c | if (tiosp->c_iflag & IXON) { |
IXON | 1804 | drivers/char/tty_io.c | tty_std_termios.c_iflag = ICRNL | IXON; |
IXON | 120 | drivers/char/tty_ioctl.c | int old_flow = ((old_termios.c_iflag & IXON) && |
IXON | 253 | drivers/char/tty_ioctl.c | termios->c_iflag = ICRNL | IXON; |
IXON | 138 | include/linux/tty.h | #define I_IXON(tty) _I_FLAG((tty),IXON) |