Searched defs:SolarisDiskBootInstance (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/backend/autogen/
H A Dsolaris.py32 from bootmgmt.bootconfig import BootConfig, SolarisDiskBootInstance namespace
48 # over the list, creating a new SolarisDiskBootInstance for each
61 bootinst = SolarisDiskBootInstance(None, title=bootenv['orig_be_name'],
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/
H A Dbootconfig.py413 <bootmgmt.bootconfig.SolarisDiskBootInstance object at ...>,
428 identified by the SolarisDiskBootInstance object in the tuple.
1213 class SolarisDiskBootInstance(SolarisBootInstance): class in inherits:SolarisBootInstance
1237 .update(SolarisDiskBootInstance._attributes))
1239 super(SolarisDiskBootInstance, self).__init__(rootpath, **kwargs)
1270 superdict = super(SolarisDiskBootInstance, self).default_attributes()
1271 superdict.update(SolarisDiskBootInstance._attributes)
1277 super(SolarisDiskBootInstance, self).init_from_rootpath(rootpath)
1300 kargs = super(SolarisDiskBootInstance, self).expanded_kargs()

Completed in 30 milliseconds