Searched refs:tty_opened (Results 1 – 3 of 3) sorted by relevance
215 #define tty_opened(tp) ((tp)->t_flags & TF_OPENED) macro
220 if (tty_gone(tp) || !tty_opened(tp)) { in ttydev_enter()235 if (tty_opened(tp) || tp->t_flags & TF_OPENCLOSE) { in ttydev_leave()323 if (!tty_opened(tp)) { in ttydev_open()
621 if (!tty_opened(tp) || CMP_FLAG(c, CLOCAL)) in ttydisc_modem()