Searched refs:gProtocolList (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Eot/
H A DEotGlobalData.py82 gProtocolList = {} variable
H A DEot.py319 for Protocol in EotGlobalData.gProtocolList:
385 EotGlobalData.gProtocolList[Record[0].lower()] = -2
H A DFvImage.py146 if Item.lower() not in EotGlobalData.gProtocolList:
157 List = EotGlobalData.gProtocolList
304 EotGlobalData.gProtocolList[Protocol.lower()] = self.ProtocolList[Protocol][0]
326 EotGlobalData.gProtocolList[Record[0].lower()] = ModuleGuid
328 EotGlobalData.gProtocolList[Record[0].lower()] = ModuleGuid

Completed in 93 milliseconds