Searched refs:CS8 (Results 1 - 5 of 5) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dttydefaults.h81 #define TTYDEF_CFLAG (CREAD | CS8 | HUPCL)
H A Dtermios.h211 #define CS8 0x00000300 /* 8 bits */ macro
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dtty_compat.c519 if ((cflag&CSIZE) == CS8) {
537 || (cflag&(CSIZE|PARENB)) != CS8)
542 if (!(flags&RAW) && !(oflag&OPOST) && (cflag&(CSIZE|PARENB)) == CS8)
617 cflag |= CS8;
724 cflag |= CS8;
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/i386/
H A Dkm.c121 tp->t_cflag = (CREAD | CS8 | CLOCAL);
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/ppc/
H A Dkm.c105 tp->t_cflag = (CREAD | CS8 | CLOCAL);

Completed in 35 milliseconds