Home
last modified time | relevance | path

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

/components/lwp/terminal/
A Dterminal.h123 #define TF_OPENED_CONS 0x00020 /* Device in use as console. */ macro
124 #define TF_OPENED (TF_OPENED_IN | TF_OPENED_OUT | TF_OPENED_CONS)
/components/lwp/terminal/freebsd/
A Dtty.c294 if (tp->t_flags & (TF_OPENED_CONS | TF_OPENED_IN)) in ttydev_open()
357 tp->t_flags |= TF_OPENED_CONS; in ttydev_open()
362 MPASS((tp->t_flags & (TF_OPENED_CONS | TF_OPENED_IN)) == 0 || in ttydev_open()
384 MPASS((tp->t_flags & (TF_OPENED_CONS | TF_OPENED_IN)) == 0 || in ttydev_close()
387 tp->t_flags &= ~TF_OPENED_CONS; in ttydev_close()

Completed in 628 milliseconds