Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/vt/
Dvt_core.c472 if (curvw->vw_smode.mode == VT_PROCESS) in vt_late_window_switch()
478 if (vw->vw_smode.mode == VT_PROCESS) { in vt_late_window_switch()
535 if (curvw->vw_smode.mode == VT_PROCESS) { in vt_proc_window_switch()
1769 if (vw->vw_smode.mode != VT_PROCESS) in vt_proc_alive()
1778 vw->vw_smode.mode = VT_AUTO; in vt_proc_alive()
1789 if (vw->vw_smode.mode != VT_PROCESS) in signal_vt_rel()
1798 kern_psignal(vw->vw_proc, vw->vw_smode.relsig); in signal_vt_rel()
1808 if (vw->vw_smode.mode != VT_PROCESS) in signal_vt_acq()
1819 kern_psignal(vw->vw_proc, vw->vw_smode.acqsig); in signal_vt_acq()
2588 if (vw->vw_smode.mode == VT_PROCESS) { in vtterm_ioctl()
[all …]
Dvt.h305 struct vt_mode vw_smode; /* switch mode */ member
314 #define IS_VT_PROC_MODE(vw) ((vw)->vw_smode.mode == VT_PROCESS)