Searched refs:runcom_mode (Results 1 – 1 of 1) sorted by relevance
123 static enum { AUTOBOOT, FASTBOOT } runcom_mode = AUTOBOOT; variable281 runcom_mode = FASTBOOT; in main()1017 runcom_mode = FASTBOOT; in single_user()1034 runcom_mode = AUTOBOOT; /* the default */ in runcom()1126 argv[1] = runcom_mode == AUTOBOOT ? _autoboot : NULL; in run_script()