OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EFI_DEP_SOR
(Results
1 - 6
of
6
) sorted by null
/device/linaro/bootloader/edk2/BaseTools/Source/C/VolInfo/
VolInfo.h
29
#define
EFI_DEP_SOR
0x09
VolInfo.c
[
all
...]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Include/
EfiDependency.h
30
//
EFI_DEP_SOR
- If present, it must be the first opcode
44
#define
EFI_DEP_SOR
0x09
/device/linaro/bootloader/edk2/MdePkg/Include/Pi/
PiDependency.h
43
///
EFI_DEP_SOR
is only used by DXE driver.
45
#define
EFI_DEP_SOR
0x09
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Dispatcher/
Dependency.c
177
if (*Iterator ==
EFI_DEP_SOR
) {
283
case
EFI_DEP_SOR
:
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenDepex/
GenDepex.c
530
fputc (
EFI_DEP_SOR
, OutFile);
Completed in 80 milliseconds