Home
last modified time | relevance | path

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

/NextBSD/sys/dev/vt/
HDvt.h288 #define VWF_CONSOLE 0x8 /* Kernel message console window. */ macro
HDvt_core.c214 .vw_flags = VWF_CONSOLE,
527 if (!(vw->vw_flags & (VWF_OPENED|VWF_CONSOLE))) { in vt_window_switch()
2598 if (vw->vw_flags & VWF_CONSOLE) { in vt_upgrade()