Symbol: CSTOPB
usr/src/cmd/bnu/setmode.c
56
"cstopb", CSTOPB, 0,
usr/src/cmd/bnu/setmode.c
57
"-cstopb", 0, CSTOPB,
usr/src/cmd/bnu/setmode.c
58
"stopb", CSTOPB, 0,
usr/src/cmd/bnu/setmode.c
59
"-stopb", 0, CSTOPB,
usr/src/cmd/cmd-inet/usr.bin/pppd/sys-solaris.c
1254
tios.c_cflag &= ~(CSIZE | CSTOPB | PARENB | CLOCAL);
usr/src/cmd/lp/filter/postscript/postio/ifdef.c
115
stopbits = (stopbits == 1) ? 0 : CSTOPB;
usr/src/cmd/lp/filter/postscript/postio/ifdef.c
127
stopbits = (stopbits == 1) ? 0 : CSTOPB;
usr/src/cmd/mdb/common/kmdb/kmdb_promif.c
505
tip->c_cflag &= ~CSTOPB;
usr/src/cmd/mdb/common/kmdb/kmdb_promif.c
507
tip->c_cflag |= CSTOPB;
usr/src/cmd/ttymon/stty.c
295
if (m&CSTOPB)
usr/src/cmd/ttymon/stty.c
575
(void) printf("-cstopb "+((m&CSTOPB) != 0));
usr/src/cmd/ttymon/sttytable.c
102
"cstopb", CSTOPB, 0,
usr/src/cmd/ttymon/sttytable.c
103
"-cstopb", 0, CSTOPB,
usr/src/grub/grub-0.97/grub/asmstub.c
1201
termios.c_cflag &= ~CSTOPB;
usr/src/grub/grub-0.97/grub/asmstub.c
1204
termios.c_cflag |= CSTOPB;
usr/src/ucbcmd/stty/stty.c
245
if (m & CSTOPB)
usr/src/ucbcmd/stty/stty.c
519
(void) fprintf(output, "-cstopb " + ((m & CSTOPB) != 0));
usr/src/ucbcmd/stty/sttytable.c
98
"cstopb", CSTOPB, 0,
usr/src/ucbcmd/stty/sttytable.c
99
"-cstopb", 0, CSTOPB,
usr/src/uts/common/io/asy.c
2719
(CLOCAL|CREAD|CSTOPB|CSIZE|PARENB|PARODD|CBAUD|CBAUDEXT);
usr/src/uts/common/io/asy.c
2776
if (c_flag & CSTOPB)
usr/src/uts/common/io/asy.c
5162
asy->asy_cflag |= CSTOPB;
usr/src/uts/common/io/consconfig_dacf.c
1939
~(CSIZE | CBAUD | CBAUDEXT | PARODD | PARENB | CSTOPB);
usr/src/uts/common/io/consconfig_dacf.c
2010
termiosp->c_cflag |= CSTOPB; /* 1 extra stop bit */
usr/src/uts/common/io/ttcompat.c
1066
termiosp->c_cflag |= CSTOPB;
usr/src/uts/common/io/ttcompat.c
1225
if ((termiosp->c_cflag & CSTOPB) && csp->t_ispeed != B110)
usr/src/uts/common/io/usb/clients/usbser/usbftdi/uftdi_dsd.c
2025
{ DS_PARAM_STOPB, .val.ui = CSTOPB },
usr/src/uts/common/io/usb/clients/usbser/usbftdi/uftdi_dsd.c
712
if (pe->val.ui & CSTOPB)
usr/src/uts/common/io/usb/clients/usbser/usbsacm/usbsacm.c
1099
if (pe->val.ui & CSTOPB) {
usr/src/uts/common/io/usb/clients/usbser/usbser.c
3154
pe[1].val.ui = c_flag & CSTOPB;
usr/src/uts/common/io/usb/clients/usbser/usbser_keyspan/keyspan_dsd.c
2894
if (pe->val.ui & CSTOPB) {
usr/src/uts/common/io/usb/clients/usbser/usbser_keyspan/keyspan_dsd.c
3100
if (pe->val.ui & CSTOPB) {
usr/src/uts/common/io/usb/clients/usbser/usbsprl/pl2303_dsd.c
720
if (pe->val.ui & CSTOPB) {
usr/src/uts/sun/io/zs_async.c
3064
wr4 |= (za->za_ttycommon.t_cflag & CSTOPB) ?
usr/src/uts/sun/io/zs_async.c
3375
if (za->za_ttycommon.t_cflag & CSTOPB) printf(" t_cfl:CSTOPB");
usr/src/uts/sun4/io/su_driver.c
1406
(CLOCAL | CREAD | CSTOPB | CSIZE | PARENB | PARODD | CBAUD |
usr/src/uts/sun4/io/su_driver.c
1429
if (c_flag & CSTOPB)