Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dvcons.c672 vc_state_t *pvc_active = vt_minor2vc(vc_active_console); in vt_switch() local
676 ASSERT(pvc_active && pvc); in vt_switch()
682 if (!((pvc_active->vc_flags & WCS_ISOPEN) && in vt_switch()
683 (pvc_active->vc_flags & WCS_INIT))) in vt_switch()
688 tem_switch(pvc_active->vc_tem, pvc->vc_tem, credp); in vt_switch()