Searched refs:VT_AUTO (Results 1 – 5 of 5) sorted by relevance
783 scp->smode.mode = VT_AUTO; in sctty_close()794 scp->smode.mode = VT_AUTO; in sctty_close()1185 if (mode->mode == VT_AUTO) { in sctty_ioctl()1186 scp->smode.mode = VT_AUTO; in sctty_ioctl()1905 sc->cur_scp->smode.mode == VT_AUTO && in sccnopen()1906 sc_console->smode.mode == VT_AUTO) in sccnopen()2809 (cur_scp->smode.mode == VT_AUTO) && ISGRAPHSC(cur_scp)) { in sc_switch_scr()2926 scp->smode.mode = VT_AUTO; in vt_proc_alive()3497 sc_console->sc->cur_scp->smode.mode == VT_AUTO && in scshutdown()3498 sc_console->smode.mode == VT_AUTO) in scshutdown()[all …]
326 #define VT_AUTO 0 /* switching is automatic */ macro
325 #define VT_AUTO 0 /* switching is automatic */ macro
2196 vw->vw_smode.mode = VT_AUTO; in vt_proc_alive()3033 if (mode->mode == VT_AUTO) { in vtterm_ioctl()3034 vw->vw_smode.mode = VT_AUTO; in vtterm_ioctl()
100 smode.mode = VT_AUTO; in VGLEnd()