Searched refs:CSTOPB (Results 1 - 25 of 43) sorted by relevance

12

/freebsd-10.3-release/contrib/ncurses/ncurses/trace/
H A Dlib_tracebits.c138 {CSTOPB, "CSTOPB"},
146 #define ALLCTRL (CLOCAL|CREAD|CSIZE|CSTOPB|HUPCL|PARENB|PARODD)
/freebsd-10.3-release/bin/stty/
H A Dmodes.c60 { "cstopb", CSTOPB, 0 },
61 { "-cstopb", 0, CSTOPB },
H A Dprint.c172 put("-cstopb", CSTOPB, 0);
/freebsd-10.3-release/usr.sbin/lpr/lpd/
H A Dmodes.c60 { "cstopb", CSTOPB, 0 },
61 { "-cstopb", 0, CSTOPB },
/freebsd-10.3-release/sys/sys/
H A D_termios.h125 #define CSTOPB 0x00000400 /* send 2 stop bits */ macro
/freebsd-10.3-release/contrib/tcsh/
H A Dmi.termios.c229 * CSTOPB: set for B110 (driver will generate 2 stop-bits than)
252 termios_p->c_cflag |= CSTOPB;
320 * c_ospeed != 110 && c_cflag & CSTOPB
321 * c_ospeed == 110 && ! c_cflag & CSTOPB
H A Ded.term.c205 # ifdef CSTOPB
206 { "cstopb", CSTOPB, M_CONTROL },
207 # endif /* CSTOPB */
/freebsd-10.3-release/contrib/gdb/gdb/
H A Dser-unix.c843 state.termios.c_cflag &= ~CSTOPB;
845 state.termios.c_cflag |= CSTOPB; /* two bits */
850 state.termio.c_cflag &= ~CSTOPB;
852 state.termio.c_cflag |= CSTOPB; /* two bits */
/freebsd-10.3-release/usr.bin/tset/
H A Dset.c127 mode.c_cflag &= ~(CSIZE | CSTOPB | PARENB | PARODD | CLOCAL);
/freebsd-10.3-release/usr.sbin/bluetooth/hcseriald/
H A Dhcseriald.c187 t.c_cflag &= ~CSTOPB; /* -cstopb */
/freebsd-10.3-release/sys/dev/nmdm/
H A Dnmdm.c312 if (t->c_cflag & CSTOPB)
/freebsd-10.3-release/contrib/gdb/gdb/tui/
H A Dtui.c538 mode.c_cflag |= (CS8 | CSTOPB | CREAD);
/freebsd-10.3-release/contrib/ntp/ntpd/
H A Drefclock_neoclock4x.c200 termsettings.c_cflag = CS8 | CSTOPB | CLOCAL | CREAD;
221 termsettings.c_cflag |= CSTOPB;
243 termsettings.c_cflag |= CSTOPB;
/freebsd-10.3-release/sys/dev/uart/
H A Duart_tty.c273 stopbits = (t->c_cflag & CSTOPB) ? 2 : 1;
/freebsd-10.3-release/sys/dev/usb/serial/
H A Duark.c392 if (t->c_cflag & CSTOPB)
H A Dubser.c360 if (t->c_cflag & CSTOPB)
H A Ducycom.c524 if (t->c_cflag & CSTOPB)
H A Dubsa.c507 value = (t->c_cflag & CSTOPB) ? 1 : 0;
H A Dumct.c518 value |= (t->c_cflag & CSTOPB) ? 0x4 : 0;
H A Dumoscom.c489 if (t->c_cflag & CSTOPB)
H A Duvscom.c614 if (t->c_cflag & CSTOPB) {
/freebsd-10.3-release/sys/i386/ibcs2/
H A Dibcs2_ioctl.c154 if (l & IBCS2_CSTOPB) r |= CSTOPB;
248 if (l & CSTOPB) r |= IBCS2_CSTOPB;
/freebsd-10.3-release/usr.sbin/moused/
H A Dmoused.c376 (CS8 | CSTOPB | CREAD | CLOCAL | HUPCL), /* MouseSystems */
377 (CS8 | CSTOPB | CREAD | CLOCAL | HUPCL), /* Logitech */
387 (CS8 | CSTOPB | CREAD | CLOCAL | HUPCL), /* sysmouse */
393 (CS8 | CSTOPB | CREAD | CLOCAL | HUPCL), /* Mariqua */
/freebsd-10.3-release/lib/libedit/
H A Dtty.c261 #ifdef CSTOPB
262 {"cstopb", CSTOPB, MD_CTL},
263 #endif /* CSTOPB */
/freebsd-10.3-release/sys/dev/digi/
H A Ddigi.c1023 if (t->c_cflag & CSTOPB)
1031 if (t->c_cflag & CSTOPB)

Completed in 275 milliseconds

12