taglinefilesource code
IGNPAR2687drivers/char/istallion.cif (tiosp->c_iflag & IGNPAR)
IGNPAR1619drivers/char/pcxx.cunsigned res = iflag & (IGNBRK|BRKINT|IGNPAR|PARMRK|INPCK|ISTRIP|IXON|IXANY|IXOFF);
IGNPAR2681drivers/char/scc.cscc_driver.init_termios.c_iflag = IGNBRK | IGNPAR;
IGNPAR1987drivers/char/stallion.cif (tiosp->c_iflag & IGNPAR) {
IGNPAR1339drivers/net/strip.ctty->termios->c_iflag |= IGNBRK |IGNPAR;/* Ignore breaks and parity errors. */
IGNPAR136include/linux/tty.h#define I_IGNPAR(tty)  _I_FLAG((tty),IGNPAR)