Home
last modified time | relevance | path

Searched refs:CS8 (Results 1 – 25 of 44) sorted by relevance

12

/illumos-gate/usr/src/ucbcmd/stty/
H A Dsttytable.c80 "-parity", CS8, PARENB|CSIZE,
81 "-evenp", CS8, PARENB|CSIZE,
82 "-even", CS8, PARENB|CSIZE,
83 "-oddp", CS8, PARENB|PARODD|CSIZE,
84 "-odd", CS8, PARENB|PARODD|CSIZE,
94 "cs8", CS8, CSIZE,
110 "litout", CS8, (CSIZE|PARENB),
112 "pass8", CS8, (CSIZE|PARENB),
114 "raw", CS8, (CSIZE|PARENB),
125 "-markp", CS8, (PARENB|PARODD|CSIZE|PAREXT),
[all …]
/illumos-gate/usr/src/cmd/ttymon/
H A Dsttytable.c88 "-parity", CS8, PARENB|CSIZE,
89 "-evenp", CS8, PARENB|CSIZE,
90 "-oddp", CS8, PARENB|PARODD|CSIZE,
98 "cs8", CS8, CSIZE,
118 "raw", CS8, (CSIZE|PARENB),
129 "-markp", CS8, (PARENB|PARODD|CSIZE|PAREXT),
131 "-spacep", CS8, (PARENB|CSIZE|PAREXT),
H A Dtmautobaud.c88 termio.c_cflag |= CREAD|HUPCL|(CS8&CSIZE)|(B2400&CBAUD); in auto_termio()
103 termios.c_cflag |= CREAD|HUPCL|(CS8&CSIZE); in auto_termio()
/illumos-gate/usr/src/cmd/bnu/
H A Dsetmode.c42 "-parity", CS8, PARENB|CSIZE,
43 "-evenp", CS8, PARENB|CSIZE,
44 "-oddp", CS8, PARENB|PARODD|CSIZE,
52 "cs8", CS8, CSIZE,
84 "litout", CS8, (CSIZE|PARENB),
86 "pass8", CS8, (CSIZE|PARENB),
88 "raw", CS8, (CSIZE|PARENB),
H A Dline.c194 ttbufs.c_cflag |= CS8;
212 ttbufs.c_cflag |= (CS8 | CREAD | (speed ? HUPCL : 0));
372 (Savettyb.c_cflag & ~CS8) | CS7 | PARENB; in savline()
378 Savettybs.c_cflag = (Savettybs.c_cflag & ~CS8) | CS7 | PARENB; in savline()
426 ttbufs.c_cflag |= (CS8|CLOCAL);
H A Ddial.c186 line_8bit = (call.attr->c_cflag & CS8 ? 1 : 0);
/illumos-gate/usr/src/lib/libnsl/dial/
H A Dline.c160 ttbufs.c_cflag |= CS8; in fixline()
191 ttbufs.c_cflag |= (CS8 | CREAD | (speed ? HUPCL : 0)); in fixline()
239 Savettyb.c_cflag = (Savettyb.c_cflag & ~CS8) | CS7; in savline()
245 Savettybs.c_cflag = (Savettybs.c_cflag & ~CS8) | CS7; in savline()
H A Ddial.c176 line_8bit = (call.attr->c_cflag & CS8 ? 1 : 0); in dial()
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dkeyname.sh84 if (SHELLTTYS.c_cflag & CS8)
86 if (SHELLTTY.c_cflag & CS8)
/illumos-gate/usr/src/uts/sun/sys/
H A Dser_async.h67 #define IFLAGS_SVID (CS8|CREAD|HUPCL)
69 #define I_CFLAGS ((ISPEED << IBSHIFT) | ISPEED | CS8 | CREAD | HUPCL)
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dmeta.c58 PTERMIOS(_prog)->c_cflag |= bf ? CS8 : CS7; in meta()
H A Dwgetch.c199 if (((PTERMIOS(_prog)->c_cflag & CSIZE) != CS8) && (*pChar != EOF)) in __m_read_input_char()
220 if ((PTERMIOS(_prog)->c_cflag & CSIZE) != CS8) { in __m_typeahead_read_input_char()
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dmeta.c55 cur_term->_prog.c_cflag |= bf ? CS8 : CS7; in meta()
/illumos-gate/usr/src/cmd/bhyve/
H A Dbhyve_sol_glue.c37 t->c_cflag |= CS8|CREAD; in cfmakeraw()
/illumos-gate/usr/src/uts/common/io/
H A Dttcompat.c1116 termiosp->c_cflag |= CS8; in from_compat()
1124 termiosp->c_cflag |= CS8; in from_compat()
1127 termiosp->c_cflag |= CS8; in from_compat()
1134 termiosp->c_cflag |= CS8; in from_compat()
1246 (termiosp->c_cflag & (CSIZE|PARENB)) == CS8 && in to_compat()
1254 if ((termiosp->c_cflag & (CSIZE|PARENB)) == CS8 && in to_compat()
1259 if ((termiosp->c_cflag & (CSIZE|PARENB)) == CS8) { in to_compat()
H A Dtty_common.c36 B9600|CS8|CREAD, /* c_cflag */
/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/
H A Difdef.c119 termio.c_cflag = HUPCL | CREAD | CS8 | stopbits | in setupline()
131 termios.c_cflag = HUPCL | CREAD | CS8 | stopbits | in setupline()
/illumos-gate/usr/src/cmd/tip/aculib/
H A Dv831.c190 cntrl.c_cflag |= CS8; in dialit()
/illumos-gate/usr/src/grub/grub-0.97/grub/
H A Dasmstub.c1146 termios.c_cflag |= CS8; in serial_hw_init()
1173 termios.c_cflag |= CS8; in serial_hw_init()
/illumos-gate/usr/src/uts/common/sys/
H A Dtermios.h264 #define CS8 0000060 macro
/illumos-gate/usr/src/uts/sun/io/
H A Dms.c335 cb->c_cflag = CREAD|CS8|B9600; in msopen()
976 cb->c_cflag = CREAD|CS8|msd->msd_baud_rate; in msrput()
/illumos-gate/usr/src/cmd/tip/
H A Dtip.c514 buf.c_cflag |= CS8; in ttysetup()
/illumos-gate/usr/src/cmd/mailx/
H A Dtty.c327 ttybuf.c_cflag |= CS8; /* character size = 8 */ in savetty()
/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_promif.c437 static const uint_t bitsmap[] = { CS6, CS6, CS7, CS8 }; in kmdb_parse_mode()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dsys_bsd.c465 tmp_tc.c_cflag |= CS8;

12