Home
last modified time | relevance | path

Searched refs:TIOCMBIS (Results 1 – 12 of 12) sorted by relevance

/external/chromium-trace/catapult/third_party/pyserial/serial/
Dserialposix.py242 TIOCMBIS = hasattr(TERMIOS, 'TIOCMBIS') and TERMIOS.TIOCMBIS or 0x5416 variable
554 fcntl.ioctl(self.fd, TIOCMBIS, TIOCM_RTS_str)
562 fcntl.ioctl(self.fd, TIOCMBIS, TIOCM_DTR_str)
/external/kernel-headers/original/uapi/asm-generic/
Dioctls.h41 #define TIOCMBIS 0x5416 macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Dioctls.h34 #define TIOCMBIS 0x741b /* bis modem bits */ macro
/external/python/cpython2/Modules/
Dtermios.c773 #ifdef TIOCMBIS
774 {"TIOCMBIS", TIOCMBIS},
/external/python/cpython3/Modules/
Dtermios.c803 #ifdef TIOCMBIS
804 {"TIOCMBIS", TIOCMBIS},
/external/strace/
Dterm.c226 case TIOCMBIS: in term_ioctl()
/external/valgrind/include/vki/
Dvki-darwin.h888 #define VKI_TIOCMBIS TIOCMBIS
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc520 unsigned IOCTL_TIOCMBIS = TIOCMBIS;
Dsanitizer_common_interceptors_ioctl.inc66 _(TIOCMBIS, READ, sizeof(int));
/external/ppp/pppd/
Dsys-solaris.c1316 ioctl(fd, (on? TIOCMBIS: TIOCMBIC), &modembits);
Dsys-linux.c1014 ioctl(tty_fd, (on ? TIOCMBIS : TIOCMBIC), &modembits); in setdtr()
/external/valgrind/
DNEWS.old1183 88886 ioctl wrappers for TIOCMBIS and TIOCMBIC