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

/freebsd-13-stable/sys/dev/syscons/
H A Dsyscons.c143 static int sc_no_suspend_vtswitch = 1; variable
145 static int sc_no_suspend_vtswitch = 0; variable
166 SYSCTL_INT(_hw_syscons, OID_AUTO, sc_no_suspend_vtswitch, CTLFLAG_RWTUN,
167 &sc_no_suspend_vtswitch, 0, "Disable VT switch before suspend.");
3512 if (sc_no_suspend_vtswitch || sc_susp_scr == sc_console->index) {

Completed in 57 milliseconds