OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EFI_DEP_AFTER
(Results
1 - 8
of
8
) sorted by null
/device/linaro/bootloader/edk2/BaseTools/Source/C/VolInfo/
VolInfo.h
21
#define
EFI_DEP_AFTER
0x01
VolInfo.c
[
all
...]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Include/
EfiDependency.h
29
//
EFI_DEP_AFTER
- If present, it must be the first and only opcode
36
#define
EFI_DEP_AFTER
0x01
/device/linaro/bootloader/edk2/MdePkg/Include/Pi/
PiDependency.h
28
///
EFI_DEP_AFTER
may be used by DXE and SMM drivers.
30
#define
EFI_DEP_AFTER
0x01
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Dispatcher/
Dependency.c
185
} else if (*Iterator ==
EFI_DEP_AFTER
) {
274
case
EFI_DEP_AFTER
:
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
Dependency.c
232
case
EFI_DEP_AFTER
:
Dispatcher.c
740
} else if (*Iterator ==
EFI_DEP_AFTER
) {
[
all
...]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenDepex/
GenDepex.c
597
fputc (
EFI_DEP_AFTER
, OutFile);
Completed in 83 milliseconds