Home
last modified time | relevance | path

Searched refs:CSTOPB (Results 1 – 25 of 34) sorted by relevance

12

/freebsd/usr.sbin/lpr/lpd/
H A Dmodes.c54 { "cstopb", CSTOPB, 0 },
55 { "-cstopb", 0, CSTOPB },
/freebsd/bin/stty/
H A Dmodes.c51 { "cstopb", CSTOPB, 0 },
52 { "-cstopb", 0, CSTOPB },
H A Dprint.c165 put("-cstopb", CSTOPB, 0); in print()
/freebsd/contrib/ncurses/ncurses/trace/
H A Dlib_tracebits.c141 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 DTerminal.cpp308 fd_termios.c_cflag &= ~CSTOPB; in SetStopBits()
311 fd_termios.c_cflag |= CSTOPB; in SetStopBits()
/freebsd/sys/sys/
H A D_termios.h131 #define CSTOPB 0x00000400 /* send 2 stop bits */ macro
/freebsd/contrib/ntp/ntpd/
H A Drefclock_neoclock4x.c200 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 Drefclock_arc.c681 arg.c_cflag = B300 | CS8 | CREAD | CLOCAL | CSTOPB; in arc_start()
/freebsd/contrib/tcsh/
H A Dmi.termios.c250 termios_p->c_cflag |= CSTOPB;
H A Ded.term.c202 # ifdef CSTOPB
203 { "cstopb", CSTOPB, M_CONTROL },
/freebsd/sys/dev/usb/serial/
H A Duark.c386 if (t->c_cflag & CSTOPB) in uark_cfg_param()
H A Dubser.c357 if (t->c_cflag & CSTOPB) in ubser_pre_param()
H A Ducycom.c523 if (t->c_cflag & CSTOPB) in ucycom_cfg_param()
H A Dumct.c536 value |= (t->c_cflag & CSTOPB) ? 0x4 : 0; in umct_cfg_param()
H A Dubsa.c506 value = (t->c_cflag & CSTOPB) ? 1 : 0; in ubsa_cfg_param()
H A Dumoscom.c487 if (t->c_cflag & CSTOPB) in umoscom_cfg_param()
H A Duvscom.c610 if (t->c_cflag & CSTOPB) { in uvscom_cfg_param()
H A Dufintek.c559 if (t->c_cflag & CSTOPB) in ufintek_cfg_param()
H A Duchcom.c739 if (t->c_cflag & CSTOPB) in uchcom_cfg_param()
H A Dumodem.c592 ls.bCharFormat = (t->c_cflag & CSTOPB) ? in umodem_cfg_param()
/freebsd/sys/dev/nmdm/
H A Dnmdm.c313 if (t->c_cflag & CSTOPB) in bits_per_char()
/freebsd/sys/dev/uart/
H A Duart_tty.c280 stopbits = (t->c_cflag & CSTOPB) ? 2 : 1; in uart_tty_param()
/freebsd/usr.sbin/moused/msconvd/
H A Dmsconvd.c321 (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 Dreset_cmd.c348 mask = (CSIZE | CSTOPB | PARENB | PARODD); in reset_tty_settings()
/freebsd/contrib/libedit/
H A Dtty.c270 #ifdef CSTOPB
271 {"cstopb", CSTOPB, MD_CTL},

12