IGNBRK            101 arch/i386/stand/boot/crt0.c         tc.c_iflag &= ~(IGNBRK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON);
IGNBRK            128 compat/ibcs2/ibcs2_ioctl.c 	if (l & IBCS2_IGNBRK)	r |= IGNBRK;
IGNBRK            222 compat/ibcs2/ibcs2_ioctl.c 	if (l & IGNBRK)		r |= IBCS2_IGNBRK;
IGNBRK             92 compat/linux/linux_termios.c 	bts->c_iflag |= cvtto_bsd_mask(lt->c_iflag, LINUX_IGNBRK, IGNBRK);
IGNBRK            175 compat/linux/linux_termios.c 	lt->c_iflag |= cvtto_linux_mask(bts->c_iflag, IGNBRK, LINUX_IGNBRK);
IGNBRK            261 compat/linux/linux_termios.c 	bts->c_iflag |= cvtto_bsd_mask(lts->c_iflag, LINUX_IGNBRK, IGNBRK);
IGNBRK            349 compat/linux/linux_termios.c 	lts->c_iflag |= cvtto_linux_mask(bts->c_iflag, IGNBRK, LINUX_IGNBRK);
IGNBRK            126 compat/sunos/sunos_ioctl.c 	r = 	((l & 0x00000001) ? IGNBRK	: 0);
IGNBRK            249 compat/sunos/sunos_ioctl.c 	r = 	((l &  IGNBRK) ? 0x00000001	: 0);
IGNBRK            139 compat/ultrix/ultrix_ioctl.c 	r = 	((l & 0x00000001) ? IGNBRK	: 0);
IGNBRK            271 compat/ultrix/ultrix_ioctl.c 	r = 	((l &  IGNBRK) ? 0x00000001	: 0);
IGNBRK            272 kern/tty.c     			if (ISSET(iflag, IGNBRK))