Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bnu/
H A Dsetmode.c56 "cstopb", CSTOPB, 0,
57 "-cstopb", 0, CSTOPB,
58 "stopb", CSTOPB, 0,
59 "-stopb", 0, CSTOPB,
/illumos-gate/usr/src/cmd/ttymon/
H A Dsttytable.c102 "cstopb", CSTOPB, 0,
103 "-cstopb", 0, CSTOPB,
H A Dstty.c295 if (m&CSTOPB) in prmodes()
575 (void) printf("-cstopb "+((m&CSTOPB) != 0)); in pramodes()
/illumos-gate/usr/src/ucbcmd/stty/
H A Dsttytable.c98 "cstopb", CSTOPB, 0,
99 "-cstopb", 0, CSTOPB,
H A Dstty.c245 if (m & CSTOPB) in prmodes()
519 (void) fprintf(output, "-cstopb " + ((m & CSTOPB) != 0)); in pramodes()
/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/
H A Difdef.c115 stopbits = (stopbits == 1) ? 0 : CSTOPB; in setupline()
127 stopbits = (stopbits == 1) ? 0 : CSTOPB; in setupline()
/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_promif.c505 tip->c_cflag &= ~CSTOPB; in kmdb_parse_mode()
507 tip->c_cflag |= CSTOPB; in kmdb_parse_mode()
/illumos-gate/usr/src/grub/grub-0.97/grub/
H A Dasmstub.c1201 termios.c_cflag &= ~CSTOPB; in serial_hw_init()
1204 termios.c_cflag |= CSTOPB; in serial_hw_init()
/illumos-gate/usr/src/uts/common/sys/
H A Dtermios.h265 #define CSTOPB 0000100 macro
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dstty.c217 { "cstopb", BIT, C_FLAG, 0, CSTOPB, CSTOPB, C("Use two (one) stop bits") },
/illumos-gate/usr/src/uts/common/io/
H A Dttcompat.c1066 termiosp->c_cflag |= CSTOPB; in from_compat()
1225 if ((termiosp->c_cflag & CSTOPB) && csp->t_ispeed != B110) in to_compat()
H A Dconsconfig_dacf.c1939 ~(CSIZE | CBAUD | CBAUDEXT | PARODD | PARENB | CSTOPB); in consconfig_setmodes()
2010 termiosp->c_cflag |= CSTOPB; /* 1 extra stop bit */ in consconfig_setmodes()
H A Dasy.c2059 (CLOCAL|CREAD|CSTOPB|CSIZE|PARENB|PARODD|CBAUD|CBAUDEXT); in asy_program()
2119 if (c_flag & CSTOPB) in asy_program()
4568 asy->asy_cflag |= CSTOPB; in asy_parse_mode()
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/usbftdi/
H A Duftdi_dsd.c712 if (pe->val.ui & CSTOPB) in uftdi_param2regs()
2025 { DS_PARAM_STOPB, .val.ui = CSTOPB }, in uftdi_open_hw_port()
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/usbser_keyspan/
H A Dkeyspan_dsd.c2894 if (pe->val.ui & CSTOPB) { in keyspan_build_cmd_msg_usa19hs()
3100 if (pe->val.ui & CSTOPB) { in keyspan_build_cmd_msg_usa49()
/illumos-gate/usr/src/uts/sun/io/
H A Dzs_async.c3064 wr4 |= (za->za_ttycommon.t_cflag & CSTOPB) ? in zsa_program()
3375 if (za->za_ttycommon.t_cflag & CSTOPB) printf(" t_cfl:CSTOPB"); in zsa_print_info()
/illumos-gate/usr/src/uts/sun4/io/
H A Dsu_driver.c1406 (CLOCAL | CREAD | CSTOPB | CSIZE | PARENB | PARODD | CBAUD | in asy_program()
1429 if (c_flag & CSTOPB) in asy_program()
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/usbsprl/
H A Dpl2303_dsd.c720 if (pe->val.ui & CSTOPB) { in pl2303_set_port_params()
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/usbsacm/
H A Dusbsacm.c1099 if (pe->val.ui & CSTOPB) { in usbsacm_ds_set_port_params()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dsys-solaris.c1254 tios.c_cflag &= ~(CSIZE | CSTOPB | PARENB | CLOCAL);
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/
H A Dusbser.c3154 pe[1].val.ui = c_flag & CSTOPB; in usbser_port_program()