HomeSort by relevance Sort by last modified time
    Searched refs:DEBUG_INFO (Results 26 - 50 of 95) sorted by null

12 3 4

  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/SetHostName/
SetHostName.c 45 DEBUG (( DEBUG_INFO,
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Pei/PlatformInit/
PeiFvSecurity.c 88 DEBUG ((DEBUG_INFO, "PeiSecurityVerifyFv - CurrentFvAddress=0x%8x\n", (UINT32)CurrentFvAddress));
  /device/linaro/bootloader/edk2/StdLib/Include/Efi/
EfiSocketLib.h 50 #define DBG_ENTER() DEBUG (( DEBUG_INFO, "Entering " __FUNCTION__ "\n" )) ///< Display routine entry
51 #define DBG_EXIT() DEBUG (( DEBUG_INFO, "Exiting " __FUNCTION__ "\n" )) ///< Display routine exit
52 #define DBG_EXIT_DEC(Status) DEBUG (( DEBUG_INFO, "Exiting " __FUNCTION__ ", Status: %d\n", Status )) ///< Display routine exit with decimal value
53 #define DBG_EXIT_HEX(Status) DEBUG (( DEBUG_INFO, "Exiting " __FUNCTION__ ", Status: 0x%08x\n", Status )) ///< Display routine exit with hex value
54 #define DBG_EXIT_STATUS(Status) DEBUG (( DEBUG_INFO, "Exiting " __FUNCTION__ ", Status: %r\n", Status )) ///< Display routine exit with status value
55 #define DBG_EXIT_TF(Status) DEBUG (( DEBUG_INFO, "Exiting " __FUNCTION__ ", returning %s\n", (FALSE == Status) ? L"FALSE" : L"TRUE" )) ///< Display routine with TRUE/FALSE value
  /device/linaro/bootloader/edk2/MdePkg/Library/PeiMemoryAllocationLib/
MemoryAllocationLib.c 217 DEBUG((DEBUG_INFO, "Out of memory resource! \n"));
220 DEBUG ((DEBUG_INFO, "Allocated Memory unaligned: Address = 0x%LX, Pages = 0x%X, Type = %d \n", Memory, TotalPages, (UINTN) MemoryType));
229 DEBUG ((DEBUG_INFO, "After aligning to 0x%X bytes: Address = 0x%LX, Pages = 0x%X \n", Alignment, AlignedMemory, Pages));
292 DEBUG((DEBUG_INFO, "Updated before-mem HOB with BaseAddress = %LX, Length = %LX, MemoryType = %d \n",
305 DEBUG((DEBUG_INFO, "Created aligned-mem HOB with BaseAddress = %LX, Length = %LX, MemoryType = %d \n",
309 DEBUG((DEBUG_INFO, "Updated aligned-mem HOB with BaseAddress = %LX, Length = %LX, MemoryType = %d \n",
329 DEBUG((DEBUG_INFO, "Created after-mem HOB with BaseAddress = %LX, Length = %LX, MemoryType = %d \n",
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/DataSink/
DataSink.c 89 DEBUG (( DEBUG_INFO,
178 DEBUG (( DEBUG_INFO,
224 DEBUG (( DEBUG_INFO,
239 DEBUG (( DEBUG_INFO,
376 DEBUG (( DEBUG_INFO,
386 DEBUG (( DEBUG_INFO,
518 DEBUG (( DEBUG_INFO,
528 DEBUG (( DEBUG_INFO,
620 DEBUG (( DEBUG_INFO,
631 DEBUG (( DEBUG_INFO,
    [all...]
  /device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772/
Ax88772.c 240 DEBUG (( DEBUG_RX_MULTICAST | DEBUG_INFO,
441 DEBUG (( DEBUG_PHY | DEBUG_INFO,
521 DEBUG (( DEBUG_PHY | DEBUG_INFO,
587 | DEBUG_RX_UNICAST | DEBUG_TX | DEBUG_INFO,
712 //DEBUG((DEBUG_INFO, "Packet [%d]\n", *pLength));
771 DEBUG (( DEBUG_TPL | DEBUG_INFO,
799 DEBUG (( DEBUG_LINK | DEBUG_INFO,
809 DEBUG (( DEBUG_LINK | DEBUG_INFO,
821 DEBUG (( DEBUG_LINK | DEBUG_INFO, "Link: Down\r\n" ));
892 DEBUG (( DEBUG_RX_BROADCAST | DEBUG_INFO,
    [all...]
  /frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
TrackerEntry.java 50 static final String DEBUG_INFO = "DebugInfo";
59 ALTITUDE, SPEED, BEARING, DIST_NET_LOCATION, LOC_TIME, DEBUG_INFO};
201 cValues.put(DEBUG_INFO, debugBuilder.toString());
203 cValues.put(DEBUG_INFO, mLogMsg);
240 entry.setLogMsg(cursor.getString(cursor.getColumnIndex(DEBUG_INFO)));
  /device/linaro/bootloader/edk2/DuetPkg/AcpiResetDxe/
Reset.c 192 DEBUG ((DEBUG_INFO, "ACPI Reset Base - %lx\n", mAcpiDescription.RESET_REG.Address));
193 DEBUG ((DEBUG_INFO, "ACPI Reset Value - %02x\n", (UINTN)mAcpiDescription.RESET_VALUE));
194 DEBUG ((DEBUG_INFO, "IAPC support - %x\n", (UINTN)(mAcpiDescription.IAPC_BOOT_ARCH)));
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Dxe/PlatformInit/
PlatformConfig.c 241 DEBUG ((DEBUG_INFO, "gEfiSmmConfigurationProtocolGuid triggered but not valid.\n"));
245 DEBUG ((DEBUG_INFO, "Platform DXE Mem config already done.\n"));
358 DEBUG ((DEBUG_INFO, "gEfiSmmSpiReadyProtocolGuid triggered but not valid.\n"));
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Spi/RuntimeDxe/
PchSpi.c 95 DEBUG ((DEBUG_INFO, "InstallPchSpi() Start\n"));
163 DEBUG ((DEBUG_INFO, "InstallPchSpi() End\n"));
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/GetHostByName/
GetHostByName.c 46 DEBUG (( DEBUG_INFO,
  /device/linaro/bootloader/edk2/IntelFspPkg/FspDxeIpl/
DxeIpl.c 214 DEBUG ((DEBUG_INFO, "Customized Guided section Memory Size required is 0x%x and address is 0x%p\n", OutputBufferSize, *OutputBuffer));
415 DEBUG ((DEBUG_INFO | DEBUG_INIT, "FSP HOB is located at 0x%08X\n", HobList));
426 DEBUG ((DEBUG_INFO | DEBUG_INIT, "FSP is waiting for NOTIFY\n"));
438 DEBUG ((DEBUG_INFO | DEBUG_INIT, "============= PEIM FSP is Completed =============\n\n"));
  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/
SecGetPerformance.c 55 DEBUG ((DEBUG_INFO, "SecGetPerformance\n"));
SecPlatformInformation.c 49 DEBUG ((DEBUG_INFO, "SecPlatformInformation\n"));
  /device/linaro/bootloader/edk2/StdLib/EfiSocketLib/
DxeSupport.c 164 DEBUG (( DEBUG_POOL | DEBUG_INIT | DEBUG_INFO,
Service.c 129 DEBUG (( DEBUG_POOL | DEBUG_INIT | DEBUG_INFO,
151 DEBUG (( DEBUG_POOL | DEBUG_INIT | DEBUG_INFO,
198 DEBUG (( DEBUG_POOL | DEBUG_INIT | DEBUG_INFO,
414 DEBUG (( DEBUG_POOL | DEBUG_INIT | DEBUG_INFO,
Socket.c     [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FspSupport/Library/SecFspPlatformSecLibVlv2/
SecGetPerformance.c 54 DEBUG ((DEBUG_INFO, "SecGetPerformance\n"));
SecPlatformInformation.c 48 DEBUG ((DEBUG_INFO, "SecPlatformInformation\n"));
  /device/linaro/bootloader/edk2/OvmfPkg/AcpiPlatformDxe/
Qemu.c 302 DEBUG_INFO,
309 DEBUG_INFO,
367 DEBUG ((DEBUG_INFO, "ACPI using S3/S4 defaults\n"));
381 DEBUG ((DEBUG_INFO, "ACPI S3 value: %d\n",
385 DEBUG ((DEBUG_INFO, "ACPI S3 disabled\n"));
391 DEBUG ((DEBUG_INFO, "ACPI S4 value: %d\n",
395 DEBUG ((DEBUG_INFO, "ACPI S4 disabled\n"));
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/WebServer/
WebServer.h 83 #define DBG_ENTER() DEBUG (( DEBUG_INFO, "Entering " __FUNCTION__ "\n" )) ///< Display routine entry
84 #define DBG_EXIT() DEBUG (( DEBUG_INFO, "Exiting " __FUNCTION__ "\n" )) ///< Display routine exit
85 #define DBG_EXIT_DEC(Status) DEBUG (( DEBUG_INFO, "Exiting " __FUNCTION__ ", Status: %d\n", Status )) ///< Display routine exit with decimal value
86 #define DBG_EXIT_HEX(Status) DEBUG (( DEBUG_INFO, "Exiting " __FUNCTION__ ", Status: 0x%08x\n", Status )) ///< Display routine exit with hex value
87 #define DBG_EXIT_STATUS(Status) DEBUG (( DEBUG_INFO, "Exiting " __FUNCTION__ ", Status: %r\n", Status )) ///< Display routine exit with status value
88 #define DBG_EXIT_TF(Status) DEBUG (( DEBUG_INFO, "Exiting " __FUNCTION__ ", returning %s\n", (FALSE == Status) ? L"FALSE" : L"TRUE" )) ///< Display routine with TRUE/FALSE value
    [all...]
  /device/linaro/bootloader/edk2/ArmPkg/Drivers/CpuDxe/
CpuMmuCommon.c 244 DEBUG ((DEBUG_INFO | DEBUG_LOAD, "CpuConvertPagesToUncachedVirtualAddress()\n Unmapped 0x%08lx Mapped 0x%08lx 0x%x bytes\n", Address, Address | VirtualMask, Length));
262 DEBUG ((DEBUG_INFO | DEBUG_LOAD, "CpuReconvertPages(%lx, %x, %lx, %lx)\n", Address, Length, VirtualMask, Attributes));
  /device/linaro/bootloader/edk2/MdePkg/Include/Library/
DebugLib.h 44 #define DEBUG_INFO 0x00000040 // Informational debug messages
67 #define EFI_D_INFO DEBUG_INFO
  /device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm12CommandLib/
Tpm12NvStorage.c 125 DEBUG ((DEBUG_INFO, "Tpm12NvDefineSpace - ReturnCode = %x\n", ReturnCode));
180 DEBUG ((DEBUG_INFO, "Tpm12NvReadValue - ReturnCode = %x\n", ReturnCode));
246 DEBUG ((DEBUG_INFO, "Tpm12NvWritedValue - ReturnCode = %x\n", ReturnCode));
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
PiSmmIpl.c 624 DEBUG ((DEBUG_INFO, "SMM IPL closed SMRAM window\n"));
668 DEBUG ((DEBUG_INFO, "SMM IPL registered SMM Entry Point address %p\n", (VOID *)(UINTN)gSmmCorePrivate->SmmEntryPoint));
738 DEBUG ((DEBUG_INFO, "SMM IPL locked SMRAM window\n"));
    [all...]

Completed in 730 milliseconds

12 3 4