Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dtty.h215 #define tty_opened(tp) ((tp)->t_flags & TF_OPENED) macro
/f-stack/freebsd/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()
323 if (!tty_opened(tp)) { in ttydev_open()
H A Dtty_ttydisc.c621 if (!tty_opened(tp) || CMP_FLAG(c, CLOCAL)) in ttydisc_modem()