Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/
H A Dvcons.c141 (((vt_minor2vc(id))->vc_flags & WCS_ISOPEN) && \
281 pvc->vc_flags &= ~WCS_ISOPEN; in vt_close()
349 if (!(pvc->vc_flags & WCS_ISOPEN)) { in vt_open()
392 pvc->vc_flags |= WCS_ISOPEN; in vt_open()
679 if (!((pvc->vc_flags & WCS_ISOPEN) && (pvc->vc_flags & WCS_INIT))) in vt_switch()
682 if (!((pvc_active->vc_flags & WCS_ISOPEN) && in vt_switch()
720 if ((tmp_pvc->vc_flags & WCS_ISOPEN) && in vt_switch()
H A Dwscons.c1670 if ((pvc->vc_flags & WCS_ISOPEN) && in wc_modechg_cb()
/titanic_41/usr/src/uts/common/sys/
H A Dvt_impl.h45 #define WCS_ISOPEN 0x00000002 /* open is complete */ macro