Home
last modified time | relevance | path

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

/components/lwp/terminal/freebsd/
A Dtty.c218 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()
/components/lwp/terminal/
A Dterminal.h126 #define TF_OPENCLOSE 0x00080 /* Device is in open()/close(). */ macro

Completed in 6 milliseconds