Searched refs:CRTSCTS (Results 1 – 17 of 17) sorted by relevance
| /freebsd/usr.sbin/lpr/lpd/ |
| H A D | modes.c | 76 { "crtscts", CRTSCTS, 0 }, 77 { "-crtscts", 0, CRTSCTS },
|
| /freebsd/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | Terminal.cpp | 385 #if defined(CRTSCTS) in SetHardwareFlowControl() 387 fd_termios.c_cflag &= ~CRTSCTS; in SetHardwareFlowControl() 389 fd_termios.c_cflag |= CRTSCTS; in SetHardwareFlowControl()
|
| /freebsd/bin/stty/ |
| H A D | modes.c | 75 { "crtscts", CRTSCTS, 0 }, 76 { "-crtscts", 0, CRTSCTS },
|
| /freebsd/contrib/llvm-project/libc/include/llvm-libc-macros/linux/ |
| H A D | termios-macros.h | 92 #define CRTSCTS 020000000000 macro
|
| /freebsd/sys/sys/ |
| H A D | _termios.h | 139 #define CRTSCTS (CCTS_OFLOW | CRTS_IFLOW) macro
|
| /freebsd/libexec/getty/ |
| H A D | subr.c | 311 SET(cflag, CRTSCTS); in set_flags() 313 CLR(cflag, CRTSCTS); in set_flags()
|
| /freebsd/usr.bin/tip/tip/ |
| H A D | cmds.c | 869 rmtty.c_iflag |= CRTSCTS; in hardwareflow() 871 rmtty.c_iflag &= ~CRTSCTS; in hardwareflow()
|
| H A D | tip.c | 553 cntrl.c_cflag |= CRTSCTS; in ttysetup()
|
| /freebsd/contrib/tcsh/ |
| H A D | ed.term.c | 226 # ifdef CRTSCTS 230 { "crtscts",CRTSCTS,M_CONTROL },
|
| /freebsd/sys/dev/usb/serial/ |
| H A D | ubsa.c | 511 if (t->c_cflag & CRTSCTS) in ubsa_cfg_param()
|
| H A D | uplcom.c | 926 if (t->c_cflag & CRTSCTS) { in uplcom_cfg_param()
|
| H A D | uslcom.c | 693 if (t->c_cflag & CRTSCTS) { in uslcom_cfg_param()
|
| H A D | umcs.c | 657 if (t->c_cflag & CRTSCTS) { in umcs7840_cfg_param()
|
| H A D | uftdi.c | 1627 if (t->c_cflag & CRTSCTS) { in uftdi_set_parm_soft()
|
| /freebsd/contrib/libedit/ |
| H A D | tty.c | 294 #ifdef CRTSCTS 298 {"crtscts", CRTSCTS, MD_CTL},
|
| /freebsd/sys/compat/linux/ |
| H A D | linux_ioctl.c | 477 if (bios->c_cflag & CRTSCTS) in bsd_to_linux_termios() 604 bios->c_cflag |= CRTSCTS; in linux_to_bsd_termios()
|
| /freebsd/contrib/ncurses/misc/ |
| H A D | terminfo.src | 11046 # RTS/CTS handshaking (which Linux supports, use CRTSCTS setting). Also
|