Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/bnu/
H A Dsetmode.c58 "cstopb", CSTOPB, 0,
59 "-cstopb", 0, CSTOPB,
60 "stopb", CSTOPB, 0,
61 "-stopb", 0, CSTOPB,
/titanic_44/usr/src/cmd/ttymon/
H A Dsttytable.c94 "cstopb", CSTOPB, 0,
95 "-cstopb", 0, CSTOPB,
H A Dstty.c295 if (m&CSTOPB) in prmodes()
568 (void) printf("-cstopb "+((m&CSTOPB) != 0)); in pramodes()
/titanic_44/usr/src/ucbcmd/stty/
H A Dsttytable.c90 "cstopb", CSTOPB, 0,
91 "-cstopb", 0, CSTOPB,
H A Dstty.c244 if (m & CSTOPB) in prmodes()
518 (void) fprintf(output, "-cstopb " + ((m & CSTOPB) != 0)); in pramodes()
/titanic_44/usr/src/lib/libbc/inc/include/sys/
H A Dtermios.h174 #define CSTOPB 0x00000040 macro
/titanic_44/usr/src/lib/libbc/inc/include/
H A Dtermios.h174 #define CSTOPB 0x00000040 macro
/titanic_44/usr/src/cmd/lp/filter/postscript/postio/
H A Difdef.c117 stopbits = (stopbits == 1) ? 0 : CSTOPB; in setupline()
129 stopbits = (stopbits == 1) ? 0 : CSTOPB; in setupline()
/titanic_44/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_promif.c503 tip->c_cflag &= ~CSTOPB; in kmdb_parse_mode()
505 tip->c_cflag |= CSTOPB; in kmdb_parse_mode()
/titanic_44/usr/src/grub/grub-0.97/grub/
H A Dasmstub.c1198 termios.c_cflag &= ~CSTOPB; in serial_hw_init()
1201 termios.c_cflag |= CSTOPB; in serial_hw_init()
/titanic_44/usr/src/uts/common/sys/
H A Dtermios.h263 #define CSTOPB 0000100 macro
/titanic_44/usr/src/lib/libcmd/common/
H A Dstty.c215 { "cstopb", BIT, C_FLAG, 0, CSTOPB, CSTOPB, C("Use two (one) stop bits") },
/titanic_44/usr/src/uts/common/io/
H A Dttcompat.c1164 termiosp->c_cflag |= CSTOPB; in from_compat()
1323 if ((termiosp->c_cflag & CSTOPB) && csp->t_ispeed != B110) in to_compat()
H A Dconsconfig_dacf.c1940 ~(CSIZE | CBAUD | CBAUDEXT | PARODD | PARENB | CSTOPB); in consconfig_setmodes()
2011 termiosp->c_cflag |= CSTOPB; /* 1 extra stop bit */ in consconfig_setmodes()
H A Dasy.c2057 (CLOCAL|CREAD|CSTOPB|CSIZE|PARENB|PARODD|CBAUD|CBAUDEXT); in asy_program()
2117 if (c_flag & CSTOPB) in asy_program()
4530 asy->asy_cflag |= CSTOPB; in asy_parse_mode()
/titanic_44/usr/src/uts/common/io/usb/clients/usbser/usbftdi/
H A Duftdi_dsd.c704 if (pe->val.ui & CSTOPB) in uftdi_param2regs()
2017 { DS_PARAM_STOPB, .val.ui = CSTOPB }, in uftdi_open_hw_port()
/titanic_44/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()
/titanic_44/usr/src/uts/sun/io/
H A Dzs_async.c3061 wr4 |= (za->za_ttycommon.t_cflag & CSTOPB) ? in zsa_program()
3372 if (za->za_ttycommon.t_cflag & CSTOPB) printf(" t_cfl:CSTOPB"); in zsa_print_info()
/titanic_44/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()
/titanic_44/usr/src/uts/common/io/usb/clients/usbser/usbsprl/
H A Dpl2303_dsd.c720 if (pe->val.ui & CSTOPB) { in pl2303_set_port_params()
/titanic_44/usr/src/uts/common/io/usb/clients/usbser/usbsacm/
H A Dusbsacm.c1087 if (pe->val.ui & CSTOPB) { in usbsacm_ds_set_port_params()
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dsys-solaris.c1313 tios.c_cflag &= ~(CSIZE | CSTOPB | PARENB | CLOCAL);
/titanic_44/usr/src/uts/common/io/usb/clients/usbser/
H A Dusbser.c3155 pe[1].val.ui = c_flag & CSTOPB; in usbser_port_program()