Searched refs:SystemFirmware (Results 1 - 7 of 7) sorted by relevance

/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/backend/fw/
H A Dobp.py29 from bootmgmt.bootinfo import SystemFirmware namespace
32 class OBPFirmware(SystemFirmware):
37 if propname == SystemFirmware.PROP_GPT_SUPPORTED:
H A Dbios.py29 from bootmgmt.bootinfo import SystemFirmware namespace
34 class BIOSFirmware(SystemFirmware):
43 if propname == SystemFirmware.PROP_BOOT_DEVICE:
55 """Return an instance of SystemFirmware to factory"""
H A Duefi64.py30 from bootmgmt.bootinfo import SystemFirmware namespace
34 class UEFI64Firmware(SystemFirmware):
35 """Provide an implementation for the SystemFirmware interface for 64-bit
42 if prop == SystemFirmware.PROP_BOOT_DEVICE:
80 """Entry point for factory to call in and get a SystemFirmware instance.
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/
H A Dbootinfo.py38 class SystemFirmware(LoggerMixin): class in inherits:LoggerMixin
62 if propname == SystemFirmware.PROP_BOOT_DEVICE:
H A Dbootloader.py31 from bootmgmt.bootinfo import SystemFirmware namespace
164 fwinst = SystemFirmware.get(fwtype)
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/backend/autogen/
H A Dchain.py34 from bootmgmt.bootinfo import SystemFirmware namespace
50 cur_fw = SystemFirmware.get()
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/backend/loader/
H A Dgrub2.py67 from bootmgmt.bootinfo import SystemFirmware namespace
902 fwname = SystemFirmware.get(None).fw_name
2292 self.firmware.setprop(SystemFirmware.PROP_BOOT_DEVICE, location)

Completed in 37 milliseconds