/illumos-gate/usr/src/cmd/bnu/ |
H A D | setmode.c | 56 "cstopb", CSTOPB, 0, 57 "-cstopb", 0, CSTOPB, 58 "stopb", CSTOPB, 0, 59 "-stopb", 0, CSTOPB,
|
/illumos-gate/usr/src/cmd/ttymon/ |
H A D | sttytable.c | 102 "cstopb", CSTOPB, 0, 103 "-cstopb", 0, CSTOPB,
|
H A D | stty.c | 295 if (m&CSTOPB) in prmodes() 575 (void) printf("-cstopb "+((m&CSTOPB) != 0)); in pramodes()
|
/illumos-gate/usr/src/ucbcmd/stty/ |
H A D | sttytable.c | 98 "cstopb", CSTOPB, 0, 99 "-cstopb", 0, CSTOPB,
|
H A D | stty.c | 245 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 D | ifdef.c | 115 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 D | kmdb_promif.c | 505 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 D | asmstub.c | 1201 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 D | termios.h | 265 #define CSTOPB 0000100 macro
|
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/ |
H A D | stty.c | 217 { "cstopb", BIT, C_FLAG, 0, CSTOPB, CSTOPB, C("Use two (one) stop bits") },
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | ttcompat.c | 1066 termiosp->c_cflag |= CSTOPB; in from_compat() 1225 if ((termiosp->c_cflag & CSTOPB) && csp->t_ispeed != B110) in to_compat()
|
H A D | consconfig_dacf.c | 1939 ~(CSIZE | CBAUD | CBAUDEXT | PARODD | PARENB | CSTOPB); in consconfig_setmodes() 2010 termiosp->c_cflag |= CSTOPB; /* 1 extra stop bit */ in consconfig_setmodes()
|
H A D | asy.c | 2707 (CLOCAL|CREAD|CSTOPB|CSIZE|PARENB|PARODD|CBAUD|CBAUDEXT); in asy_program() 2764 if (c_flag & CSTOPB) in asy_program() 5136 asy->asy_cflag |= CSTOPB; in asy_parse_mode()
|
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/usbftdi/ |
H A D | uftdi_dsd.c | 712 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 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()
|
/illumos-gate/usr/src/uts/sun/io/ |
H A D | zs_async.c | 3064 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 D | su_driver.c | 1406 (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 D | pl2303_dsd.c | 720 if (pe->val.ui & CSTOPB) { in pl2303_set_port_params()
|
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/usbsacm/ |
H A D | usbsacm.c | 1099 if (pe->val.ui & CSTOPB) { in usbsacm_ds_set_port_params()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | sys-solaris.c | 1254 tios.c_cflag &= ~(CSIZE | CSTOPB | PARENB | CLOCAL);
|
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/ |
H A D | usbser.c | 3154 pe[1].val.ui = c_flag & CSTOPB; in usbser_port_program()
|