Searched refs:TF_OPENCLOSE (Results 1 – 3 of 3) sorted by relevance
194 if (tty_opened(tp) || tp->t_flags & TF_OPENCLOSE) { in ttydev_leave()200 tp->t_flags |= TF_OPENCLOSE; in ttydev_leave()228 tp->t_flags &= ~TF_OPENCLOSE; in ttydev_leave()259 while (tp->t_flags & TF_OPENCLOSE) { in ttydev_open()266 tp->t_flags |= TF_OPENCLOSE; in ttydev_open()327 done: tp->t_flags &= ~TF_OPENCLOSE; in ttydev_open()1061 #define TF_ACTIVITY (TF_GONE|TF_OPENED|TF_HOOK|TF_OPENCLOSE) in tty_rel_free()2101 { TF_OPENCLOSE, 'B' },
75 #define TF_OPENCLOSE 0x00080 /* Device is in open()/close(). */ macro
315 { TF_OPENCLOSE, 'B' },