Home
last modified time | relevance | path

Searched refs:TIOCM_RTS (Results 1 – 25 of 34) sorted by relevance

12

/external/strace/xlat/
Dmodem_flags.h23 #if defined(TIOCM_RTS) || (defined(HAVE_DECL_TIOCM_RTS) && HAVE_DECL_TIOCM_RTS)
24 XLAT(TIOCM_RTS),
Dmodem_flags.in3 TIOCM_RTS
/external/kernel-headers/original/uapi/asm-generic/
Dtermios.h35 #define TIOCM_RTS 0x004 macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Dtermios.h67 #define TIOCM_RTS 0x004 /* request to send */ macro
/external/chromium-trace/catapult/third_party/pyserial/serial/
Dserialposix.py248 TIOCM_RTS = hasattr(TERMIOS, 'TIOCM_RTS') and TERMIOS.TIOCM_RTS or 0x004 variable
267 TIOCM_RTS_str = struct.pack('I', TIOCM_RTS)
/external/python/cpython2/Modules/
Dtermios.c812 #ifdef TIOCM_RTS
813 {"TIOCM_RTS", TIOCM_RTS},
/external/python/cpython3/Modules/
Dtermios.c840 #ifdef TIOCM_RTS
841 {"TIOCM_RTS", TIOCM_RTS},
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_solaris_amd64.go1080 TIOCM_RTS = 0x4 const
Dzerrors_dragonfly_amd64.go1229 TIOCM_RTS = 0x4 const
Dzerrors_openbsd_arm.go1272 TIOCM_RTS = 0x4 const
Dzerrors_openbsd_amd64.go1352 TIOCM_RTS = 0x4 const
Dzerrors_openbsd_386.go1269 TIOCM_RTS = 0x4 const
Dzerrors_darwin_386.go1404 TIOCM_RTS = 0x4 const
Dzerrors_darwin_arm64.go1404 TIOCM_RTS = 0x4 const
Dzerrors_darwin_amd64.go1404 TIOCM_RTS = 0x4 const
Dzerrors_netbsd_arm.go1355 TIOCM_RTS = 0x4 const
Dzerrors_darwin_arm.go1404 TIOCM_RTS = 0x4 const
Dzerrors_freebsd_386.go1415 TIOCM_RTS = 0x4 const
Dzerrors_freebsd_arm.go1424 TIOCM_RTS = 0x4 const
Dzerrors_netbsd_386.go1376 TIOCM_RTS = 0x4 const
Dzerrors_freebsd_amd64.go1416 TIOCM_RTS = 0x4 const
Dzerrors_netbsd_amd64.go1366 TIOCM_RTS = 0x4 const
Dzerrors_linux_sparc64.go1687 TIOCM_RTS = 0x4 const
Dzerrors_linux_mipsle.go2024 TIOCM_RTS = 0x4 const
Dzerrors_linux_s390x.go2085 TIOCM_RTS = 0x4 const

12