Searched refs:WCS_INIT (Results 1 – 3 of 3) sorted by relevance
142 ((vt_minor2vc(id))->vc_flags & WCS_INIT) && \238 pvc->vc_flags &= ~WCS_INIT; in vt_clean()302 pvc->vc_flags |= WCS_INIT; in vt_init_tty()357 if (!(pvc->vc_flags & WCS_INIT)) in vt_open()679 if (!((pvc->vc_flags & WCS_ISOPEN) && (pvc->vc_flags & WCS_INIT))) in vt_switch()683 (pvc_active->vc_flags & WCS_INIT))) in vt_switch()721 (tmp_pvc->vc_flags & WCS_INIT) && in vt_switch()
1671 (pvc->vc_flags & WCS_INIT)) in wc_modechg_cb()
44 #define WCS_INIT 0x00000001 /* tty is init */ macro