Searched refs:CRTSCTS (Results 1 – 25 of 41) sorted by relevance
12
/external/syzkaller/vm/vmimpl/ |
D | console_linux_arm.go | 13 unixCRTSCTS = unix.CRTSCTS
|
D | console_linux_amd64.go | 12 unixCRTSCTS = unix.CRTSCTS
|
D | console_linux_arm64.go | 13 unixCRTSCTS = unix.CRTSCTS
|
D | console_linux_386.go | 13 unixCRTSCTS = unix.CRTSCTS
|
/external/ppp/pppd/ |
D | sys-solaris.c | 100 #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
|
D | sys-linux.c | 961 tios.c_cflag |= CRTSCTS; in set_up_tty() 971 tios.c_cflag &= ~CRTSCTS; in set_up_tty()
|
/external/toybox/toys/pending/ |
D | getty.c | 153 #ifdef CRTSCTS in termios_init() 154 if (toys.optflags & FLAG_h) TT.termios.c_cflag |= CRTSCTS; in termios_init()
|
D | init.c | 84 terminal.c_cflag &= CRTSCTS|PARODD|PARENB|CSTOPB|CSIZE|CBAUDEX|CBAUD; in reset_term()
|
D | stty.c | 89 { "cread", CREAD }, { "clocal", CLOCAL }, { "crtscts", CRTSCTS },
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | termbits.h | 162 #define CRTSCTS 020000000000 /* flow control */ macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | termbits.h | 186 #define CRTSCTS 020000000000 /* flow control */ macro
|
/external/python/cpython2/Modules/ |
D | termios.c | 504 #ifdef CRTSCTS 505 {"CRTSCTS", (long)CRTSCTS},
|
/external/python/cpython3/Modules/ |
D | termios.c | 532 #ifdef CRTSCTS 533 {"CRTSCTS", (long)CRTSCTS},
|
/external/chromium-trace/catapult/third_party/pyserial/serial/ |
D | serialposix.py | 406 cflag |= (TERMIOS.CRTSCTS) 408 cflag &= ~(TERMIOS.CRTSCTS)
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_solaris_amd64.go | 183 CRTSCTS = 0x80000000 const
|
D | zerrors_dragonfly_amd64.go | 160 CRTSCTS = 0x30000 const
|
D | zerrors_openbsd_arm.go | 150 CRTSCTS = 0x10000 const
|
D | zerrors_openbsd_amd64.go | 157 CRTSCTS = 0x10000 const
|
D | zerrors_openbsd_386.go | 150 CRTSCTS = 0x10000 const
|
D | zerrors_darwin_386.go | 241 CRTSCTS = 0x30000 const
|
D | zerrors_darwin_arm64.go | 241 CRTSCTS = 0x30000 const
|
D | zerrors_darwin_amd64.go | 241 CRTSCTS = 0x30000 const
|
D | zerrors_netbsd_arm.go | 154 CRTSCTS = 0x10000 const
|
D | zerrors_darwin_arm.go | 241 CRTSCTS = 0x30000 const
|
D | zerrors_freebsd_386.go | 343 CRTSCTS = 0x30000 const
|
12