Symbol: CSTOPB
bin/stty/modes.c
53
{ "cstopb", CSTOPB, 0 },
bin/stty/modes.c
54
{ "-cstopb", 0, CSTOPB },
bin/stty/print.c
167
put("-cstopb", CSTOPB, 0);
sys/compat/linux/linux_ioctl.c
450
if (bios->c_cflag & CSTOPB)
sys/compat/linux/linux_ioctl.c
577
bios->c_cflag |= CSTOPB;
sys/dev/nmdm/nmdm.c
313
if (t->c_cflag & CSTOPB)
sys/dev/uart/uart_tty.c
280
stopbits = (t->c_cflag & CSTOPB) ? 2 : 1;
sys/dev/usb/serial/uark.c
386
if (t->c_cflag & CSTOPB)
sys/dev/usb/serial/ubsa.c
506
value = (t->c_cflag & CSTOPB) ? 1 : 0;
sys/dev/usb/serial/ubser.c
357
if (t->c_cflag & CSTOPB)
sys/dev/usb/serial/uchcom.c
739
if (t->c_cflag & CSTOPB)
sys/dev/usb/serial/ucycom.c
523
if (t->c_cflag & CSTOPB)
sys/dev/usb/serial/ufintek.c
559
if (t->c_cflag & CSTOPB)
sys/dev/usb/serial/ufoma.c
976
if (t->c_cflag & CSTOPB) {
sys/dev/usb/serial/uftdi.c
1594
if (t->c_cflag & CSTOPB)
sys/dev/usb/serial/umcs.c
614
if (t->c_cflag & CSTOPB) {
sys/dev/usb/serial/umct.c
536
value |= (t->c_cflag & CSTOPB) ? 0x4 : 0;
sys/dev/usb/serial/umodem.c
592
ls.bCharFormat = (t->c_cflag & CSTOPB) ?
sys/dev/usb/serial/umoscom.c
487
if (t->c_cflag & CSTOPB)
sys/dev/usb/serial/uplcom.c
873
if (t->c_cflag & CSTOPB) {
sys/dev/usb/serial/uslcom.c
656
if (t->c_cflag & CSTOPB)
sys/dev/usb/serial/uvscom.c
610
if (t->c_cflag & CSTOPB) {
sys/kern/tty.c
94
#define TTYSUP_CFLAG (CIGNORE|CSIZE|CSTOPB|CREAD|PARENB|PARODD|\
usr.sbin/lpr/lpd/modes.c
54
{ "cstopb", CSTOPB, 0 },
usr.sbin/lpr/lpd/modes.c
55
{ "-cstopb", 0, CSTOPB },
usr.sbin/moused/msconvd/msconvd.c
321
(CS8 | CSTOPB | CREAD | CLOCAL | HUPCL), /* MouseSystems */
usr.sbin/moused/msconvd/msconvd.c
322
(CS8 | CSTOPB | CREAD | CLOCAL | HUPCL), /* Logitech */
usr.sbin/moused/msconvd/msconvd.c
332
(CS8 | CSTOPB | CREAD | CLOCAL | HUPCL), /* sysmouse */
usr.sbin/moused/msconvd/msconvd.c
338
(CS8 | CSTOPB | CREAD | CLOCAL | HUPCL), /* Mariqua */