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); local
676 ASSERT(pvc_active && pvc);
682 if (!((pvc_active->vc_flags & WCS_ISOPEN) &&
683 (pvc_active->vc_flags & WCS_INIT)))
688 tem_switch(pvc_active->vc_tem, pvc->vc_tem, credp);

Completed in 44 milliseconds