Searched refs:autoboot (Results 1 - 13 of 13) sorted by path

/freebsd-11-stable/etc/
H A Drc31 # System startup script run by init on autoboot
53 if [ "$1" = autoboot ]; then
54 autoboot=yes
58 autoboot=no
/freebsd-11-stable/etc/rc.d/
H A Dfsck19 if [ "$autoboot" = no ]; then
23 elif [ "$autoboot" = yes ]; then
/freebsd-11-stable/stand/i386/boot2/
H A Dboot2.c204 uint8_t autoboot; local
220 autoboot = 1;
231 autoboot = 0;
245 if (autoboot && !keyhit(3*SECOND)) {
254 if (!autoboot || !OPT_CHECK(RBX_QUIET))
262 if (!autoboot || keyhit(3*SECOND))
264 else if (!autoboot || !OPT_CHECK(RBX_QUIET))
266 autoboot = 0;
/freebsd-11-stable/stand/i386/isoboot/
H A Disoboot.c219 int autoboot, dskupdated; local
248 autoboot = 1;
267 if (autoboot && keyhit(3)) {
272 autoboot = 0;
/freebsd-11-stable/stand/pc98/boot2/
H A Dboot2.c329 uint8_t autoboot; local
355 autoboot = 1;
366 autoboot = 0;
380 if (autoboot && !keyhit(3*SECOND)) {
389 if (!autoboot || !OPT_CHECK(RBX_QUIET))
397 if (!autoboot || keyhit(3*SECOND))
399 else if (!autoboot || !OPT_CHECK(RBX_QUIET))
401 autoboot = 0;
/freebsd-11-stable/stand/common/
H A Dboot.c41 static int autoboot(int timeout, char *prompt);
119 COMMAND_SET(autoboot, "autoboot", "boot automatically after a delay", command_autoboot);
142 return(autoboot(howlong, prompt));
150 * Called before we go interactive. If we think we can autoboot, and
160 autoboot(-1, NULL); /* try to boot automatically */
164 autoboot(int timeout, char *prompt) function
/freebsd-11-stable/stand/i386/gptboot/
H A Dgptboot.c267 int autoboot, dskupdated; local
302 autoboot = 1;
323 if (autoboot && keyhit(3)) {
328 autoboot = 0;
/freebsd-11-stable/stand/i386/zfsboot/
H A Dzfsboot.c710 int autoboot, i; local
748 autoboot = 1;
834 autoboot = 0;
848 autoboot = 0;
856 if (nextboot && !autoboot)
859 if (autoboot && !*kname) {
876 if (!autoboot || !OPT_CHECK(RBX_QUIET)) {
893 if (!autoboot || keyhit(5))
895 else if (!autoboot || !OPT_CHECK(RBX_QUIET))
897 autoboot
[all...]
/freebsd-11-stable/stand/lua/
H A Dcli.lua39 -- This will also parse arguments to autoboot, but the with_kernel argument
113 function cli.autoboot(...)
116 core.autoboot(argstr)
126 core.autoboot(argstr)
H A Dcore.lua309 function core.autoboot(argstr)
314 loader.perform(composeLoaderCmd("autoboot", argstr))
H A Dmenu.lua448 autoboot_key = menu.autoboot(delay)
465 function menu.autoboot(delay)
486 -- erase autoboot msg
H A Dpassword.lua137 core.autoboot()
138 -- The autoboot sequence was interrupted, so we'll need to
/freebsd-11-stable/stand/mips/beri/boot2/
H A Dboot2.c198 uint8_t autoboot; local
225 autoboot = 1;
236 autoboot = 0;
250 if (autoboot && !keyhit(3*SECOND)) {
259 if (!autoboot || !OPT_CHECK(RBX_QUIET))
268 if (!autoboot || keyhit(3*SECOND))
270 else if (!autoboot || !OPT_CHECK(RBX_QUIET))
272 autoboot = 0;

Completed in 178 milliseconds