/illumos-gate/usr/src/boot/common/ |
H A D | boot.c | 119 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 D | help.common | 26 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 D | bootstrap.h | 61 int autoboot(int timeout, char *prompt);
|
/illumos-gate/usr/src/boot/i386/isoboot/ |
H A D | isoboot.c | 227 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 D | txzonemgr.sh | 213 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 D | loader.rc | 13 \ Tests for password -- executes autoboot first if a password was defined
|
H A D | check-password.4th | 163 0 autoboot 165 \ Only reached if autoboot fails for any reason (including if/when
|
H A D | beastie.4th | 97 exit \ to autoboot (default)
|
H A D | loader.4th | 268 ?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 D | svc-zones | 66 zonecfg -z $zone info autoboot | grep "true" >/dev/null 2>&1
|
/illumos-gate/usr/src/cmd/zonecfg/ |
H A D | zonecfg_lex.l | 205 <TSTATE>autoboot { return AUTOBOOT; } 206 <CSTATE>autoboot { return AUTOBOOT; }
|
H A D | zonecfg.c | 1861 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 D | README.loader | 114 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 D | libzonecfg.c | 1027 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 D | loader_emu.c | 1743 COMMAND_SET(autoboot, "autoboot", "boot automatically after a delay",
|
/illumos-gate/usr/src/test/zfs-tests/include/ |
H A D | libtest.shlib | 1362 echo "set autoboot=true" >> $zone_conf
|