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

/freebsd-10.2-release/etc/rc.d/
H A Dfsck18 if [ "$autoboot" = no ]; then
22 elif [ "$autoboot" = yes ]; then
/freebsd-10.2-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-10.2-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-10.2-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 Dbootstrap.h76 int autoboot(int timeout, char *prompt);
/freebsd-10.2-release/sys/boot/arm/ixp425/boot2/
H A Dboot2.c159 int autoboot, c = 0; local
168 autoboot = 1;
177 autoboot = 0;
189 if (!autoboot ||
193 autoboot = 0;
/freebsd-10.2-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-10.2-release/sys/boot/i386/boot2/
H A Dboot2.c238 uint8_t autoboot; local
254 autoboot = 1;
265 autoboot = 0;
279 if (autoboot && !keyhit(3*SECOND)) {
288 if (!autoboot || !OPT_CHECK(RBX_QUIET))
296 if (!autoboot || keyhit(3*SECOND))
298 else if (!autoboot || !OPT_CHECK(RBX_QUIET))
300 autoboot = 0;
/freebsd-10.2-release/sys/boot/pc98/boot2/
H A Dboot2.c367 uint8_t autoboot; local
393 autoboot = 1;
404 autoboot = 0;
418 if (autoboot && !keyhit(3*SECOND)) {
427 if (!autoboot || !OPT_CHECK(RBX_QUIET))
435 if (!autoboot || keyhit(3*SECOND))
437 else if (!autoboot || !OPT_CHECK(RBX_QUIET))
439 autoboot = 0;
/freebsd-10.2-release/sys/boot/i386/gptboot/
H A Dgptboot.c139 int autoboot, dskupdated; local
161 autoboot = 1;
181 if (autoboot && keyhit(3)) {
186 autoboot = 0;

Completed in 206 milliseconds