Home
last modified time | relevance | path

Searched refs:TF_GONE (Results 1 – 2 of 2) sorted by relevance

/components/lwp/terminal/
A Dterminal.h125 #define TF_GONE 0x00040 /* Device node is gone. */ macro
236 #define tty_gone(tp) ((tp)->t_flags & TF_GONE)
/components/lwp/terminal/freebsd/
A Dtty.c843 #define TF_ACTIVITY (TF_GONE | TF_OPENED | TF_HOOK | TF_OPENCLOSE) in tty_rel_free()
844 if (tp->t_sessioncnt != 0 || (tp->t_flags & TF_ACTIVITY) != TF_GONE) in tty_rel_free()
917 tp->t_flags |= TF_GONE; in tty_rel_gone()

Completed in 8 milliseconds