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

/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/
H A Dbootconfig.py813 self.init_from_rootpath(rootpath)
845 # init_from_rootpath must be called after all instance variables
848 self.init_from_rootpath(rootpath)
913 def init_from_rootpath(self, rootpath): member in class:BootInstance
1275 def init_from_rootpath(self, rootpath): member in class:SolarisDiskBootInstance
1276 # Invoke the parent's init_from_rootpath first
1277 super(SolarisDiskBootInstance, self).init_from_rootpath(rootpath)
1369 def init_from_rootpath(self, rootpath): member in class:SolarisODDBootInstance
1370 # Invoke the parent's init_from_rootpath first
1371 super(SolarisODDBootInstance, self).init_from_rootpath(rootpat
[all...]

Completed in 24 milliseconds