Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/common/
H A Dboot.c119 COMMAND_SET(autoboot, "autoboot", "boot automatically after a delay",
143 return (autoboot(howlong, prompt)); in command_autoboot()
165 autoboot(-1, NULL); /* try to boot automatically */ in autoboot_maybe()
169 autoboot(int timeout, char *prompt) in autoboot() function
H A Dhelp.common26 autoboot [<delay> [<prompt>]]
185 # Tset Sautoboot_delay DSet the default autoboot delay
189 Sets the default delay for the autoboot command to <value> seconds.
190 Set value to -1 if you don't want to allow user to interrupt autoboot
H A Dbootstrap.h61 int autoboot(int timeout, char *prompt);
/illumos-gate/usr/src/boot/i386/isoboot/
H A Disoboot.c227 int autoboot, dskupdated; in main() local
260 autoboot = 1; in main()
279 if (autoboot && keyhit(3)) { in main()
286 autoboot = 0; in main()
/illumos-gate/usr/src/cmd/tsol/misc/
H A Dtxzonemgr.sh213 bootmode=$(zonecfg -z $zonename info autoboot)
215 autoboot="Set Manual Booting\n"
217 autoboot="Set Automatic Booting\n"
1523 zonecfg -z $zonename set autoboot=false
1617 autoboot=
1702 $autoboot \
1786 zonecfg -z $zonename set autoboot=true ;;
1789 zonecfg -z $zonename set autoboot=false ;;
/illumos-gate/usr/src/boot/forth/
H A Dloader.rc13 \ Tests for password -- executes autoboot first if a password was defined
H A Dcheck-password.4th163 0 autoboot
165 \ Only reached if autoboot fails for any reason (including if/when
H A Dbeastie.4th97 exit \ to autoboot (default)
H A Dloader.4th268 ?dup 0= if 0 1 autoboot then
614 s" boot-conf" s" load kernel and modules, then autoboot" .?
/illumos-gate/usr/src/cmd/zoneadm/
H A Dsvc-zones66 zonecfg -z $zone info autoboot | grep "true" >/dev/null 2>&1
/illumos-gate/usr/src/cmd/zonecfg/
H A Dzonecfg_lex.l205 <TSTATE>autoboot { return AUTOBOOT; }
206 <CSTATE>autoboot { return AUTOBOOT; }
H A Dzonecfg.c1861 boolean_t autoboot; in export_func() local
1922 if (zonecfg_get_autoboot(handle, &autoboot) == Z_OK) in export_func()
1924 pt_to_str(PT_AUTOBOOT), autoboot ? "true" : "false"); in export_func()
4281 boolean_t autoboot; in set_func() local
4467 autoboot = B_TRUE; in set_func()
4469 autoboot = B_FALSE; in set_func()
4476 if ((err = zonecfg_set_autoboot(handle, autoboot)) != Z_OK) in set_func()
5037 boolean_t autoboot; in info_autoboot() local
5040 if ((err = zonecfg_get_autoboot(handle, &autoboot)) == Z_OK) in info_autoboot()
5042 autoboot ? "true" : "false"); in info_autoboot()
/illumos-gate/usr/src/boot/
H A DREADME.loader114 o If you interrupt autoboot, you'll engage interactive
130 system is in the autoboot count-down, you will usually
/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c1027 zonecfg_get_autoboot(zone_dochandle_t handle, boolean_t *autoboot) in zonecfg_get_autoboot() argument
1037 *autoboot = B_TRUE; in zonecfg_get_autoboot()
1039 *autoboot = B_FALSE; in zonecfg_get_autoboot()
1046 zonecfg_set_autoboot(zone_dochandle_t handle, boolean_t autoboot) in zonecfg_set_autoboot() argument
1049 autoboot ? DTD_ENTITY_TRUE : DTD_ENTITY_FALSE)); in zonecfg_set_autoboot()
/illumos-gate/usr/src/common/ficl/emu/
H A Dloader_emu.c1743 COMMAND_SET(autoboot, "autoboot", "boot automatically after a delay",
/illumos-gate/usr/src/test/zfs-tests/include/
H A Dlibtest.shlib1362 echo "set autoboot=true" >> $zone_conf