Home
last modified time | relevance | path

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

12

/external/strace/xlat/
Dmodem_flags.h47 #if defined(TIOCM_DSR) || (defined(HAVE_DECL_TIOCM_DSR) && HAVE_DECL_TIOCM_DSR)
48 XLAT(TIOCM_DSR),
Dmodem_flags.in11 TIOCM_DSR
/external/kernel-headers/original/uapi/asm-generic/
Dtermios.h41 #define TIOCM_DSR 0x100 macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Dtermios.h75 #define TIOCM_DSR 0x400 /* data set ready */ macro
/external/chromium-trace/catapult/third_party/pyserial/serial/
Dserialposix.py255 TIOCM_DSR = hasattr(TERMIOS, 'TIOCM_DSR') and TERMIOS.TIOCM_DSR or 0x100 variable
576 return struct.unpack('I',s)[0] & TIOCM_DSR != 0
/external/python/cpython2/Modules/
Dtermios.c797 #ifdef TIOCM_DSR
798 {"TIOCM_DSR", TIOCM_DSR},
/external/python/cpython3/Modules/
Dtermios.c825 #ifdef TIOCM_DSR
826 {"TIOCM_DSR", TIOCM_DSR},
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_solaris_amd64.go1075 TIOCM_DSR = 0x100 const
Dzerrors_dragonfly_amd64.go1224 TIOCM_DSR = 0x100 const
Dzerrors_openbsd_arm.go1267 TIOCM_DSR = 0x100 const
Dzerrors_openbsd_amd64.go1347 TIOCM_DSR = 0x100 const
Dzerrors_openbsd_386.go1264 TIOCM_DSR = 0x100 const
Dzerrors_darwin_386.go1399 TIOCM_DSR = 0x100 const
Dzerrors_darwin_arm64.go1399 TIOCM_DSR = 0x100 const
Dzerrors_darwin_amd64.go1399 TIOCM_DSR = 0x100 const
Dzerrors_netbsd_arm.go1350 TIOCM_DSR = 0x100 const
Dzerrors_darwin_arm.go1399 TIOCM_DSR = 0x100 const
Dzerrors_freebsd_386.go1410 TIOCM_DSR = 0x100 const
Dzerrors_freebsd_arm.go1419 TIOCM_DSR = 0x100 const
Dzerrors_netbsd_386.go1371 TIOCM_DSR = 0x100 const
Dzerrors_freebsd_amd64.go1411 TIOCM_DSR = 0x100 const
Dzerrors_netbsd_amd64.go1361 TIOCM_DSR = 0x100 const
Dzerrors_linux_sparc64.go1679 TIOCM_DSR = 0x100 const
Dzerrors_linux_mipsle.go2019 TIOCM_DSR = 0x400 const
Dzerrors_linux_s390x.go2080 TIOCM_DSR = 0x100 const

12