Searched defs:arg_crash_chvt (Results 1 - 1 of 1) sorted by relevance

/systemd/src/core/
H A Dmain.c99 static int arg_crash_chvt = -1; variable
215 if (arg_crash_chvt >= 0)
216 (void) chvt(arg_crash_chvt);
283 if (safe_atoi(value, &arg_crash_chvt) >= 0)
291 arg_crash_chvt = 0; /* switch to where kmsg goes */
293 arg_crash_chvt = -1; /* turn off switching */

Completed in 60 milliseconds