Lines Matching refs:BootInstance
131 | the set of BootInstance objects
270 boot_instance is a list of BootInstance references or a single
271 BootInstance reference.
336 BootInstance). If it returns True, that BootInstance is removed
371 BootInstance ref).
425 BootInstance object. It provides clarification for tokens that
769 class BootInstance(LoggerMixin):
770 """BootInstance is the core abstraction for a bootable instance of an
772 BootInstance objects. A BootInstance should always be associated
774 BootInstance, the BootConfig is notified that its state has
777 when a BootInstance is passed to BootConfig.add_boot_instance()."""
782 # None, all firmware types are allowed to use this BootInstance.
807 # Finally, init the private state associated with this BootInstance
809 # The copied BootInstance does NOT get its _bootconfig initialized
819 .update(BootInstance._attributes))
857 defattr = dict(BootInstance._attributes)
876 """Returns a copy of the current BootInstance instance."""
917 mounting each BootInstance that's created."""
926 """By setting this BootInstance to be the default, the previous default
1013 """Delete an attribute from this BootInstance. 'default' is treated
1056 class ChainDiskBootInstance(BootInstance):
1146 class SolarisBootInstance(BootInstance):
1322 zfs root pool and bootfs associated with this BootInstance