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

/freebsd-9.3-release/etc/rc.d/
H A Dfsck18 if [ "$autoboot" = no ]; then
22 elif [ "$autoboot" = yes ]; then
/freebsd-9.3-release/etc/
H A Drc31 # System startup script run by init on autoboot
53 if [ "$1" = autoboot ]; then
54 autoboot=yes
58 autoboot=no
/freebsd-9.3-release/sys/boot/arm/at91/boot2/
H A Dboot2.c155 int autoboot, c = 0; local
161 autoboot = 1;
170 autoboot = 0;
182 if (!autoboot ||
186 autoboot = 0;
/freebsd-9.3-release/sys/boot/common/
H A Dboot.c115 COMMAND_SET(autoboot, "autoboot", "boot automatically after a delay", command_autoboot);
137 return(autoboot(howlong, prompt));
145 * Called before we go interactive. If we think we can autoboot, and
155 autoboot(-1, NULL); /* try to boot automatically */
159 autoboot(int timeout, char *prompt) function
H A Dhelp.common26 autoboot [<delay> [<prompt>]]
131 # Tset Sautoboot_delay DSet the default autoboot delay
135 Sets the default delay for the autoboot command to <value> seconds.
136 Set value to -1 if you don't want to allow user to interrupt autoboot
H A Dbootstrap.h76 int autoboot(int timeout, char *prompt);
/freebsd-9.3-release/sys/boot/arm/ixp425/boot2/
H A Dboot2.c160 int autoboot, c = 0; local
169 autoboot = 1;
178 autoboot = 0;
190 if (!autoboot ||
194 autoboot = 0;
/freebsd-9.3-release/sys/boot/i386/zfsboot/
H A Dzfsboot.c439 int autoboot, i; local
477 autoboot = 1;
531 autoboot = 0;
545 autoboot = 0;
557 if (autoboot && !*kname) {
568 if (!autoboot || !OPT_CHECK(RBX_QUIET)) {
585 if (!autoboot || keyhit(5))
587 else if (!autoboot || !OPT_CHECK(RBX_QUIET))
589 autoboot = 0;
/freebsd-9.3-release/sys/boot/i386/boot2/
H A Dboot2.c224 uint8_t autoboot; local
240 autoboot = 1;
251 autoboot = 0;
265 if (autoboot && !keyhit(3*SECOND)) {
274 if (!autoboot || !OPT_CHECK(RBX_QUIET))
282 if (!autoboot || keyhit(3*SECOND))
284 else if (!autoboot || !OPT_CHECK(RBX_QUIET))
286 autoboot = 0;
/freebsd-9.3-release/sys/boot/pc98/boot2/
H A Dboot2.c353 uint8_t autoboot; local
379 autoboot = 1;
390 autoboot = 0;
404 if (autoboot && !keyhit(3*SECOND)) {
413 if (!autoboot || !OPT_CHECK(RBX_QUIET))
421 if (!autoboot || keyhit(3*SECOND))
423 else if (!autoboot || !OPT_CHECK(RBX_QUIET))
425 autoboot = 0;
/freebsd-9.3-release/sys/boot/i386/gptboot/
H A Dgptboot.c140 int autoboot, dskupdated; local
162 autoboot = 1;
182 if (autoboot && keyhit(3)) {
187 autoboot = 0;

Completed in 71 milliseconds