OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EFI_DEP_TRUE
(Results
1 - 8
of
8
) sorted by null
/device/linaro/bootloader/edk2/BaseTools/Source/C/VolInfo/
VolInfo.h
26
#define
EFI_DEP_TRUE
0x06
VolInfo.c
[
all
...]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Include/
EfiDependency.h
41
#define
EFI_DEP_TRUE
0x06
/device/linaro/bootloader/edk2/MdePkg/Include/Pi/
PiDependency.h
36
#define
EFI_DEP_TRUE
0x06
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Pei/Dependency/
Dependency.c
216
case (
EFI_DEP_TRUE
):
218
if (*(Iterator - 1) ==
EFI_DEP_TRUE
) {
236
if (*(Iterator - 1) ==
EFI_DEP_TRUE
) {
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
Dependency.c
330
case
EFI_DEP_TRUE
:
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Dispatcher/
Dependency.c
381
case
EFI_DEP_TRUE
:
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenDepex/
GenDepex.c
684
fputc (
EFI_DEP_TRUE
, OutFile);
689
// OutFileSize += sizeof (
EFI_DEP_TRUE
);
Completed in 52 milliseconds