Searched refs:TIOCMBIS (Results 1 – 10 of 10) sorted by relevance
/external/chromium-trace/catapult/telemetry/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 | 40 #define TIOCMBIS 0x5416 macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | ioctls.h | 33 #define TIOCMBIS 0x741b /* bis modem bits */ macro
|
/external/strace/ |
D | term.c | 241 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 | 515 unsigned IOCTL_TIOCMBIS = TIOCMBIS;
|
D | sanitizer_common_interceptors_ioctl.inc | 82 _(TIOCMBIS, 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
|