Searched refs:c_cflag (Results 1 – 4 of 4) sorted by relevance
131 if (tp->t_termios.c_cflag & CREAD) in tty_watermarks()332 tp->t_termios.c_cflag |= CLOCAL; in ttydev_open()628 new->c_cflag = (old->c_cflag & lock->c_cflag) | in ttydev_ioctl()629 (new->c_cflag & ~lock->c_cflag); in ttydev_ioctl()907 t->c_cflag = TTYDEF_CFLAG; in tty_init_termios()929 ti->c_cflag |= CLOCAL; in tty_init_console()930 to->c_cflag |= CLOCAL; in tty_init_console()998 t->c_cflag |= CREAD; in ttydevsw_defparam()1719 t->c_cflag &= TTYSUP_CFLAG; in tty_generic_ioctl()1734 (tp->t_termios.c_cflag != t->c_cflag || in tty_generic_ioctl()[all …]
281 tcflag_t cflag = tp->t_termios.c_cflag; in ttcompatgetflags()342 tcflag_t cflag = t->c_cflag; in ttcompatsetflags()409 t->c_cflag = cflag; in ttcompatsetflags()419 tcflag_t cflag = t->c_cflag; in ttcompatsetlflags()485 t->c_cflag = cflag; in ttcompatsetlflags()
223 tcflag_t c_cflag; /* control flags */ member
235 raw.c_cflag |= (CS8); in enableRawMode()