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

/freebsd-10.1-release/sys/dev/vt/
H A Dvt.h287 #define VT_PROCESS 1 /* switching controlled by prog */ macro
290 #define IS_VT_PROC_MODE(vw) ((vw)->vw_smode.mode == VT_PROCESS)
H A Dvt_core.c124 VT_SYSCTL_INT(deadtimer, 15, "Time to wait busy process in VT_PROCESS mode");
428 if (vw->vw_smode.mode == VT_PROCESS) {
449 if (curvw->vw_smode.mode == VT_PROCESS) {
450 DPRINTF(30, "%s: VT_PROCESS ", __func__);
1569 if (vw->vw_smode.mode != VT_PROCESS)
1589 if (vw->vw_smode.mode != VT_PROCESS)
1608 if (vw->vw_smode.mode != VT_PROCESS)
2366 if (vw->vw_smode.mode == VT_PROCESS) {
2390 } else if (mode->mode == VT_PROCESS) {
2397 DPRINTF(5, "VT_PROCESS
[all...]
/freebsd-10.1-release/sys/sys/
H A Dconsio.h330 #define VT_PROCESS 1 /* switching controlled by prog */ macro
/freebsd-10.1-release/lib/libvgl/
H A Dmain.c318 smode.mode = VT_PROCESS;
/freebsd-10.1-release/sys/dev/syscons/
H A Dsyscons.c1061 if (scp->smode.mode == VT_PROCESS) {
1092 DPRINTF(5, ("VT_PROCESS %d, ", td->td_proc->p_pid));
1118 * This must be the current vty which is in the VT_PROCESS
1121 if ((scp != sc->cur_scp) || (scp->smode.mode != VT_PROCESS)) {
2349 && (cur_scp->smode.mode == VT_PROCESS)
2466 * If we are in DDB, don't switch to a vty in the VT_PROCESS mode.
2478 if ((debugger > 0) && (SC_STAT(tp)->smode.mode == VT_PROCESS)) {
2480 DPRINTF(5, ("error 3, requested vty is in the VT_PROCESS mode\n"));
2581 if (scp->smode.mode != VT_PROCESS)
2594 if (scp->smode.mode != VT_PROCESS)
[all...]

Completed in 93 milliseconds