Home
last modified time | relevance | path

Searched refs:CRTSCTS (Results 1 – 25 of 41) sorted by relevance

12

/external/syzkaller/vm/vmimpl/
Dconsole_linux_arm.go13 unixCRTSCTS = unix.CRTSCTS
Dconsole_linux_amd64.go12 unixCRTSCTS = unix.CRTSCTS
Dconsole_linux_arm64.go13 unixCRTSCTS = unix.CRTSCTS
Dconsole_linux_386.go13 unixCRTSCTS = unix.CRTSCTS
/external/ppp/pppd/
Dsys-solaris.c100 #ifndef CRTSCTS
218 #ifndef CRTSCTS
1187 #if !defined (CRTSCTS)
1194 #ifndef CRTSCTS
1205 #ifndef CRTSCTS
1213 #ifdef CRTSCTS
1215 tios.c_cflag |= CRTSCTS;
1217 tios.c_cflag &= ~CRTSCTS;
1263 #ifndef CRTSCTS
1294 #ifndef CRTSCTS
Dsys-linux.c961 tios.c_cflag |= CRTSCTS; in set_up_tty()
971 tios.c_cflag &= ~CRTSCTS; in set_up_tty()
/external/toybox/toys/pending/
Dgetty.c153 #ifdef CRTSCTS in termios_init()
154 if (toys.optflags & FLAG_h) TT.termios.c_cflag |= CRTSCTS; in termios_init()
Dinit.c84 terminal.c_cflag &= CRTSCTS|PARODD|PARENB|CSTOPB|CSIZE|CBAUDEX|CBAUD; in reset_term()
Dstty.c89 { "cread", CREAD }, { "clocal", CLOCAL }, { "crtscts", CRTSCTS },
/external/kernel-headers/original/uapi/asm-generic/
Dtermbits.h162 #define CRTSCTS 020000000000 /* flow control */ macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Dtermbits.h186 #define CRTSCTS 020000000000 /* flow control */ macro
/external/python/cpython2/Modules/
Dtermios.c504 #ifdef CRTSCTS
505 {"CRTSCTS", (long)CRTSCTS},
/external/python/cpython3/Modules/
Dtermios.c532 #ifdef CRTSCTS
533 {"CRTSCTS", (long)CRTSCTS},
/external/chromium-trace/catapult/third_party/pyserial/serial/
Dserialposix.py406 cflag |= (TERMIOS.CRTSCTS)
408 cflag &= ~(TERMIOS.CRTSCTS)
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_solaris_amd64.go183 CRTSCTS = 0x80000000 const
Dzerrors_dragonfly_amd64.go160 CRTSCTS = 0x30000 const
Dzerrors_openbsd_arm.go150 CRTSCTS = 0x10000 const
Dzerrors_openbsd_amd64.go157 CRTSCTS = 0x10000 const
Dzerrors_openbsd_386.go150 CRTSCTS = 0x10000 const
Dzerrors_darwin_386.go241 CRTSCTS = 0x30000 const
Dzerrors_darwin_arm64.go241 CRTSCTS = 0x30000 const
Dzerrors_darwin_amd64.go241 CRTSCTS = 0x30000 const
Dzerrors_netbsd_arm.go154 CRTSCTS = 0x10000 const
Dzerrors_darwin_arm.go241 CRTSCTS = 0x30000 const
Dzerrors_freebsd_386.go343 CRTSCTS = 0x30000 const

12