| /freebsd/usr.sbin/lpr/lpd/ |
| H A D | modes.c | 54 { "cstopb", CSTOPB, 0 }, 55 { "-cstopb", 0, CSTOPB },
|
| /freebsd/bin/stty/ |
| H A D | modes.c | 51 { "cstopb", CSTOPB, 0 }, 52 { "-cstopb", 0, CSTOPB },
|
| H A D | print.c | 165 put("-cstopb", CSTOPB, 0); in print()
|
| /freebsd/contrib/ncurses/ncurses/trace/ |
| H A D | lib_tracebits.c | 141 DATA(CSTOPB), in _nc_trace_ttymode() 149 #define ALLCTRL (CLOCAL|CREAD|CSIZE|CSTOPB|HUPCL|PARENB|PARODD) in _nc_trace_ttymode()
|
| /freebsd/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | Terminal.cpp | 308 fd_termios.c_cflag &= ~CSTOPB; in SetStopBits() 311 fd_termios.c_cflag |= CSTOPB; in SetStopBits()
|
| /freebsd/sys/sys/ |
| H A D | _termios.h | 131 #define CSTOPB 0x00000400 /* send 2 stop bits */ macro
|
| /freebsd/contrib/ntp/ntpd/ |
| H A D | refclock_neoclock4x.c | 200 termsettings.c_cflag = CS8 | CSTOPB | CLOCAL | CREAD; in neoclock4x_start() 221 termsettings.c_cflag |= CSTOPB; in neoclock4x_start() 243 termsettings.c_cflag |= CSTOPB; in neoclock4x_start()
|
| H A D | refclock_arc.c | 681 arg.c_cflag = B300 | CS8 | CREAD | CLOCAL | CSTOPB; in arc_start()
|
| /freebsd/contrib/tcsh/ |
| H A D | mi.termios.c | 250 termios_p->c_cflag |= CSTOPB;
|
| H A D | ed.term.c | 202 # ifdef CSTOPB 203 { "cstopb", CSTOPB, M_CONTROL },
|
| /freebsd/sys/dev/usb/serial/ |
| H A D | uark.c | 386 if (t->c_cflag & CSTOPB) in uark_cfg_param()
|
| H A D | ubser.c | 357 if (t->c_cflag & CSTOPB) in ubser_pre_param()
|
| H A D | ucycom.c | 523 if (t->c_cflag & CSTOPB) in ucycom_cfg_param()
|
| H A D | umct.c | 536 value |= (t->c_cflag & CSTOPB) ? 0x4 : 0; in umct_cfg_param()
|
| H A D | ubsa.c | 506 value = (t->c_cflag & CSTOPB) ? 1 : 0; in ubsa_cfg_param()
|
| H A D | umoscom.c | 487 if (t->c_cflag & CSTOPB) in umoscom_cfg_param()
|
| H A D | uvscom.c | 610 if (t->c_cflag & CSTOPB) { in uvscom_cfg_param()
|
| H A D | ufintek.c | 559 if (t->c_cflag & CSTOPB) in ufintek_cfg_param()
|
| H A D | uchcom.c | 739 if (t->c_cflag & CSTOPB) in uchcom_cfg_param()
|
| H A D | umodem.c | 592 ls.bCharFormat = (t->c_cflag & CSTOPB) ? in umodem_cfg_param()
|
| /freebsd/sys/dev/nmdm/ |
| H A D | nmdm.c | 313 if (t->c_cflag & CSTOPB) in bits_per_char()
|
| /freebsd/sys/dev/uart/ |
| H A D | uart_tty.c | 280 stopbits = (t->c_cflag & CSTOPB) ? 2 : 1; in uart_tty_param()
|
| /freebsd/usr.sbin/moused/msconvd/ |
| H A D | msconvd.c | 321 (CS8 | CSTOPB | CREAD | CLOCAL | HUPCL), /* MouseSystems */ 322 (CS8 | CSTOPB | CREAD | CLOCAL | HUPCL), /* Logitech */ 332 (CS8 | CSTOPB | CREAD | CLOCAL | HUPCL), /* sysmouse */ 338 (CS8 | CSTOPB | CREAD | CLOCAL | HUPCL), /* Mariqua */
|
| /freebsd/contrib/ncurses/progs/ |
| H A D | reset_cmd.c | 348 mask = (CSIZE | CSTOPB | PARENB | PARODD); in reset_tty_settings()
|
| /freebsd/contrib/libedit/ |
| H A D | tty.c | 270 #ifdef CSTOPB 271 {"cstopb", CSTOPB, MD_CTL},
|