taglinefilesource code
IGNBRK2721drivers/char/istallion.cif (tiosp->c_iflag & IGNBRK)
IGNBRK1619drivers/char/pcxx.cunsigned res = iflag & (IGNBRK|BRKINT|IGNPAR|PARMRK|INPCK|ISTRIP|IXON|IXANY|IXOFF);
IGNBRK2681drivers/char/scc.cscc_driver.init_termios.c_iflag = IGNBRK | IGNPAR;
IGNBRK1991drivers/char/stallion.cif (tiosp->c_iflag & IGNBRK) {
IGNBRK1339drivers/net/strip.ctty->termios->c_iflag |= IGNBRK |IGNPAR;/* Ignore breaks and parity errors. */
IGNBRK132include/linux/tty.h#define I_IGNBRK(tty)  _I_FLAG((tty),IGNBRK)