Searched refs:CREAD (Results 1 - 4 of 4) 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.h213 #define CREAD 0x00000800 /* enable receiver */ macro
/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 19 milliseconds