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

/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/
H A Dbootinfo.py42 SUPPORTED_PROPS = [ PROP_BOOT_DEVICE ] variable in class:SystemFirmware
57 if propname not in self.SUPPORTED_PROPS:
66 if propname not in self.SUPPORTED_PROPS:
H A Dbootloader.py236 props = getattr(self, 'SUPPORTED_PROPS', [])
610 props_to_copy = set(self.__primary.SUPPORTED_PROPS).intersection(
611 set(self.__secondary.SUPPORTED_PROPS))
865 def SUPPORTED_PROPS(self): member in class:ProxyBootLoader
866 """Shadow the primary boot loader's SUPPORTED_PROPS attribute
868 return self.__primary.SUPPORTED_PROPS
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/backend/loader/
H A Dsbb.py53 SUPPORTED_PROPS = [BootLoader.PROP_BOOT_TARGS] variable in class:OBPBootLoader
H A Dlegacygrub.py92 SUPPORTED_PROPS = [ variable in class:LegacyGRUBBootLoader
H A Dgrub2.py587 SUPPORTED_PROPS = [ variable in class:GRUB2BootLoader
3219 if key in GRUB2BootLoader.SUPPORTED_PROPS:

Completed in 44 milliseconds