BRKINT 101 arch/i386/stand/boot/crt0.c tc.c_iflag &= ~(IGNBRK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON); BRKINT 368 compat/common/tty_43.c SET(iflag, BRKINT|IXON|IMAXBEL); BRKINT 129 compat/ibcs2/ibcs2_ioctl.c if (l & IBCS2_BRKINT) r |= BRKINT; BRKINT 223 compat/ibcs2/ibcs2_ioctl.c if (l & BRKINT) r |= IBCS2_BRKINT; BRKINT 93 compat/linux/linux_termios.c bts->c_iflag |= cvtto_bsd_mask(lt->c_iflag, LINUX_BRKINT, BRKINT); BRKINT 176 compat/linux/linux_termios.c lt->c_iflag |= cvtto_linux_mask(bts->c_iflag, BRKINT, LINUX_BRKINT); BRKINT 262 compat/linux/linux_termios.c bts->c_iflag |= cvtto_bsd_mask(lts->c_iflag, LINUX_BRKINT, BRKINT); BRKINT 350 compat/linux/linux_termios.c lts->c_iflag |= cvtto_linux_mask(bts->c_iflag, BRKINT, LINUX_BRKINT); BRKINT 127 compat/sunos/sunos_ioctl.c r |= ((l & 0x00000002) ? BRKINT : 0); BRKINT 250 compat/sunos/sunos_ioctl.c r |= ((l & BRKINT) ? 0x00000002 : 0); BRKINT 140 compat/ultrix/ultrix_ioctl.c r |= ((l & 0x00000002) ? BRKINT : 0); BRKINT 272 compat/ultrix/ultrix_ioctl.c r |= ((l & BRKINT) ? 0x00000002 : 0); BRKINT 275 kern/tty.c if (ISSET(iflag, BRKINT)) { BRKINT 49 sys/ttydefaults.h #define TTYDEF_IFLAG (BRKINT | ICRNL | IMAXBEL | IXON | IXANY)