Searched refs:TF_OPENED_OUT (Results 1 – 3 of 3) sorted by relevance
72 #define TF_OPENED_OUT 0x00010 /* "cua" node is in use. */ macro74 #define TF_OPENED (TF_OPENED_IN|TF_OPENED_OUT|TF_OPENED_CONS)
307 if (tp->t_flags & TF_OPENED_OUT) { in ttydev_open()355 tp->t_flags |= TF_OPENED_OUT; in ttydev_open()359 (tp->t_flags & TF_OPENED_OUT) == 0); in ttydev_open()381 (tp->t_flags & TF_OPENED_OUT) == 0); in ttydev_close()385 tp->t_flags &= ~(TF_OPENED_IN|TF_OPENED_OUT); in ttydev_close()2300 { TF_OPENED_OUT, 'o' },
299 { TF_OPENED_OUT, 'o' },