tag | line | file | source code |
---|---|---|---|
IXON | 172 | include/linux/tty.h | #define I_IXON(tty) _I_FLAG((tty),IXON) |
IXON | 1482 | kernel/chr_drv/tty_io.c | tp->c_iflag = ICRNL | IXON; |
IXON | 1492 | kernel/chr_drv/tty_io.c | tp->c_iflag = ICRNL | IXON; |
IXON | 213 | kernel/chr_drv/tty_ioctl.c | if ((tmp_termio.c_iflag & IXON) && |
IXON | 214 | kernel/chr_drv/tty_ioctl.c | ~(tty->termios->c_iflag & IXON)) |
IXON | 220 | kernel/chr_drv/tty_ioctl.c | if (~(tmp_termio.c_iflag & IXON) && |
IXON | 221 | kernel/chr_drv/tty_ioctl.c | (tty->termios->c_iflag & IXON)) |