Home
last modified time | relevance | path

Searched refs:CREAD (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/sys/
H A Dttydefaults.h55 #define TTYDEF_CFLAG (CREAD | CS8 | HUPCL)
H A D_termios.h134 #define CREAD 0x00000800 /* enable receiver */ macro
/f-stack/freebsd/kern/
H A Dtty.c96 #define TTYSUP_CFLAG (CIGNORE|CSIZE|CSTOPB|CREAD|PARENB|PARODD|\
131 if (tp->t_termios.c_cflag & CREAD) in tty_watermarks()
998 t->c_cflag |= CREAD; in ttydevsw_defparam()