Lines Matching refs:vc_flags
141 (((vt_minor2vc(id))->vc_flags & WCS_ISOPEN) && \
142 ((vt_minor2vc(id))->vc_flags & WCS_INIT) && \
238 pvc->vc_flags &= ~WCS_INIT; in vt_clean()
281 pvc->vc_flags &= ~WCS_ISOPEN; in vt_close()
302 pvc->vc_flags |= WCS_INIT; in vt_init_tty()
349 if (!(pvc->vc_flags & WCS_ISOPEN)) { in vt_open()
357 if (!(pvc->vc_flags & WCS_INIT)) 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()
683 (pvc_active->vc_flags & WCS_INIT))) in vt_switch()
720 if ((tmp_pvc->vc_flags & WCS_ISOPEN) && in vt_switch()
721 (tmp_pvc->vc_flags & WCS_INIT) && in vt_switch()
1278 vcptr->vc_flags = 0; in vt_state_init()
1323 ASSERT(found != NULL && found->vc_flags == 0); in vt_resize()