taglinefilesource code
IGNPAR2789drivers/char/istallion.cif (tiosp->c_iflag & IGNPAR)
IGNPAR1621drivers/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;
IGNPAR2068drivers/char/stallion.cif (tiosp->c_iflag & IGNPAR) {
IGNPAR1339drivers/net/strip.ctty->termios->c_iflag |= IGNBRK |IGNPAR;/* Ignore breaks and parity errors. */
IGNPAR134include/linux/tty.h#define I_IGNPAR(tty)  _I_FLAG((tty),IGNPAR)