Home
last modified time | relevance | path

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

/components/lwp/terminal/
A Dterminal.h122 #define TF_OPENED_OUT 0x00010 /* "cua" node is in use. */ macro
124 #define TF_OPENED (TF_OPENED_IN | TF_OPENED_OUT | TF_OPENED_CONS)
/components/lwp/terminal/freebsd/
A Dtty.c302 if (tp->t_flags & TF_OPENED_OUT) in ttydev_open()
359 tp->t_flags |= TF_OPENED_OUT; in ttydev_open()
363 (tp->t_flags & TF_OPENED_OUT) == 0); in ttydev_open()
385 (tp->t_flags & TF_OPENED_OUT) == 0); in ttydev_close()
389 tp->t_flags &= ~(TF_OPENED_IN | TF_OPENED_OUT); in ttydev_close()

Completed in 8 milliseconds