Symbol: CSTOPB
bin/stty/modes.c
57
{ "cstopb", CSTOPB, 0 },
bin/stty/modes.c
58
{ "-cstopb", 0, CSTOPB },
bin/stty/print.c
165
put("-cstopb", CSTOPB, 0);
lib/libedit/tty.c
264
#ifdef CSTOPB
lib/libedit/tty.c
265
{"cstopb", CSTOPB, MD_CTL},
sbin/ldattach/ldattach.c
246
tty.c_cflag |= CSTOPB;
sbin/ldattach/ldattach.c
248
tty.c_cflag &= ~CSTOPB;
sys/arch/loongson/dev/com_leioc.c
119
comconscflag = (TTYDEF_CFLAG & ~(CSIZE | CSTOPB | PARENB)) |
sys/arch/loongson/loongson/yeeloong_machdep.c
509
comconscflag = (TTYDEF_CFLAG & ~(CSIZE | CSTOPB | PARENB)) |
sys/arch/luna88k/dev/siotty.c
399
wr4 |= (tp->t_cflag & CSTOPB) ? WR4_STOP2 : WR4_STOP1;
sys/arch/sh/dev/scif.c
214
#define CONMODE ((TTYDEF_CFLAG & ~(CSIZE | CSTOPB | PARENB)) | CS8) /* 8N1 */
sys/arch/sparc64/dev/sab.c
993
if (cflag & CSTOPB)
sys/dev/fdt/exuart.c
459
if (ISSET(t->c_cflag, CSTOPB))
sys/dev/ic/com.c
815
if (ISSET(t->c_cflag, CSTOPB))
sys/dev/ic/cy.c
698
if (ISSET(t->c_cflag, CSTOPB))
sys/dev/ic/z8530tty.c
988
if (ISSET(cflag, CSTOPB))
sys/dev/pci/cz.c
1356
if (t->c_cflag & CSTOPB) {
sys/dev/sbus/magma.c
1265
if (ISSET(t->c_cflag, CSTOPB))
sys/dev/sbus/spif.c
593
if (ISSET(t->c_cflag, CSTOPB))
sys/dev/usb/moscom.c
336
if (ISSET(t->c_cflag, CSTOPB))
sys/dev/usb/uark.c
232
if (ISSET(t->c_cflag, CSTOPB))
sys/dev/usb/ubsa.c
535
value = (cflag & CSTOPB) ? 1 : 0;
sys/dev/usb/uchcom.c
716
if (ISSET(cflag, PARENB) || ISSET(cflag, CSTOPB))
sys/dev/usb/uchcom.c
744
if (ISSET(cflag, CSTOPB)) {
sys/dev/usb/ucycom.c
265
t.c_cflag = CSTOPB | CS8;
sys/dev/usb/ucycom.c
425
cfg |= ISSET(t->c_cflag, CSTOPB) ?
sys/dev/usb/uftdi.c
1055
if (ISSET(t->c_cflag, CSTOPB))
sys/dev/usb/uftdi.c
903
t.c_cflag = CSTOPB | CS8;
sys/dev/usb/ukspan.c
534
lcr |= (cflag & CSTOPB) ? UKSPAN_STOP_2 : UKSPAN_STOP_1;
sys/dev/usb/umcs.c
534
if (t->c_cflag & CSTOPB)
sys/dev/usb/umct.c
469
if (ISSET(t->c_cflag, CSTOPB))
sys/dev/usb/umodem.c
515
if (ISSET(t->c_cflag, CSTOPB))
sys/dev/usb/uplcom.c
684
if (ISSET(t->c_cflag, CSTOPB))
sys/dev/usb/uslcom.c
443
if (ISSET(t->c_cflag, CSTOPB))
sys/dev/usb/uslhcom.c
335
if (ISSET(t->c_cflag, CSTOPB))
sys/dev/usb/uticom.c
659
if (ISSET(t->c_cflag, CSTOPB))
sys/dev/usb/uvscom.c
609
if (ISSET(t->c_cflag, CSTOPB))
sys/dev/usb/uxrcom.c
324
if (ISSET(t->c_cflag, CSTOPB))
usr.bin/tic/reset_cmd.c
303
| CSTOPB
usr.sbin/lpd/lp_stty.c
299
{ "cstopb", CSTOPB, 0 },
usr.sbin/lpd/lp_stty.c
300
{ "-cstopb", 0, CSTOPB },
usr.sbin/lpr/lpd/modes.c
54
{ "cstopb", CSTOPB, 0 },
usr.sbin/lpr/lpd/modes.c
55
{ "-cstopb", 0, CSTOPB },
usr.sbin/pppd/sys-bsd.c
421
tios.c_cflag &= ~(CSIZE | CSTOPB | PARENB | CLOCAL);
usr.sbin/pppd/sys-bsd.c
523
tios.c_cflag &= ~(CSIZE | CSTOPB | PARENB);
usr.sbin/wsmoused/mouse_protocols.c
93
(CS8 | CSTOPB | CREAD | CLOCAL | HUPCL), /* MouseSystems */
usr.sbin/wsmoused/mouse_protocols.c
94
(CS8 | CSTOPB | CREAD | CLOCAL | HUPCL), /* Logitech */