Searched refs:CREAD (Results 1 – 4 of 4) sorted by relevance
81 #define TTYDEF_CFLAG (CREAD | CS8 | HUPCL)
211 #define CREAD 0x00000800 /* enable receiver */ macro
109 tp->t_cflag = (CREAD | CS8 | CLOCAL); in kmopen()
86 tp->t_cflag = (CREAD | CS8 | CLOCAL); in kmopen()