Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/nmdm/
H A Dnmdm.c116 if (tty_opened(otp)) in nmdm_close()
269 if (!tty_opened(tp)) { in nmdm_task_tty()
274 if (tty_opened(tp)) { in nmdm_task_tty()
/freebsd-13.1/sys/sys/
H A Dtty.h215 #define tty_opened(tp) ((tp)->t_flags & TF_OPENED) macro
/freebsd-13.1/sys/dev/syscons/
H A Dsysmouse.c300 if (!tty_opened(sysmouse_tty)) in sysmouse_event()
H A Dsyscons.c100 #define tty_opened_ns(tp) ((tp) != NULL && tty_opened(tp))
739 if (!tty_opened(tp)) { in sctty_open()
2033 if (tty_opened(tp)) in sc_cnputc()
/freebsd-13.1/sys/kern/
H A Dtty.c220 if (tty_gone(tp) || !tty_opened(tp)) { in ttydev_enter()
235 if (tty_opened(tp) || tp->t_flags & TF_OPENCLOSE) { in ttydev_leave()
322 if (!tty_opened(tp)) { in ttydev_open()
H A Dtty_ttydisc.c621 if (!tty_opened(tp) || CMP_FLAG(c, CLOCAL)) in ttydisc_modem()