Home
last modified time | relevance | path

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

12

/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/syzkaller/sys/linux/
Dtty_386.const65 TIOCMBIC = 21527
Dtty_arm.const65 TIOCMBIC = 21527
Dtty_arm64.const65 TIOCMBIC = 21527
Dtty_amd64.const65 TIOCMBIC = 21527
Dtty_ppc64le.const65 TIOCMBIC = 21527
Dtty.txt48 ioctl$TIOCMBIC(fd fd_tty, cmd const[TIOCMBIC], arg ptr[in, int32])
/external/kernel-headers/original/uapi/asm-generic/
Dioctls.h42 #define TIOCMBIC 0x5417 macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Dioctls.h35 #define TIOCMBIC 0x741c /* bic modem bits */ macro
/external/python/cpython2/Modules/
Dtermios.c773 #ifdef TIOCMBIC
774 {"TIOCMBIC", TIOCMBIC},
/external/python/cpython3/Modules/
Dtermios.c801 #ifdef TIOCMBIC
802 {"TIOCMBIC", TIOCMBIC},
/external/strace/
Dterm.c232 case TIOCMBIC: in term_ioctl()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_solaris_amd64.go1068 TIOCMBIC = 0x741c const
Dzerrors_dragonfly_amd64.go1213 TIOCMBIC = 0x8004746b const
Dzerrors_openbsd_arm.go1258 TIOCMBIC = 0x8004746b const
Dzerrors_openbsd_amd64.go1338 TIOCMBIC = 0x8004746b const
Dzerrors_openbsd_386.go1255 TIOCMBIC = 0x8004746b const
Dzerrors_darwin_386.go1388 TIOCMBIC = 0x8004746b const
Dzerrors_darwin_arm64.go1388 TIOCMBIC = 0x8004746b const
Dzerrors_darwin_amd64.go1388 TIOCMBIC = 0x8004746b const
Dzerrors_netbsd_arm.go1343 TIOCMBIC = 0x8004746b const
Dzerrors_darwin_arm.go1388 TIOCMBIC = 0x8004746b const
Dzerrors_freebsd_386.go1400 TIOCMBIC = 0x8004746b const
Dzerrors_freebsd_arm.go1409 TIOCMBIC = 0x8004746b const
Dzerrors_netbsd_386.go1364 TIOCMBIC = 0x8004746b const

12