Home
last modified time | relevance | path

Searched refs:WCS_INIT (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dvcons.c142 ((vt_minor2vc(id))->vc_flags & WCS_INIT) && \
238 pvc->vc_flags &= ~WCS_INIT; in vt_clean()
302 pvc->vc_flags |= WCS_INIT; in vt_init_tty()
357 if (!(pvc->vc_flags & WCS_INIT)) in vt_open()
679 if (!((pvc->vc_flags & WCS_ISOPEN) && (pvc->vc_flags & WCS_INIT))) in vt_switch()
683 (pvc_active->vc_flags & WCS_INIT))) in vt_switch()
721 (tmp_pvc->vc_flags & WCS_INIT) && in vt_switch()
H A Dwscons.c1577 (pvc->vc_flags & WCS_INIT)) in wc_modechg_cb()
/illumos-gate/usr/src/uts/common/sys/
H A Dvt_impl.h44 #define WCS_INIT 0x00000001 /* tty is init */ macro