Home
last modified time | relevance | path

Searched refs:VWF_CONSOLE (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/vt/
H A Dvt.h308 #define VWF_CONSOLE 0x8 /* Kernel message console window. */ macro
H A Dvt_core.c243 .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()