Home
last modified time | relevance | path

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

123

/freebsd/usr.sbin/lpr/lpd/
H A Dmodes.c53 { "cs8", CS8, CSIZE },
63 { "-parity", CS8, PARODD | PARENB | CSIZE },
65 { "-evenp", CS8, PARODD | PARENB | CSIZE },
67 { "-oddp", CS8, PARODD | PARENB | CSIZE },
68 { "pass8", CS8, PARODD | PARENB | CSIZE },
/freebsd/bin/stty/
H A Dmodes.c50 { "cs8", CS8, CSIZE },
60 { "-parity", CS8, PARODD | PARENB | CSIZE },
62 { "-evenp", CS8, PARODD | PARENB | CSIZE },
64 { "-oddp", CS8, PARODD | PARENB | CSIZE },
65 { "pass8", CS8, PARODD | PARENB | CSIZE },
H A Dprint.c157 case CS8: in print()
H A Dkey.c235 ip->t.c_cflag |= CS8; in f_raw()
/freebsd/sys/kern/
H A Dtty_compat.c284 if ((cflag&CSIZE) == CS8) { in ttcompatgetflags()
302 || (cflag&(CSIZE|PARENB)) != CS8) in ttcompatgetflags()
307 if (!(flags&RAW) && !(oflag&OPOST) && (cflag&(CSIZE|PARENB)) == CS8) in ttcompatgetflags()
370 cflag |= CS8; in ttcompatsetflags()
463 cflag |= CS8; in ttcompatsetlflags()
/freebsd/contrib/ncurses/ncurses/trace/
H A Dlib_tracebits.c142 #if !defined(CS5) || !defined(CS8) in _nc_trace_ttymode()
182 #if defined(CS5) && defined(CS8) in _nc_trace_ttymode()
196 CS_DATA(CS8), in _nc_trace_ttymode()
/freebsd/lib/libvgl/
H A Dkeyboard.c56 term.c_cflag = CREAD | CS8; in VGLKeyboardInit()
/freebsd/contrib/tcsh/
H A Dmi.termios.c238 case BITS8: termios_p->c_cflag |= CS8; break;
363 case CS8: sgbuf.sg_flags |= BITS8; break;
/freebsd/sys/sys/
H A Dttydefaults.h52 #define TTYDEF_CFLAG (CREAD | CS8 | HUPCL)
H A D_termios.h130 #define CS8 0x00000300 /* 8 bits */ macro
/freebsd/contrib/ntp/parseutil/
H A Dtestdcf.c387 term.c_cflag = CS8|CREAD|CLOCAL; in main()
389 term.c_cflag = CS8|CREAD|CLOCAL|PARENB; in main()
/freebsd/contrib/ntp/libntp/
H A Dicom.c162 ttyb.c_cflag = IBAUD|CS8|CLOCAL; /* control modes (no read) */ in icom_init()
/freebsd/usr.sbin/moused/msconvd/
H A Dmsconvd.c321 (CS8 | CSTOPB | CREAD | CLOCAL | HUPCL), /* MouseSystems */
322 (CS8 | CSTOPB | CREAD | CLOCAL | HUPCL), /* Logitech */
323 (CS8 | PARENB | PARODD | CREAD | CLOCAL | HUPCL), /* MMSeries */
328 (CS8 | CREAD | CLOCAL | HUPCL), /* MM HitTablet */
332 (CS8 | CSTOPB | CREAD | CLOCAL | HUPCL), /* sysmouse */
334 (CS8 | PARENB | PARODD | CREAD | CLOCAL | HUPCL), /* kidspad etc. */
335 (CS8 | CREAD | CLOCAL | HUPCL), /* VersaPad */
338 (CS8 | CSTOPB | CREAD | CLOCAL | HUPCL), /* Mariqua */
340 (CS8 | CREAD | HUPCL ), /* GTCO Digi-Pad */
/freebsd/crypto/openssh/
H A Dttymodes.h167 TTYMODE(CS8, c_cflag, 91)
/freebsd/contrib/ntp/ntpd/
H A Drefclock_neoclock4x.c200 termsettings.c_cflag = CS8 | CSTOPB | CLOCAL | CREAD; in neoclock4x_start()
223 termsettings.c_cflag |= CS8; in neoclock4x_start()
245 termsettings.c_cflag |= CS8; in neoclock4x_start()
H A Drefclock_leitch.c287 ttyb.c_cflag = SPEED232|CS8|CLOCAL|CREAD; in leitch_start()
311 ttyp->c_cflag = SPEED232|CS8|CLOCAL|CREAD; in leitch_start()
H A Drefclock_parse.c567 #define GPS16X_CFLAG (CS8|CREAD|CLOCAL|HUPCL)
597 #define DCF7000_CFLAG (CS8|CREAD|PARENB|PARODD|CLOCAL|HUPCL)
629 #define WSDCF_CFLAG (CS8|CREAD|CLOCAL)
647 # define RAWDCF_CFLAG (CS8|CREAD|CLOCAL)
649 # define RAWDCF_CFLAG (CS8|CREAD|CLOCAL|PARENB)
691 #define IGELCLOCK_CFLAG (CS8|CREAD|HUPCL|CLOCAL)
738 #define TRIMBLETAIP_CFLAG (CS8|CREAD|CLOCAL)
744 #define TRIMBLETSIP_CFLAG (CS8|CLOCAL|CREAD|PARENB|PARODD)
814 #define RCC8000_CFLAG (CS8|CREAD|CLOCAL)
831 #define HOPF6021_CFLAG (CS8|CREAD|CLOCAL)
[all …]
H A Drefclock_palisade.c356 tio.c_cflag = (CS8|CLOCAL|CREAD); in palisade_start()
365 tio.c_cflag = (CS8|CLOCAL|CREAD|PARENB|PARODD); in palisade_start()
370 tio.c_cflag = (CS8|CLOCAL|CREAD|PARENB|PARODD); in palisade_start()
H A Drefclock_datum.c276 arg.c_cflag = B9600 | CS8 | CREAD | PARENB | CLOCAL; in datum_pts_start()
/freebsd/lib/libc/gen/
H A Dtermios.c171 t->c_cflag |= CS8|CREAD; in cfmakeraw()
/freebsd/libexec/getty/
H A Dsubr.c273 SET(cflag, CS8); in set_flags()
337 SET(cflag, CS8); in set_flags()
/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_newterm.c297 SP_PARM->_use_meta = ((new_term->Ottyb.c_cflag & CSIZE) == CS8 && in NCURSES_SP_NAME()
/freebsd/sys/dev/usb/serial/
H A Duark.c410 case CS8: in uark_cfg_param()
H A Dubser.c366 case CS8: in ubser_pre_param()
/freebsd/sys/dev/nmdm/
H A Dnmdm.c308 case CS8: bits += 8; break; in bits_per_char()

123