Searched refs:TF_OPENED_OUT (Results 1 – 2 of 2) sorted by relevance
122 #define TF_OPENED_OUT 0x00010 /* "cua" node is in use. */ macro124 #define TF_OPENED (TF_OPENED_IN | TF_OPENED_OUT | TF_OPENED_CONS)
302 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