Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dtty.c1148 #define TF_ACTIVITY (TF_GONE|TF_OPENED|TF_HOOK|TF_OPENCLOSE) in tty_rel_free() macro
1149 if (tp->t_sessioncnt != 0 || (tp->t_flags & TF_ACTIVITY) != TF_GONE) { in tty_rel_free()