HomeSort by relevance Sort by last modified time
    Searched refs:autoboot (Results 1 - 7 of 7) sorted by null

  /ohac/ohac/usr/src/cmd/sczonecfg/
sczonecfg_lex.l 192 <TSTATE>autoboot { return AUTOBOOT; }
193 <CSTATE>autoboot { return AUTOBOOT; }
sczonecfg.c 257 "set autoboot=",
285 "info autoboot",
1922 bool autoboot; local
3494 bool autoboot; local
5807 bool autoboot; local
    [all...]
  /ohac/ohac/usr/src/cmd/clcommands/lib/libclcmds/common/clzonecluster/
clzonecluster_show.cc 252 bool autoboot; local
306 // Get autoboot
307 if ((err = zccfg_get_autoboot(zone_handle, &autoboot)) == ZC_OK) {
308 if (autoboot) {
  /ohac/ohac/usr/src/tools/scripts/
scmsgs_dict.txt 129 autoboot
  /ohac/ohac/usr/src/cmd/zc_support/zc_helper/
zc_helper.cc 584 bool autoboot; local
635 // Get autoboot flag.
637 if ((err = zccfg_get_autoboot(handle, &autoboot)) != ZC_OK) {
641 (void) fprintf(fp, "set autoboot=%s\n",
642 autoboot ? "true" : "false");
    [all...]
  /ohac/ohacds/usr/src/cmd/ha-services/gds-agents/zone/sczbt/
functions.ksh 163 if ! ${ZONECFG} -z ${Zonename} info | /bin/grep autoboot| /bin/grep false >/dev/null 2>&1
168 # autoboot = true. This option needs to be
171 # Configure the autoboot variable of the
175 "Function: validate - %s configured with autoboot true, it needs to be false" \
179 debug_message "Function: validate - ${Zonename} configured with autoboot false"
    [all...]
  /ohac/ohac/usr/src/lib/libzccfg/common/
libzccfg.cc 106 #define DTD_ATTR_AUTOBOOT (const xmlChar *) "autoboot"
153 #define ZC_ZONE_AUTOBOOT "zone.autoboot"
718 // Fetch autoboot.
    [all...]

Completed in 300 milliseconds