Searched refs:TF_GONE (Results 1 – 2 of 2) sorted by relevance
125 #define TF_GONE 0x00040 /* Device node is gone. */ macro236 #define tty_gone(tp) ((tp)->t_flags & TF_GONE)
843 #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