Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A D_termios.h138 #define CLOCAL 0x00008000 /* ignore modem status lines */ macro
/f-stack/freebsd/kern/
H A Dtty.c97 HUPCL|CLOCAL|CCTS_OFLOW|CRTS_IFLOW|CDTR_IFLOW|\
332 tp->t_termios.c_cflag |= CLOCAL; in ttydev_open()
349 (tp->t_termios.c_cflag & CLOCAL) == 0) { in ttydev_open()
929 ti->c_cflag |= CLOCAL; in tty_init_console()
930 to->c_cflag |= CLOCAL; in tty_init_console()
H A Dtty_ttydisc.c621 if (!tty_opened(tp) || CMP_FLAG(c, CLOCAL)) in ttydisc_modem()