Searched refs:WCS_ISOPEN (Results 1 – 3 of 3) sorted by relevance
141 (((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()
1670 if ((pvc->vc_flags & WCS_ISOPEN) && in wc_modechg_cb()
45 #define WCS_ISOPEN 0x00000002 /* open is complete */ macro