Home
last modified time | relevance | path

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

12

/external/strace/xlat/
Dmodem_flags.h32 #if defined(TIOCM_CTS) || (defined(HAVE_DECL_TIOCM_CTS) && HAVE_DECL_TIOCM_CTS)
33 XLAT(TIOCM_CTS),
Dmodem_flags.in6 TIOCM_CTS
/external/kernel-headers/original/uapi/asm-generic/
Dtermios.h38 #define TIOCM_CTS 0x020 macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Dtermios.h70 #define TIOCM_CTS 0x040 /* clear to send */ macro
/external/chromium-trace/catapult/third_party/pyserial/serial/
Dserialposix.py252 TIOCM_CTS = hasattr(TERMIOS, 'TIOCM_CTS') and TERMIOS.TIOCM_CTS or 0x020 variable
570 return struct.unpack('I',s)[0] & TIOCM_CTS != 0
/external/python/cpython2/Modules/
Dtermios.c794 #ifdef TIOCM_CTS
795 {"TIOCM_CTS", TIOCM_CTS},
/external/python/cpython3/Modules/
Dtermios.c822 #ifdef TIOCM_CTS
823 {"TIOCM_CTS", TIOCM_CTS},
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_solaris_amd64.go1074 TIOCM_CTS = 0x20 const
Dzerrors_dragonfly_amd64.go1223 TIOCM_CTS = 0x20 const
Dzerrors_openbsd_arm.go1266 TIOCM_CTS = 0x20 const
Dzerrors_openbsd_amd64.go1346 TIOCM_CTS = 0x20 const
Dzerrors_openbsd_386.go1263 TIOCM_CTS = 0x20 const
Dzerrors_darwin_386.go1398 TIOCM_CTS = 0x20 const
Dzerrors_darwin_arm64.go1398 TIOCM_CTS = 0x20 const
Dzerrors_darwin_amd64.go1398 TIOCM_CTS = 0x20 const
Dzerrors_netbsd_arm.go1349 TIOCM_CTS = 0x20 const
Dzerrors_darwin_arm.go1398 TIOCM_CTS = 0x20 const
Dzerrors_freebsd_386.go1408 TIOCM_CTS = 0x20 const
Dzerrors_freebsd_arm.go1417 TIOCM_CTS = 0x20 const
Dzerrors_netbsd_386.go1370 TIOCM_CTS = 0x20 const
Dzerrors_freebsd_amd64.go1409 TIOCM_CTS = 0x20 const
Dzerrors_netbsd_amd64.go1360 TIOCM_CTS = 0x20 const
Dzerrors_linux_sparc64.go1678 TIOCM_CTS = 0x20 const
Dzerrors_linux_mipsle.go2018 TIOCM_CTS = 0x40 const
Dzerrors_linux_s390x.go2079 TIOCM_CTS = 0x20 const

12