Searched refs:TF_OPENED_OUT (Results 1 – 3 of 3) sorted by relevance
71 #define TF_OPENED_OUT 0x00010 /* "cua" node is in use. */ macro73 #define TF_OPENED (TF_OPENED_IN|TF_OPENED_OUT|TF_OPENED_CONS)
274 if (tp->t_flags & TF_OPENED_OUT) { in ttydev_open()319 tp->t_flags |= TF_OPENED_OUT; in ttydev_open()345 tp->t_flags &= ~(TF_OPENED_IN|TF_OPENED_OUT); in ttydev_close()2071 { TF_OPENED_OUT, 'o' },
311 { TF_OPENED_OUT, 'o' },