Home
last modified time | relevance | path

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

12345678

/netbsd/src/bin/stty/
Dmodes.c83 { "cs8", CS8, CSIZE },
85 { "-parity", CS8, PARODD | PARENB | CSIZE },
87 { "-evenp", CS8, PARODD | PARENB | CSIZE },
89 { "-oddp", CS8, PARODD | PARENB | CSIZE },
90 { "pass8", CS8, PARODD | PARENB | CSIZE },
/netbsd/src/usr.sbin/lpr/lpd/
Dmodes.c62 { "cs8", CS8, CSIZE },
72 { "-parity", CS8, PARODD | PARENB | CSIZE },
74 { "-evenp", CS8, PARODD | PARENB | CSIZE },
76 { "-oddp", CS8, PARODD | PARENB | CSIZE },
77 { "pass8", CS8, PARODD | PARENB | CSIZE },
/netbsd/src/sys/arch/evbppc/walnut/
Dconsinit.c58 #define CONMODE ((TTYDEF_CFLAG & ~(CSIZE | CSTOPB | PARENB)) | CS8) /* 8N1 */
81 #define KGDB_DEVMODE ((TTYDEF_CFLAG & ~(CSIZE | CSTOPB | PARENB)) | CS8) /* 8N1 */
/netbsd/src/sys/arch/xen/x86/
Dconsinit.c106 #define CONMODE ((TTYDEF_CFLAG & ~(CSIZE | CSTOPB | PARENB)) | CS8) /* 8N1 */
137 #define KGDB_DEVMODE ((TTYDEF_CFLAG & ~(CSIZE | CSTOPB | PARENB)) | CS8) /* 8N1 */
/netbsd/src/sys/arch/sgimips/sgimips/
Dconsole.c65 #define CONMODE ((TTYDEF_CFLAG & ~(CSIZE | CSTOPB | PARENB)) | CS8) /* 8N1 */
244 # define KGDB_DEVMODE ((TTYDEF_CFLAG & ~(CSIZE | CSTOPB | PARENB)) | CS8) in kgdb_port_init()
/netbsd/src/sys/arch/algor/algor/
Dmachdep.c245 (TTYDEF_CFLAG & ~(CSIZE | PARENB)) | CS8) != 0) in mach_init()
289 (TTYDEF_CFLAG & ~(CSIZE | PARENB)) | CS8) != 0) in mach_init()
331 (TTYDEF_CFLAG & ~(CSIZE | PARENB)) | CS8) != 0) in mach_init()
/netbsd/src/sys/arch/x86/x86/
Dconsinit.c119 #define CONMODE ((TTYDEF_CFLAG & ~(CSIZE | CSTOPB | PARENB)) | CS8) /* 8N1 */
150 #define KGDB_DEVMODE ((TTYDEF_CFLAG & ~(CSIZE | CSTOPB | PARENB)) | CS8) /* 8N1 */
/netbsd/src/sys/arch/evbarm/integrator/
Dintegrator_machdep.c161 #define CONMODE ((TTYDEF_CFLAG & ~(CSIZE | CSTOPB | PARENB)) | CS8) /* 8N1 */
185 #define PLCONMODE ((TTYDEF_CFLAG & ~(CSIZE | CSTOPB | PARENB)) | CS8) /* 8N1 */
/netbsd/src/sys/dev/sun/
Dsunkbd.c172 args->kmta_cflag = CLOCAL|CS8; in sunkbd_attach()
230 t.c_cflag = CLOCAL|CS8; in sunkbdiopen()
/netbsd/src/sys/arch/evbppc/pmppc/
Dmachdep.c144 #define KGDB_DEVMODE ((TTYDEF_CFLAG & ~(CSIZE | CSTOPB | PARENB)) | CS8) /* 8N1 */
299 ((TTYDEF_CFLAG & ~(CSIZE | CSTOPB | PARENB)) | CS8))) in consinit()
/netbsd/src/sys/arch/sbmips/sbmips/
Dconsole.c49 #define CONMODE ((TTYDEF_CFLAG & ~(CSIZE | CSTOPB | PARENB)) | CS8) /* 8N1 */
/netbsd/src/external/bsd/tmux/dist/compat/
Dcfmakeraw.c32 tio->c_cflag |= CS8; in cfmakeraw()
/netbsd/src/sys/arch/ibmnws/ibmnws/
Dconsinit.c82 (TTYDEF_CFLAG & ~(CSIZE | CSTOPB | PARENB)) | CS8)) in consinit()
/netbsd/src/lib/libc/termios/
Dcfmakeraw.c65 t->c_cflag |= CS8; in __weak_alias()
/netbsd/src/sys/arch/rs6000/rs6000/
Dconsinit.c84 ((TTYDEF_CFLAG & ~(CSIZE | CSTOPB | PARENB)) | CS8))) { in consinit()
/netbsd/src/sys/arch/evbppc/explora/
Dconsinit.c82 (TTYDEF_CFLAG & ~(CSIZE | CSTOPB | PARENB)) | CS8); in consinit()
/netbsd/src/sys/dev/tc/
Dzs_ioasic.c107 int zs_def_cflag = (TTYDEF_CFLAG & ~(CSIZE | PARENB)) | CS8;
778 cs->cs_defcflag = (TTYDEF_CFLAG & ~(CSIZE | PARENB)) | CS8; in zs_ioasic_cnattach()
801 cs->cs_defcflag = (TTYDEF_CFLAG & ~(CSIZE | PARENB)) | CS8; in zs_ioasic_lk201_cnattach()
/netbsd/src/sys/compat/common/
Dtty_43.c320 else if (ISSET(cflag, CSIZE) == CS8) { in ttcompatgetflags()
416 SET(cflag, CS8); in ttcompatsetflags()
484 SET(cflag, CS8); in ttcompatsetlflags()
/netbsd/src/sys/arch/hpcmips/vr/
Dvr.c431 (TTYDEF_CFLAG & ~(CSIZE | PARENB)) | CS8, 1)) { in vr_cons_init()
441 (TTYDEF_CFLAG & ~(CSIZE | PARENB)) | CS8, 0)) { in vr_cons_init()
/netbsd/src/sys/arch/alpha/pci/
Dpci_consinit.c95 (TTYDEF_CFLAG & ~(CSIZE | PARENB)) | CS8)) { in pci_consinit()
/netbsd/src/sys/arch/prep/prep/
Dconsinit.c139 ((TTYDEF_CFLAG & ~(CSIZE | CSTOPB | PARENB)) | CS8))) in consinit()
/netbsd/src/sys/compat/linux/common/
Dlinux_termios.h232 bts->c_cflag = CS8; in linux32_termio_to_bsd_termios()
314 case CS8: in bsd_termios_to_linux32_termio()
406 bts->c_cflag = CS8; in linux32_termios_to_bsd_termios()
502 case CS8: in bsd_termios_to_linux32_termios()
509 lts->c_cflag |= cvtto_linux_mask(bts->c_cflag, CS8, LINUX_CS8); in bsd_termios_to_linux32_termios()
/netbsd/src/external/bsd/ntp/dist/parseutil/
Dtestdcf.c389 term.c_cflag = CS8|CREAD|CLOCAL; in main()
391 term.c_cflag = CS8|CREAD|CLOCAL|PARENB; in main()
/netbsd/src/sys/arch/macppc/dev/
Dcom_mainbus.c102 comcnattach(iot, iobase, 9600, 1843200, COM_TYPE_NORMAL, (CREAD | CS8)); in com_mainbus_attach()
/netbsd/src/sys/arch/shark/shark/
Dconsinit.c89 #define CONMODE ((TTYDEF_CFLAG & ~(CSIZE | CSTOPB | PARENB)) | CS8) /* 8N1 */

12345678