/titanic_44/usr/src/cmd/bnu/ |
H A D | setmode.c | 58 "cstopb", CSTOPB, 0, 59 "-cstopb", 0, CSTOPB, 60 "stopb", CSTOPB, 0, 61 "-stopb", 0, CSTOPB,
|
/titanic_44/usr/src/cmd/ttymon/ |
H A D | sttytable.c | 94 "cstopb", CSTOPB, 0, 95 "-cstopb", 0, CSTOPB,
|
H A D | stty.c | 295 if (m&CSTOPB) in prmodes() 568 (void) printf("-cstopb "+((m&CSTOPB) != 0)); in pramodes()
|
/titanic_44/usr/src/ucbcmd/stty/ |
H A D | sttytable.c | 90 "cstopb", CSTOPB, 0, 91 "-cstopb", 0, CSTOPB,
|
H A D | stty.c | 244 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 D | termios.h | 174 #define CSTOPB 0x00000040 macro
|
/titanic_44/usr/src/lib/libbc/inc/include/ |
H A D | termios.h | 174 #define CSTOPB 0x00000040 macro
|
/titanic_44/usr/src/cmd/lp/filter/postscript/postio/ |
H A D | ifdef.c | 117 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 D | kmdb_promif.c | 503 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 D | asmstub.c | 1198 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 D | termios.h | 263 #define CSTOPB 0000100 macro
|
/titanic_44/usr/src/lib/libcmd/common/ |
H A D | stty.c | 215 { "cstopb", BIT, C_FLAG, 0, CSTOPB, CSTOPB, C("Use two (one) stop bits") },
|
/titanic_44/usr/src/uts/common/io/ |
H A D | ttcompat.c | 1164 termiosp->c_cflag |= CSTOPB; in from_compat() 1323 if ((termiosp->c_cflag & CSTOPB) && csp->t_ispeed != B110) in to_compat()
|
H A D | consconfig_dacf.c | 1940 ~(CSIZE | CBAUD | CBAUDEXT | PARODD | PARENB | CSTOPB); in consconfig_setmodes() 2011 termiosp->c_cflag |= CSTOPB; /* 1 extra stop bit */ in consconfig_setmodes()
|
H A D | asy.c | 2057 (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 D | uftdi_dsd.c | 704 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 D | keyspan_dsd.c | 2894 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 D | zs_async.c | 3061 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 D | su_driver.c | 1406 (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 D | pl2303_dsd.c | 720 if (pe->val.ui & CSTOPB) { in pl2303_set_port_params()
|
/titanic_44/usr/src/uts/common/io/usb/clients/usbser/usbsacm/ |
H A D | usbsacm.c | 1087 if (pe->val.ui & CSTOPB) { in usbsacm_ds_set_port_params()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | sys-solaris.c | 1313 tios.c_cflag &= ~(CSIZE | CSTOPB | PARENB | CLOCAL);
|
/titanic_44/usr/src/uts/common/io/usb/clients/usbser/ |
H A D | usbser.c | 3155 pe[1].val.ui = c_flag & CSTOPB; in usbser_port_program()
|