Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/vt/
H A Dvt.h309 #define VWF_CONSOLE 0x8 /* Kernel message console window. */ macro
H A Dvt_core.c241 .vw_flags = VWF_CONSOLE,
535 if ((vw->vw_flags & (VWF_OPENED|VWF_CONSOLE)) == 0) { in vt_proc_window_switch()
583 if (!(vw->vw_flags & (VWF_OPENED|VWF_CONSOLE))) { in vt_window_switch()
610 if (!(vw->vw_flags & (VWF_OPENED|VWF_CONSOLE))) { in vt_window_switch()
3165 if (vw->vw_flags & VWF_CONSOLE) { in vt_upgrade()