tag
line
file
source code
IGNBRK
2730
drivers/char/istallion.c
if (tiosp->c_iflag & IGNBRK)
IGNBRK
2036
drivers/char/stallion.c
if (tiosp->c_iflag & IGNBRK) {
IGNBRK
128
include/linux/tty.h
#define I_IGNBRK(tty) _I_FLAG((tty),IGNBRK)