Home
last modified time | relevance | path

Searched refs:tty_opened (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/sys/dev/nmdm/
H A Dnmdm.c115 if (tty_opened(otp)) in nmdm_close()
268 if (!tty_opened(tp)) { in nmdm_task_tty()
273 if (tty_opened(tp)) { in nmdm_task_tty()
/freebsd-12.1/sys/sys/
H A Dtty.h208 #define tty_opened(tp) ((tp)->t_flags & TF_OPENED) macro
/freebsd-12.1/sys/dev/syscons/
H A Dsysmouse.c301 if (!tty_opened(sysmouse_tty)) in sysmouse_event()
H A Dsyscons.c101 #define tty_opened_ns(tp) ((tp) != NULL && tty_opened(tp))
730 if (!tty_opened(tp)) { in sctty_open()
2012 if (tty_opened(tp)) in sc_cnputc()
/freebsd-12.1/sys/kern/
H A Dtty.c211 if (tty_gone(tp) || !tty_opened(tp)) { in ttydev_enter()
226 if (tty_opened(tp) || tp->t_flags & TF_OPENCLOSE) { in ttydev_leave()
314 if (!tty_opened(tp)) { in ttydev_open()
H A Dtty_ttydisc.c608 if (!tty_opened(tp) || CMP_FLAG(c, CLOCAL)) in ttydisc_modem()