HomeSort by relevance Sort by last modified time
    Searched defs:EFI_DEP_REPLACE_TRUE (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Include/
EfiDependency.h 31 // EFI_DEP_REPLACE_TRUE - Used to dynamically patch the dependecy expression
33 // replaced with EFI_DEP_REPLACE_TRUE
45 #define EFI_DEP_REPLACE_TRUE 0xff
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
Dependency.c 22 /// EFI_DEP_REPLACE_TRUE - Used to dynamically patch the dependecy expression
24 /// replaced with EFI_DEP_REPLACE_TRUE. If PI spec's Vol 2
26 /// as new DEPEX opcode. EFI_DEP_REPLACE_TRUE should be
29 #define EFI_DEP_REPLACE_TRUE 0xff
262 *Iterator = EFI_DEP_REPLACE_TRUE;
358 case EFI_DEP_REPLACE_TRUE:
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/
DxeMain.h 113 /// EFI_DEP_REPLACE_TRUE - Used to dynamically patch the dependecy expression
115 /// replaced with EFI_DEP_REPLACE_TRUE. If PI spec's Vol 2
117 /// as new DEPEX opcode. EFI_DEP_REPLACE_TRUE should be
120 #define EFI_DEP_REPLACE_TRUE 0xff
    [all...]

Completed in 520 milliseconds