OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Depex
(Results
1 - 4
of
4
) sorted by null
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
PiSmmCore.h
87
VOID *
Depex
;
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/
DxeMain.h
117
/// as new
DEPEX
opcode. EFI_DEP_REPLACE_TRUE should be
185
VOID *
Depex
;
[
all
...]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
FvImage.py
152
def ParseDepex(self,
Depex
, Type):
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() + ' ' + str(DepexStack.pop())))
187
DepexList.append(str(DepexList.pop()) + ' ' +
Depex
._OPCODE_STRING_[Item].upper() + ' ' + str(DepexList.pop()))
[
all
...]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/
WorkspaceDatabase.py
[
all
...]
Completed in 115 milliseconds