tag | line | file | source code |
---|---|---|---|
PARMRK | 2795 | drivers/char/istallion.c | if (tiosp->c_iflag & (INPCK | PARMRK)) |
PARMRK | 1621 | drivers/char/pcxx.c | unsigned res = iflag & (IGNBRK|BRKINT|IGNPAR|PARMRK|INPCK|ISTRIP|IXON|IXANY|IXOFF); |
PARMRK | 2078 | drivers/char/stallion.c | if (tiosp->c_iflag & (INPCK | PARMRK)) |
PARMRK | 135 | include/linux/tty.h | #define I_PARMRK(tty) _I_FLAG((tty),PARMRK) |