/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/ |
Dependency.c | 196 DEBUG ((DEBUG_DISPATCH, "Evaluate SMM DEPEX for FFS(%g)\n", &DriverEntry->FileName));
203 DEBUG ((DEBUG_DISPATCH, " RESULT = FALSE (Depex is empty)\n"));
223 DEBUG ((DEBUG_DISPATCH, " RESULT = FALSE (Attempt to fetch past end of depex)\n"));
239 DEBUG ((DEBUG_DISPATCH, " RESULT = FALSE (Unexpected BEFORE or AFTER opcode)\n"));
258 DEBUG ((DEBUG_DISPATCH, " PUSH GUID(%g) = FALSE\n", &DriverGuid));
261 DEBUG ((DEBUG_DISPATCH, " PUSH GUID(%g) = TRUE\n", &DriverGuid));
266 DEBUG ((DEBUG_DISPATCH, " RESULT = FALSE (Unexpected error)\n"));
274 DEBUG ((DEBUG_DISPATCH, " AND\n"));
277 DEBUG ((DEBUG_DISPATCH, " RESULT = FALSE (Unexpected error)\n"));
283 DEBUG ((DEBUG_DISPATCH, " RESULT = FALSE (Unexpected error)\n")); [all...] |
Dispatcher.c | [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Dispatcher/ |
Dependency.c | 234 DEBUG ((DEBUG_DISPATCH, "Evaluate DXE DEPEX for FFS(%g)\n", &DriverEntry->FileName));
241 DEBUG ((DEBUG_DISPATCH, " All UEFI Services Available = "));
243 DEBUG ((DEBUG_DISPATCH, "FALSE\n RESULT = FALSE\n"));
246 DEBUG ((DEBUG_DISPATCH, "TRUE\n RESULT = TRUE\n"));
265 DEBUG ((DEBUG_DISPATCH, " RESULT = FALSE (Attempt to fetch past end of depex)\n"));
281 DEBUG ((DEBUG_DISPATCH, " RESULT = FALSE (Unexpected BEFORE or AFTER opcode)\n"));
289 DEBUG ((DEBUG_DISPATCH, " SOR\n"));
290 DEBUG ((DEBUG_DISPATCH, " RESULT = FALSE (Unexpected SOR opcode)\n"));
293 DEBUG ((DEBUG_DISPATCH, " SOR = Requested\n"));
309 DEBUG ((DEBUG_DISPATCH, " PUSH GUID(%g) = FALSE\n", &DriverGuid)); [all...] |
Dispatcher.c | 337 DEBUG ((DEBUG_DISPATCH, "Schedule FFS(%g) - EFI_SUCCESS\n", DriverName));
343 DEBUG ((DEBUG_DISPATCH, "Schedule FFS(%g) - EFI_NOT_FOUND\n", DriverName));
591 DEBUG ((DEBUG_DISPATCH, "Evaluate DXE DEPEX for FFS(%g)\n", &DriverEntry->FileName));
592 DEBUG ((DEBUG_DISPATCH, " SOR = Not Requested\n"));
593 DEBUG ((DEBUG_DISPATCH, " RESULT = FALSE\n"));
635 DEBUG ((DEBUG_DISPATCH, "Evaluate DXE DEPEX for FFS(%g)\n", &DriverEntry->FileName));
636 DEBUG ((DEBUG_DISPATCH, " BEFORE FFS(%g) = ", &DriverEntry->BeforeAfterGuid));
641 DEBUG ((DEBUG_DISPATCH, "TRUE\n END\n RESULT = TRUE\n"));
644 DEBUG ((DEBUG_DISPATCH, "FALSE\n END\n RESULT = FALSE\n"));
666 DEBUG ((DEBUG_DISPATCH, "Evaluate DXE DEPEX for FFS(%g)\n", &DriverEntry->FileName)); [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Pei/Dependency/ |
Dependency.c | 126 DEBUG ((DEBUG_DISPATCH, " RESULT = FALSE (Underflow Error)\n"));
136 DEBUG ((DEBUG_DISPATCH, " PUSH GUID(%g) = %a\n", StackPtr->Operator, IsPpiInstalled (PeiServices, StackPtr) ? "TRUE" : "FALSE"));
143 DEBUG ((DEBUG_DISPATCH, " AND\n"));
145 DEBUG ((DEBUG_DISPATCH, " OR\n"));
154 DEBUG ((DEBUG_DISPATCH, " RESULT = FALSE (Underflow Error)\n"));
187 DEBUG ((DEBUG_DISPATCH, " END\n"));
194 DEBUG ((DEBUG_DISPATCH, " RESULT = FALSE (Underflow Error)\n"));
197 DEBUG ((DEBUG_DISPATCH, " RESULT = %a\n", IsPpiInstalled (PeiServices, StackPtr) ? "TRUE" : "FALSE"));
201 DEBUG ((DEBUG_DISPATCH, " NOT\n"));
209 DEBUG ((DEBUG_DISPATCH, " RESULT = FALSE (Underflow Error)\n")); [all...] |
/device/linaro/bootloader/edk2/MdePkg/Include/Library/ |
DebugLib.h | 45 #define DEBUG_DISPATCH 0x00000080 // PEI/DXE/SMM Dispatchers
68 #define EFI_D_DISPATCH DEBUG_DISPATCH
|
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Pei/Dispatcher/ |
Dispatcher.c | [all...] |