Searched refs:CLOCAL (Results 1 – 3 of 3) sorted by relevance
138 #define CLOCAL 0x00008000 /* ignore modem status lines */ macro
97 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()
621 if (!tty_opened(tp) || CMP_FLAG(c, CLOCAL)) in ttydisc_modem()