Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/vt/
HDvt.h301 #define VWF_READY 0x40 /* Window fully initialized. */ macro
HDvt_core.c2956 if (!(vw->vw_flags & VWF_READY)) { in vt_upgrade()
2959 vw->vw_flags |= VWF_READY; in vt_upgrade()