Searched refs:autoboot (Results 1 – 17 of 17) sorted by relevance
/freebsd/libexec/rc/ |
H A D | rc | 49 if [ "$1" = autoboot ]; then 50 autoboot=yes 54 autoboot=no
|
H A D | rc.subr | 383 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 D | boot.c | 39 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 D | help.common | 26 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 D | boot2.c | 201 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 D | fsck | 18 if [ "$autoboot" = no ]; then 22 elif [ "$autoboot" = yes ]; then
|
/freebsd/stand/forth/ |
H A D | loader.rc | 18 \ Tests for password -- executes autoboot first if a password was defined 25 \ Unless set otherwise, autoboot is automatic at this point
|
H A D | check-password.4th | 164 0 autoboot 166 \ Only reached if autoboot fails for any reason (including if/when
|
H A D | loader.4th | 154 ?dup 0= if 0 1 autoboot then 274 s" boot-conf" s" load kernel and modules, then autoboot" .?
|
H A D | beastie.4th | 98 exit \ to autoboot (default)
|
/freebsd/stand/i386/isoboot/ |
H A D | isoboot.c | 216 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 D | loader.rc | 13 \ Tests for password -- executes autoboot first if a password was defined
|
/freebsd/stand/i386/gptboot/ |
H A D | gptboot.c | 264 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 D | zones_common.kshlib | 53 set autoboot=true
|
/freebsd/stand/lua/ |
H A D | password.lua | 135 core.autoboot()
|
H A D | menu.lua | 519 autoboot_key = menu.autoboot(delay) 537 function menu.autoboot(delay) function
|
H A D | core.lua | 385 function core.autoboot(argstr) function
|