Home
last modified time | relevance | path

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

/NextBSD/sys/dev/vt/
HDvt.h289 #define VWF_VTYLOCK 0x10 /* Prevent window switch. */ macro
HDvt_core.c473 if (curvw->vw_flags & VWF_VTYLOCK) in vt_proc_window_switch()
2410 vw->vw_flags |= VWF_VTYLOCK; in vtterm_ioctl()
2412 vw->vw_flags &= ~VWF_VTYLOCK; in vtterm_ioctl()