Home
last modified time | relevance | path

Searched refs:autoboot (Results 1 – 17 of 17) sorted by relevance

/freebsd/libexec/rc/
H A Drc49 if [ "$1" = autoboot ]; then
50 autoboot=yes
54 autoboot=no
H A Drc.subr383 if [ "$autoboot" = yes -o "$always" = true ]; then
1270 [ -z "$autoboot" ] && eval $_pidcmd # determine the pid if necessary
1907 _boot="${_boot}" rc_fast="${rc_fast}" autoboot="${autoboot}" \
/freebsd/stand/common/
H A Dboot.c39 static int autoboot(int timeout, char *prompt);
127 COMMAND_SET(autoboot, "autoboot", "boot automatically after a delay", command_autoboot);
150 return(autoboot(howlong, prompt)); in command_autoboot()
168 autoboot(-1, NULL); /* try to boot automatically */ in autoboot_maybe()
172 autoboot(int timeout, char *prompt) in autoboot() function
H A Dhelp.common26 autoboot [<delay> [<prompt>]]
138 # Tset Sautoboot_delay DSet the default autoboot delay
142 Sets the default delay for the autoboot command to <value> seconds.
143 Set value to -1 if you don't want to allow user to interrupt autoboot
/freebsd/stand/i386/boot2/
H A Dboot2.c201 uint8_t autoboot; in main() local
217 autoboot = 1; in main()
228 autoboot = 0; in main()
242 if (autoboot && !keyhit(3*SECOND)) { in main()
251 if (!autoboot || !OPT_CHECK(RBX_QUIET)) in main()
259 if (!autoboot || keyhit(3*SECOND)) in main()
261 else if (!autoboot || !OPT_CHECK(RBX_QUIET)) in main()
263 autoboot = 0; in main()
/freebsd/libexec/rc/rc.d/
H A Dfsck18 if [ "$autoboot" = no ]; then
22 elif [ "$autoboot" = yes ]; then
/freebsd/stand/forth/
H A Dloader.rc18 \ Tests for password -- executes autoboot first if a password was defined
25 \ Unless set otherwise, autoboot is automatic at this point
H A Dcheck-password.4th164 0 autoboot
166 \ Only reached if autoboot fails for any reason (including if/when
H A Dloader.4th154 ?dup 0= if 0 1 autoboot then
274 s" boot-conf" s" load kernel and modules, then autoboot" .?
H A Dbeastie.4th98 exit \ to autoboot (default)
/freebsd/stand/i386/isoboot/
H A Disoboot.c216 int autoboot, dskupdated; in main() local
245 autoboot = 1; in main()
264 if (autoboot && keyhit(3)) { in main()
269 autoboot = 0; in main()
/freebsd/stand/i386/loader/
H A Dloader.rc13 \ Tests for password -- executes autoboot first if a password was defined
/freebsd/stand/i386/gptboot/
H A Dgptboot.c264 int autoboot, dskupdated; in main() local
299 autoboot = 1; in main()
320 if (autoboot && keyhit(3)) { in main()
325 autoboot = 0; in main()
/freebsd/tests/sys/cddl/zfs/tests/zones/
H A Dzones_common.kshlib53 set autoboot=true
/freebsd/stand/lua/
H A Dpassword.lua135 core.autoboot()
H A Dmenu.lua519 autoboot_key = menu.autoboot(delay)
537 function menu.autoboot(delay) function
H A Dcore.lua385 function core.autoboot(argstr) function