Home
last modified time | relevance | path

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

/freebsd/sys/dev/nmdm/
H A Dnmdm.c114 if (tty_opened(otp)) in nmdm_close()
267 if (!tty_opened(tp)) { in nmdm_task_tty()
272 if (tty_opened(tp)) { in nmdm_task_tty()
/freebsd/sys/sys/
H A Dtty.h213 #define tty_opened(tp) ((tp)->t_flags & TF_OPENED) macro
/freebsd/sys/dev/syscons/
H A Dsysmouse.c300 if (!tty_opened(sysmouse_tty)) in sysmouse_event()
H A Dsyscons.c98 #define tty_opened_ns(tp) ((tp) != NULL && tty_opened(tp))
737 if (!tty_opened(tp)) { in sctty_open()
2035 if (tty_opened(tp)) in sc_cnputc()
/freebsd/sys/kern/
H A Dtty.c219 if (tty_gone(tp) || !tty_opened(tp)) { in ttydev_enter()
234 if (tty_opened(tp) || tp->t_flags & TF_OPENCLOSE) { in ttydev_leave()
318 if (!tty_opened(tp)) { in ttydev_open()
H A Dtty_ttydisc.c704 if (!tty_opened(tp) || CMP_FLAG(c, CLOCAL)) in ttydisc_modem()