Searched refs:VWF_CONSOLE (Results 1 – 2 of 2) sorted by relevance
308 #define VWF_CONSOLE 0x8 /* Kernel message console window. */ macro
243 .vw_flags = VWF_CONSOLE,537 if ((vw->vw_flags & (VWF_OPENED|VWF_CONSOLE)) == 0) { in vt_proc_window_switch() 585 if (!(vw->vw_flags & (VWF_OPENED|VWF_CONSOLE))) { in vt_window_switch() 612 if (!(vw->vw_flags & (VWF_OPENED|VWF_CONSOLE))) { in vt_window_switch() 3176 if (vw->vw_flags & VWF_CONSOLE) { in vt_upgrade()