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

/freebsd-11.0-release/etc/rc.d/
H A Dfsck19 if [ "$autoboot" = no ]; then
23 elif [ "$autoboot" = yes ]; then
/freebsd-11.0-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-11.0-release/sys/boot/arm/at91/boot2/
H A Dboot2.c120 int autoboot, c = 0; local
126 autoboot = 1;
135 autoboot = 0;
147 if (!autoboot ||
151 autoboot = 0;
/freebsd-11.0-release/sys/boot/mips/beri/boot2/
H A Dboot2.c200 uint8_t autoboot; local
227 autoboot = 1;
238 autoboot = 0;
252 if (autoboot && !keyhit(3*SECOND)) {
261 if (!autoboot || !OPT_CHECK(RBX_QUIET))
270 if (!autoboot || keyhit(3*SECOND))
272 else if (!autoboot || !OPT_CHECK(RBX_QUIET))
274 autoboot = 0;
/freebsd-11.0-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.h61 int autoboot(int timeout, char *prompt);
/freebsd-11.0-release/sys/boot/arm/ixp425/boot2/
H A Dboot2.c121 int autoboot, c = 0; local
130 autoboot = 1;
139 autoboot = 0;
151 if (!autoboot ||
155 autoboot = 0;
/freebsd-11.0-release/sys/boot/i386/boot2/
H A Dboot2.c198 uint8_t autoboot; local
214 autoboot = 1;
225 autoboot = 0;
239 if (autoboot && !keyhit(3*SECOND)) {
248 if (!autoboot || !OPT_CHECK(RBX_QUIET))
256 if (!autoboot || keyhit(3*SECOND))
258 else if (!autoboot || !OPT_CHECK(RBX_QUIET))
260 autoboot = 0;
/freebsd-11.0-release/sys/boot/pc98/boot2/
H A Dboot2.c327 uint8_t autoboot; local
353 autoboot = 1;
364 autoboot = 0;
378 if (autoboot && !keyhit(3*SECOND)) {
387 if (!autoboot || !OPT_CHECK(RBX_QUIET))
395 if (!autoboot || keyhit(3*SECOND))
397 else if (!autoboot || !OPT_CHECK(RBX_QUIET))
399 autoboot = 0;
/freebsd-11.0-release/sys/boot/i386/zfsboot/
H A Dzfsboot.c545 int autoboot, i; local
583 autoboot = 1;
640 autoboot = 0;
654 autoboot = 0;
666 if (autoboot && !*kname) {
677 if (!autoboot || !OPT_CHECK(RBX_QUIET)) {
694 if (!autoboot || keyhit(5))
696 else if (!autoboot || !OPT_CHECK(RBX_QUIET))
698 autoboot = 0;
/freebsd-11.0-release/sys/boot/i386/gptboot/
H A Dgptboot.c270 int autoboot, dskupdated; local
307 autoboot = 1;
328 if (autoboot && keyhit(3)) {
333 autoboot = 0;

Completed in 63 milliseconds