Home
last modified time | relevance | path

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

12

/external/kernel-headers/original/uapi/asm-generic/
Dtermios.h40 #define TIOCM_RNG 0x080 macro
43 #define TIOCM_RI TIOCM_RNG
/external/kernel-headers/original/uapi/asm-mips/asm/
Dtermios.h73 #define TIOCM_RNG 0x200 /* ring */ macro
74 #define TIOCM_RI TIOCM_RNG
/external/strace/xlat/
Dmodem_flags.h41 #if defined(TIOCM_RNG) || (defined(HAVE_DECL_TIOCM_RNG) && HAVE_DECL_TIOCM_RNG)
42 XLAT(TIOCM_RNG),
Dmodem_flags.in9 TIOCM_RNG
/external/chromium-trace/catapult/third_party/pyserial/serial/
Dserialposix.py254 TIOCM_RNG = hasattr(TERMIOS, 'TIOCM_RNG') and TERMIOS.TIOCM_RNG or 0x080 variable
257 TIOCM_RI = hasattr(TERMIOS, 'TIOCM_RI') and TERMIOS.TIOCM_RI or TIOCM_RNG
/external/python/cpython2/Modules/
Dtermios.c809 #ifdef TIOCM_RNG
810 {"TIOCM_RNG", TIOCM_RNG},
/external/python/cpython3/Modules/
Dtermios.c837 #ifdef TIOCM_RNG
838 {"TIOCM_RNG", TIOCM_RNG},
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_solaris_amd64.go1079 TIOCM_RNG = 0x80 const
Dzerrors_dragonfly_amd64.go1228 TIOCM_RNG = 0x80 const
Dzerrors_openbsd_arm.go1271 TIOCM_RNG = 0x80 const
Dzerrors_openbsd_amd64.go1351 TIOCM_RNG = 0x80 const
Dzerrors_openbsd_386.go1268 TIOCM_RNG = 0x80 const
Dzerrors_darwin_386.go1403 TIOCM_RNG = 0x80 const
Dzerrors_darwin_arm64.go1403 TIOCM_RNG = 0x80 const
Dzerrors_darwin_amd64.go1403 TIOCM_RNG = 0x80 const
Dzerrors_netbsd_arm.go1354 TIOCM_RNG = 0x80 const
Dzerrors_darwin_arm.go1403 TIOCM_RNG = 0x80 const
Dzerrors_freebsd_386.go1414 TIOCM_RNG = 0x80 const
Dzerrors_freebsd_arm.go1423 TIOCM_RNG = 0x80 const
Dzerrors_netbsd_386.go1375 TIOCM_RNG = 0x80 const
Dzerrors_freebsd_amd64.go1415 TIOCM_RNG = 0x80 const
Dzerrors_netbsd_amd64.go1365 TIOCM_RNG = 0x80 const
Dzerrors_linux_sparc64.go1686 TIOCM_RNG = 0x80 const
Dzerrors_linux_mipsle.go2023 TIOCM_RNG = 0x200 const
Dzerrors_linux_s390x.go2084 TIOCM_RNG = 0x80 const

12