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

/freebsd-current/sys/dev/vt/
H A Dvt.h309 #define VWF_CONSOLE 0x8 /* Kernel message console window. */ macro
H A Dvt_core.c239 .vw_flags = VWF_CONSOLE,
533 if ((vw->vw_flags & (VWF_OPENED|VWF_CONSOLE)) == 0) {
581 if (!(vw->vw_flags & (VWF_OPENED|VWF_CONSOLE))) {
608 if (!(vw->vw_flags & (VWF_OPENED|VWF_CONSOLE))) {
3148 if (vw->vw_flags & VWF_CONSOLE) {

Completed in 62 milliseconds