Home
last modified time | relevance | path

Searched refs:c_cflag (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/kern/
H A Dtty.c131 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 …]
H A Dtty_compat.c281 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()
/f-stack/freebsd/sys/
H A D_termios.h223 tcflag_t c_cflag; /* control flags */ member
/f-stack/app/redis-5.0.5/deps/linenoise/
H A Dlinenoise.c235 raw.c_cflag |= (CS8); in enableRawMode()