Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/kern/
H A Dtty_compat.c567 if ((cflag & CSIZE) == CS8) { in ttcompatgetflags()
587 || (cflag & (CSIZE | PARENB)) != CS8) { in ttcompatgetflags()
593 if (!(flags & RAW) && !(oflag & OPOST) && (cflag & (CSIZE | PARENB)) == CS8) { in ttcompatgetflags()
680 cflag |= CS8; in ttcompatsetflags()
800 cflag |= CS8; in ttcompatsetlflags()
/xnu-12377.81.4/bsd/sys/
H A Dttydefaults.h81 #define TTYDEF_CFLAG (CREAD | CS8 | HUPCL)
H A Dtermios.h209 #define CS8 0x00000300 /* 8 bits */ macro
/xnu-12377.81.4/bsd/dev/i386/
H A Dkm.c109 tp->t_cflag = (CREAD | CS8 | CLOCAL); in kmopen()
/xnu-12377.81.4/bsd/dev/arm/
H A Dkm.c86 tp->t_cflag = (CREAD | CS8 | CLOCAL); in kmopen()