/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeFileExplorerProtocol/ |
D | DxeFileExplorerProtocol.inf | 40 [Depex.common.DXE_DRIVER, Depex.common.DXE_RUNTIME_DRIVER, Depex.common.DXE_SAL_DRIVER, Depex.commo…
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxePrintLibPrint2Protocol/ |
D | DxePrintLibPrint2Protocol.inf | 40 [Depex.common.DXE_DRIVER, Depex.common.DXE_RUNTIME_DRIVER, Depex.common.DXE_SAL_DRIVER, Depex.commo…
|
/device/linaro/bootloader/edk2/MdePkg/Library/DxePalLibEsal/ |
D | DxePalLibEsal.inf | 39 [Depex.common.DXE_DRIVER, Depex.common.DXE_RUNTIME_DRIVER, Depex.common.DXE_SAL_DRIVER, Depex.commo…
|
/device/linaro/bootloader/edk2/MdePkg/Library/DxeSmbusLib/ |
D | DxeSmbusLib.inf | 49 [Depex.common.DXE_DRIVER, Depex.common.DXE_RUNTIME_DRIVER, Depex.common.DXE_SAL_DRIVER, Depex.commo…
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiHiiServicesLib/ |
D | UefiHiiServicesLib.inf | 49 [Depex.common.DXE_DRIVER] 54 [Depex.common.DXE_RUNTIME_DRIVER] 59 [Depex.common.DXE_SAL_DRIVER] 64 [Depex.common.DXE_SMM_DRIVER]
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeDpcLib/ |
D | DxeDpcLib.inf | 45 [Depex.common.DXE_DRIVER, Depex.common.DXE_RUNTIME_DRIVER, Depex.common.DXE_SAL_DRIVER, Depex.commo…
|
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/DxeIoLibCpuIo/ |
D | DxeIoLibCpuIo.inf | 50 [Depex.common.DXE_DRIVER, Depex.common.DXE_RUNTIME_DRIVER, Depex.common.DXE_SAL_DRIVER, Depex.commo…
|
/device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLibDevicePathProtocol/ |
D | UefiDevicePathLibDevicePathProtocol.inf | 59 [Depex.common.DXE_DRIVER, Depex.common.DXE_RUNTIME_DRIVER, Depex.common.DXE_SAL_DRIVER, Depex.commo…
|
/device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/ |
D | UefiDevicePathLibOptionalDevicePathProtocol.inf | 87 [Depex.common.DXE_DRIVER, Depex.common.DXE_RUNTIME_DRIVER, Depex.common.DXE_SAL_DRIVER, Depex.commo…
|
/device/linaro/bootloader/edk2/MdePkg/Library/UefiPciSegmentLibPciRootBridgeIo/ |
D | UefiPciSegmentLibPciRootBridgeIo.inf | 58 [Depex.common.DXE_DRIVER, Depex.common.DXE_RUNTIME_DRIVER, Depex.common.DXE_SAL_DRIVER, Depex.commo…
|
/device/linaro/bootloader/edk2/MdePkg/Library/UefiPciLibPciRootBridgeIo/ |
D | UefiPciLibPciRootBridgeIo.inf | 55 [Depex.common.DXE_DRIVER, Depex.common.DXE_RUNTIME_DRIVER, Depex.common.DXE_SAL_DRIVER, Depex.commo…
|
/device/linaro/bootloader/edk2/MdePkg/Library/DxePcdLib/ |
D | DxePcdLib.inf | 66 [Depex.common.DXE_DRIVER, Depex.common.DXE_RUNTIME_DRIVER, Depex.common.DXE_SAL_DRIVER, Depex.commo…
|
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Dispatcher/ |
D | Dependency.c | 176 Iterator = DriverEntry->Depex; in CorePreProcessDepex() 236 if (DriverEntry->Depex == NULL) { in CoreIsSchedulable() 257 Iterator = DriverEntry->Depex; in CoreIsSchedulable() 264 if (((UINTN)Iterator - (UINTN)DriverEntry->Depex) >= DriverEntry->DepexSize) { in CoreIsSchedulable() 288 if (Iterator != DriverEntry->Depex) { in CoreIsSchedulable()
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Xml/ |
D | ModuleSurfaceAreaXml.py | 315 Depex = DepexObject() 316 Depex.SetDepex(self.Expression) 317 Depex.SetModuleType(self.CommonDefines.SupModList) 318 Depex.SetSupArchList(self.CommonDefines.SupArchList) 319 Depex.SetFeatureFlag(self.CommonDefines.FeatureFlag) 320 Depex.SetHelpTextList(GetHelpTextList(self.HelpText)) 322 return Depex 324 def ToXml(self, Depex, Key): argument 327 AttributeList = [['SupArchList', GetStringOfList(Depex.GetSupArchList())], 328 ['SupModList', Depex.GetModuleType()]] [all …]
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/ |
D | InfDepexObject.py | 89 self.Depex = [] 158 self.Depex.append(InfDepexItemIns) 163 return self.Depex
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/ |
D | FvImage.py | 152 def ParseDepex(self, Depex, Type): argument 163 for Index in range(0, len(Depex.Expression)): 164 Item = Depex.Expression[Index] 167 Guid = gGuidStringFormat % Depex.Expression[Index] 168 if Guid in self.OrderedFfsDict and Depex.Expression[Index + 1] == 0x08: 172 Guid = gGuidStringFormat % Depex.Expression[Index] 173 if Guid in self.OrderedFfsDict and Depex.Expression[Index + 1] == 0x08: 177 Guid = gGuidStringFormat % Depex.Expression[Index] 186 …DepexStack.append(eval(str(DepexStack.pop()) + ' ' + Depex._OPCODE_STRING_[Item].lower() + ' ' + s… 187 …DepexList.append(str(DepexList.pop()) + ' ' + Depex._OPCODE_STRING_[Item].upper() + ' ' + str(Depe… [all …]
|
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/ |
D | Dependency.c | 198 if (DriverEntry->Depex == NULL) { in SmmIsSchedulable() 215 Iterator = DriverEntry->Depex; in SmmIsSchedulable() 222 if (((UINTN)Iterator - (UINTN)DriverEntry->Depex) >= DriverEntry->DepexSize) { in SmmIsSchedulable()
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/ |
D | DepexSection.py | 116 Depex = DependencyExpression(self.Expression, ModuleType) 117 Depex.Generate(InputFile)
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeSmmPerformanceLib/ |
D | DxeSmmPerformanceLib.inf | 67 [Depex.common.DXE_DRIVER, Depex.common.DXE_RUNTIME_DRIVER]
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/FaultTolerantWriteDxe/ |
D | FaultTolerantWriteDxe.inf | 85 # So add gEfiRuntimeArchProtocolGuid Depex here. 87 [Depex]
|
D | FaultTolerantWriteSmm.inf | 92 # So add gEfiRuntimeArchProtocolGuid Depex here. 94 [Depex]
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/POM/ |
D | ModuleObject.py | 426 self.Depex = '' 430 def SetDepex(self, Depex): argument 431 self.Depex = Depex 434 return self.Depex
|
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/Binary/D03/Drivers/Ipmi/IpmiInterfacePei/ |
D | IpmiInterfacePei.inf | 30 [Depex]
|
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/Binary/D05/Drivers/Ipmi/IpmiInterfacePei/ |
D | IpmiInterfacePei.inf | 30 [Depex]
|
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey960/HiKey960GpioDxe/ |
D | HiKey960GpioDxe.inf | 36 [Depex]
|