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

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

Completed in 89 milliseconds