Home
last modified time | relevance | path

Searched refs:TIOCMBIC (Results 1 – 11 of 11) sorted by relevance

/external/chromium-trace/catapult/third_party/pyserial/serial/
Dserialposix.py243 TIOCMBIC = hasattr(TERMIOS, 'TIOCMBIC') and TERMIOS.TIOCMBIC or 0x5417 variable
556 fcntl.ioctl(self.fd, TIOCMBIC, TIOCM_RTS_str)
564 fcntl.ioctl(self.fd, TIOCMBIC, TIOCM_DTR_str)
/external/kernel-headers/original/uapi/asm-generic/
Dioctls.h41 #define TIOCMBIC 0x5417 macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Dioctls.h34 #define TIOCMBIC 0x741c /* bic modem bits */ macro
/external/python/cpython2/Modules/
Dtermios.c770 #ifdef TIOCMBIC
771 {"TIOCMBIC", TIOCMBIC},
/external/strace/
Dterm.c229 case TIOCMBIC: in term_ioctl()
/external/valgrind/include/vki/
Dvki-darwin.h889 #define VKI_TIOCMBIC TIOCMBIC
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc519 unsigned IOCTL_TIOCMBIC = TIOCMBIC;
Dsanitizer_common_interceptors_ioctl.inc65 _(TIOCMBIC, READ, sizeof(int));
/external/ppp/pppd/
Dsys-linux.c1014 ioctl(tty_fd, (on ? TIOCMBIS : TIOCMBIC), &modembits); in setdtr()
Dsys-solaris.c1316 ioctl(fd, (on? TIOCMBIS: TIOCMBIC), &modembits);
/external/valgrind/
DNEWS.old1183 88886 ioctl wrappers for TIOCMBIS and TIOCMBIC