Home
last modified time | relevance | path

Searched refs:VT_PROCESS (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/vt/
H A Dvt.h325 #define VT_PROCESS 1 /* switching controlled by prog */ macro
328 #define IS_VT_PROC_MODE(vw) ((vw)->vw_smode.mode == VT_PROCESS)
H A Dvt_core.c132 static VT_SYSCTL_INT(deadtimer, 15, "Time to wait busy process in VT_PROCESS mode");
481 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()
545 DPRINTF(30, "%s: VT_PROCESS ", __func__); in vt_proc_window_switch()
2195 if (vw->vw_smode.mode != VT_PROCESS) in vt_proc_alive()
2215 if (vw->vw_smode.mode != VT_PROCESS) in signal_vt_rel()
2234 if (vw->vw_smode.mode != VT_PROCESS) in signal_vt_acq()
3030 if (vw->vw_smode.mode == VT_PROCESS) { in vtterm_ioctl()
3054 } else if (mode->mode == VT_PROCESS) { in vtterm_ioctl()
[all...]
/freebsd/sys/sys/
H A Dconsio.h327 #define VT_PROCESS 1 /* switching controlled by prog */ macro
/freebsd/lib/libvgl/
H A Dmain.c353 smode.mode = VT_PROCESS; in VGLInit()
/freebsd/sys/dev/syscons/
H A Dsyscons.c1173 if (scp->smode.mode == VT_PROCESS) { in sctty_ioctl()
1237 if ((scp != sc->cur_scp) || (scp->smode.mode != VT_PROCESS)) { in sctty_ioctl()
2697 if (sc->switch_in_progress && (cur_scp->smode.mode == VT_PROCESS) && in sc_switch_scr()
2830 if (kdb_active && SC_STAT(tp)->smode.mode == VT_PROCESS) { in sc_switch_scr()
2935 if (scp->smode.mode != VT_PROCESS) in signal_vt_rel()
2948 if (scp->smode.mode != VT_PROCESS) in signal_vt_acq()