Home
last modified time | relevance | path

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

12

/external/kernel-headers/original/uapi/asm-generic/
Dtermios.h39 #define TIOCM_CAR 0x040 macro
42 #define TIOCM_CD TIOCM_CAR
/external/kernel-headers/original/uapi/asm-mips/asm/
Dtermios.h71 #define TIOCM_CAR 0x100 /* carrier detect */ macro
72 #define TIOCM_CD TIOCM_CAR
/external/strace/xlat/
Dmodem_flags.h35 #if defined(TIOCM_CAR) || (defined(HAVE_DECL_TIOCM_CAR) && HAVE_DECL_TIOCM_CAR)
36 XLAT(TIOCM_CAR),
Dmodem_flags.in7 TIOCM_CAR
/external/chromium-trace/catapult/third_party/pyserial/serial/
Dserialposix.py253 TIOCM_CAR = hasattr(TERMIOS, 'TIOCM_CAR') and TERMIOS.TIOCM_CAR or 0x040 variable
256 TIOCM_CD = hasattr(TERMIOS, 'TIOCM_CD') and TERMIOS.TIOCM_CD or TIOCM_CAR
/external/python/cpython2/Modules/
Dtermios.c788 #ifdef TIOCM_CAR
789 {"TIOCM_CAR", TIOCM_CAR},
/external/python/cpython3/Modules/
Dtermios.c816 #ifdef TIOCM_CAR
817 {"TIOCM_CAR", TIOCM_CAR},
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_solaris_amd64.go1072 TIOCM_CAR = 0x40 const
Dzerrors_openbsd_386.go1261 TIOCM_CAR = 0x40 const
Dzerrors_openbsd_amd64.go1344 TIOCM_CAR = 0x40 const
Dzerrors_dragonfly_amd64.go1221 TIOCM_CAR = 0x40 const
Dzerrors_openbsd_arm.go1264 TIOCM_CAR = 0x40 const
Dzerrors_darwin_arm64.go1396 TIOCM_CAR = 0x40 const
Dzerrors_darwin_386.go1396 TIOCM_CAR = 0x40 const
Dzerrors_darwin_arm.go1396 TIOCM_CAR = 0x40 const
Dzerrors_darwin_amd64.go1396 TIOCM_CAR = 0x40 const
Dzerrors_netbsd_amd64.go1358 TIOCM_CAR = 0x40 const
Dzerrors_netbsd_386.go1368 TIOCM_CAR = 0x40 const
Dzerrors_freebsd_arm.go1415 TIOCM_CAR = 0x40 const
Dzerrors_freebsd_amd64.go1407 TIOCM_CAR = 0x40 const
Dzerrors_freebsd_386.go1406 TIOCM_CAR = 0x40 const
Dzerrors_netbsd_arm.go1347 TIOCM_CAR = 0x40 const
Dzerrors_linux_sparc64.go1676 TIOCM_CAR = 0x40 const
Dzerrors_linux_mips64le.go2016 TIOCM_CAR = 0x100 const
Dzerrors_linux_ppc64.go2068 TIOCM_CAR = 0x40 const

12