Searched refs:TF_OPENED_OUT (Results 1 – 2 of 2) sorted by relevance
74 #define TF_OPENED_OUT 0x00010 /* "cua" node is in use. */ macro76 #define TF_OPENED (TF_OPENED_IN|TF_OPENED_OUT|TF_OPENED_CONS)
312 if (tp->t_flags & TF_OPENED_OUT) { in ttydev_open()360 tp->t_flags |= TF_OPENED_OUT; in ttydev_open()364 (tp->t_flags & TF_OPENED_OUT) == 0); in ttydev_open()386 (tp->t_flags & TF_OPENED_OUT) == 0); in ttydev_close()390 tp->t_flags &= ~(TF_OPENED_IN|TF_OPENED_OUT); in ttydev_close()2267 { TF_OPENED_OUT, 'o' },