Home
last modified time | relevance | path

Searched refs:D_ERROR (Results 1 – 8 of 8) sorted by relevance

/DragonStub/lib/
H A Dcrc.c179 DEBUG((D_ERROR, "CheckCrc32: Size > MaxSize\n")); in CheckCrcAltSize()
194 DEBUG((D_ERROR, "CheckCrc32: Crc check failed\n")); in CheckCrcAltSize()
H A Ddebug.c38 DbgPrint (D_ERROR, (CHAR8 *)"%EASSERT FAILED: %a(%d): %a%N\n", FileName, LineNo, Description); in DbgAssert()
H A Dconsole.c73 DEBUG((D_ERROR, "Input: error return from ReadKey %x\n", Status)); in IInput()
H A Dmisc.c35 DEBUG((D_ERROR, "AllocatePool: out of pool %x\n", Status)); in AllocatePool()
H A Dhand.c554 DEBUG((D_ERROR, "LibUninstallProtocolInterfaces: failed %g, %r\n", Protocol, Handle)); in LibUninstallProtocolInterfaces()
H A Ddpath.c79 …DEBUG((D_ERROR, "DevicePathInstance: DevicePath %x Size %d", *DevicePath, ((UINT8 *) DevPath) - ((… in DevicePathInstance()
H A Dprint.c254 if (mask & D_ERROR) { in DbgPrint()
/DragonStub/inc/
H A Defidebug.h63 #define D_ERROR 0x80000000 // Error macro
71 #define EFI_DBUG_MASK (D_ERROR)