Searched refs:TIOCMBIC (Results 1 – 11 of 11) sorted by relevance
/external/chromium-trace/catapult/third_party/pyserial/serial/ |
D | serialposix.py | 243 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/ |
D | ioctls.h | 41 #define TIOCMBIC 0x5417 macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | ioctls.h | 34 #define TIOCMBIC 0x741c /* bic modem bits */ macro
|
/external/python/cpython2/Modules/ |
D | termios.c | 770 #ifdef TIOCMBIC 771 {"TIOCMBIC", TIOCMBIC},
|
/external/strace/ |
D | term.c | 229 case TIOCMBIC: in term_ioctl()
|
/external/valgrind/include/vki/ |
D | vki-darwin.h | 889 #define VKI_TIOCMBIC TIOCMBIC
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.cc | 519 unsigned IOCTL_TIOCMBIC = TIOCMBIC;
|
D | sanitizer_common_interceptors_ioctl.inc | 65 _(TIOCMBIC, READ, sizeof(int));
|
/external/ppp/pppd/ |
D | sys-linux.c | 1014 ioctl(tty_fd, (on ? TIOCMBIS : TIOCMBIC), &modembits); in setdtr()
|
D | sys-solaris.c | 1316 ioctl(fd, (on? TIOCMBIS: TIOCMBIC), &modembits);
|
/external/valgrind/ |
D | NEWS.old | 1183 88886 ioctl wrappers for TIOCMBIS and TIOCMBIC
|