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

/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/
H A Dbootloader.py134 self.firmware = None
155 # a specific platform in mind, use that platform and firmware
160 bl.firmware = None
166 bl.firmware = fwinst
188 'firmware type %s' % (cls.__name__, which_firmware))
351 ' is not a supported firmware type for ' +
899 def firmware(self): member in class:ProxyBootLoader
900 """Shadow the primary boot loader's firmware attribute
902 return self.__primary.firmware

Completed in 40 milliseconds