Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/vt/
Dvt.h297 #define VWF_VTYLOCK 0x10 /* Prevent window switch. */ macro
Dvt_core.c501 if (curvw->vw_flags & VWF_VTYLOCK) in vt_proc_window_switch()
2545 vw->vw_flags |= VWF_VTYLOCK; in vtterm_ioctl()
2547 vw->vw_flags &= ~VWF_VTYLOCK; in vtterm_ioctl()