Searched refs:TIOCMBIS (Results 1 – 12 of 12) sorted by relevance
/external/chromium-trace/catapult/third_party/pyserial/serial/ |
D | serialposix.py | 242 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/ |
D | ioctls.h | 41 #define TIOCMBIS 0x5416 macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | ioctls.h | 34 #define TIOCMBIS 0x741b /* bis modem bits */ macro
|
/external/python/cpython2/Modules/ |
D | termios.c | 773 #ifdef TIOCMBIS 774 {"TIOCMBIS", TIOCMBIS},
|
/external/python/cpython3/Modules/ |
D | termios.c | 803 #ifdef TIOCMBIS 804 {"TIOCMBIS", TIOCMBIS},
|
/external/strace/ |
D | term.c | 226 case TIOCMBIS: in term_ioctl()
|
/external/valgrind/include/vki/ |
D | vki-darwin.h | 888 #define VKI_TIOCMBIS TIOCMBIS
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.cc | 520 unsigned IOCTL_TIOCMBIS = TIOCMBIS;
|
D | sanitizer_common_interceptors_ioctl.inc | 66 _(TIOCMBIS, READ, sizeof(int));
|
/external/ppp/pppd/ |
D | sys-solaris.c | 1316 ioctl(fd, (on? TIOCMBIS: TIOCMBIC), &modembits);
|
D | sys-linux.c | 1014 ioctl(tty_fd, (on ? TIOCMBIS : TIOCMBIC), &modembits); in setdtr()
|
/external/valgrind/ |
D | NEWS.old | 1183 88886 ioctl wrappers for TIOCMBIS and TIOCMBIC
|