Searched refs:TF_OPENCLOSE (Results 1 – 2 of 2) sorted by relevance
218 if (tty_opened(tp) || tp->t_flags & TF_OPENCLOSE) in ttydev_leave()225 tp->t_flags |= TF_OPENCLOSE; in ttydev_leave()250 tp->t_flags &= ~TF_OPENCLOSE; in ttydev_leave()277 while (tp->t_flags & TF_OPENCLOSE) in ttydev_open()286 tp->t_flags |= TF_OPENCLOSE; in ttydev_open()366 tp->t_flags &= ~TF_OPENCLOSE; in ttydev_open()843 #define TF_ACTIVITY (TF_GONE | TF_OPENED | TF_HOOK | TF_OPENCLOSE) in tty_rel_free()
126 #define TF_OPENCLOSE 0x00080 /* Device is in open()/close(). */ macro
Completed in 9 milliseconds