Searched refs:VT_AUTO (Results 1 – 5 of 5) sorted by relevance
690 scp->smode.mode = VT_AUTO; in sctty_close()704 scp->smode.mode = VT_AUTO; in sctty_close()1072 if (mode->mode == VT_AUTO) { in sctty_ioctl()1073 scp->smode.mode = VT_AUTO; in sctty_ioctl()1657 sc_console->sc->cur_scp->smode.mode == VT_AUTO && in sc_cngrab()1658 sc_console->smode.mode == VT_AUTO) in sc_cngrab()2455 && (cur_scp->smode.mode == VT_AUTO) in sc_switch_scr()2571 scp->smode.mode = VT_AUTO; in vt_proc_alive()3114 sc_console->sc->cur_scp->smode.mode == VT_AUTO && in scshutdown()3115 sc_console->smode.mode == VT_AUTO) in scshutdown()[all …]
302 #define VT_AUTO 0 /* switching is automatic */ macro
1657 vw->vw_smode.mode = VT_AUTO; in vt_proc_alive()2464 if (mode->mode == VT_AUTO) { in vtterm_ioctl()2465 vw->vw_smode.mode = VT_AUTO; in vtterm_ioctl()
330 #define VT_AUTO 0 /* switching is automatic */ macro
97 smode.mode = VT_AUTO; in VGLEnd()