Searched refs:bootenv (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/backend/autogen/
H A Dsolaris.py58 for bootenv in belist:
59 if bootenv.get('orig_be_name', None) is None:
61 bootinst = SolarisDiskBootInstance(None, title=bootenv['orig_be_name'],
62 bootfs=bootenv['root_ds'])
63 if bootenv['active'] is True:
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/
H A Dbootutil.py176 for bootenv in be_list:
177 if 'root_ds' in bootenv:
178 bootfses.append(bootenv['root_ds'])
/osnet-11/usr/src/lib/pybootmgmt/i386/
H A Dbootmgmt-helper-chain.ksh134 device=`grep "^setprop bootpath " $tmp/solaris/bootenv.rc \
/osnet-11/usr/src/lib/brand/shared/zone/
H A Ddsconvert.ksh207 print "\tdsconvert -b <bootenv> ...\n"
227 bootenv=
231 b) bootenv=$OPTARG
308 if [[ -n $bootenv ]]; then
314 zone.active_ds="${zone.path.ds}/ROOT/$bootenv"
317 "$zonename" "$bootenv"
/osnet-11/usr/src/lib/pylibbe/common/
H A Dlibbe.py418 for bootenv in bes:
419 if bootenv.get(attr):
420 return bootenv

Completed in 80 milliseconds