Home
last modified time | relevance | path

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

/freebsd/sys/dev/vt/
H A Dvt_core.c481 if (curvw->vw_smode.mode == VT_PROCESS) in vt_late_window_switch()
487 if (vw->vw_smode.mode == VT_PROCESS) { in vt_late_window_switch()
544 if (curvw->vw_smode.mode == VT_PROCESS) { in vt_proc_window_switch()
2225 if (vw->vw_smode.mode != VT_PROCESS) in vt_proc_alive()
2234 vw->vw_smode.mode = VT_AUTO; in vt_proc_alive()
2245 if (vw->vw_smode.mode != VT_PROCESS) in signal_vt_rel()
2254 kern_psignal(vw->vw_proc, vw->vw_smode.relsig); in signal_vt_rel()
2264 if (vw->vw_smode.mode != VT_PROCESS) in signal_vt_acq()
2275 kern_psignal(vw->vw_proc, vw->vw_smode.acqsig); in signal_vt_acq()
3058 if (vw->vw_smode.mode == VT_PROCESS) { in vtterm_ioctl()
[all …]
H A Dvt.h319 struct vt_mode vw_smode; /* switch mode */ member
330 #define IS_VT_PROC_MODE(vw) ((vw)->vw_smode.mode == VT_PROCESS)