Searched refs:VT_PROCESS (Results 1 – 5 of 5) sorted by relevance
325 #define VT_PROCESS 1 /* switching controlled by prog */ macro328 #define IS_VT_PROC_MODE(vw) ((vw)->vw_smode.mode == VT_PROCESS)
132 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...]
327 #define VT_PROCESS 1 /* switching controlled by prog */ macro
353 smode.mode = VT_PROCESS; in VGLInit()
1173 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()