Searched refs:IGNBRK (Results 1 – 25 of 41) sorted by relevance
12
/external/kernel-headers/original/uapi/asm-generic/ |
D | termbits.h | 63 #define IGNBRK 0000001 macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | termbits.h | 83 #define IGNBRK 0000001 /* Ignore break condition. */ macro
|
/external/syzkaller/vm/vmimpl/ |
D | console.go | 39 term.Iflag &^= unix.IGNBRK | unix.BRKINT | unix.PARMRK | unix.ISTRIP | unix.INLCR |
|
/external/python/cpython2/Lib/plat-irix6/ |
D | IOCTL.py | 81 IGNBRK = 0000001 variable
|
/external/python/cpython2/Lib/plat-irix5/ |
D | IOCTL.py | 81 IGNBRK = 0000001 variable
|
/external/python/cpython2/Modules/ |
D | termios.c | 379 {"IGNBRK", IGNBRK},
|
/external/python/cpython3/Modules/ |
D | termios.c | 407 {"IGNBRK", IGNBRK},
|
/external/u-boot/arch/sandbox/cpu/ |
D | os.c | 132 term.c_iflag = IGNBRK | IGNPAR; in os_tty_raw()
|
/external/toybox/toys/pending/ |
D | stty.c | 93 { "ignbrk", IGNBRK }, { "brkint", BRKINT }, { "ignpar", IGNPAR },
|
/external/chromium-trace/catapult/third_party/pyserial/serial/ |
D | serialposix.py | 335 iflag &= ~(TERMIOS.INLCR|TERMIOS.IGNCR|TERMIOS.ICRNL|TERMIOS.IGNBRK)
|
/external/nos/test/system-test-harness/src/ |
D | util.cc | 454 INLCR | ICRNL | BRKINT | IGNBRK); in Init()
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_solaris_amd64.go | 468 IGNBRK = 0x1 const
|
D | zerrors_openbsd_386.go | 697 IGNBRK = 0x1 const
|
D | zerrors_openbsd_amd64.go | 733 IGNBRK = 0x1 const
|
D | zerrors_dragonfly_amd64.go | 596 IGNBRK = 0x1 const
|
D | zerrors_openbsd_arm.go | 696 IGNBRK = 0x1 const
|
D | zerrors_darwin_arm64.go | 628 IGNBRK = 0x1 const
|
D | zerrors_darwin_386.go | 628 IGNBRK = 0x1 const
|
D | zerrors_darwin_arm.go | 628 IGNBRK = 0x1 const
|
D | zerrors_darwin_amd64.go | 628 IGNBRK = 0x1 const
|
D | zerrors_netbsd_amd64.go | 823 IGNBRK = 0x1 const
|
D | zerrors_netbsd_386.go | 833 IGNBRK = 0x1 const
|
D | zerrors_freebsd_arm.go | 661 IGNBRK = 0x1 const
|
D | zerrors_freebsd_amd64.go | 654 IGNBRK = 0x1 const
|
D | zerrors_freebsd_386.go | 654 IGNBRK = 0x1 const
|
12