Searched refs:D_ERROR (Results 1 – 8 of 8) sorted by relevance
/DragonStub/lib/ |
H A D | crc.c | 179 DEBUG((D_ERROR, "CheckCrc32: Size > MaxSize\n")); in CheckCrcAltSize() 194 DEBUG((D_ERROR, "CheckCrc32: Crc check failed\n")); in CheckCrcAltSize()
|
H A D | debug.c | 38 DbgPrint (D_ERROR, (CHAR8 *)"%EASSERT FAILED: %a(%d): %a%N\n", FileName, LineNo, Description); in DbgAssert()
|
H A D | console.c | 73 DEBUG((D_ERROR, "Input: error return from ReadKey %x\n", Status)); in IInput()
|
H A D | misc.c | 35 DEBUG((D_ERROR, "AllocatePool: out of pool %x\n", Status)); in AllocatePool()
|
H A D | hand.c | 554 DEBUG((D_ERROR, "LibUninstallProtocolInterfaces: failed %g, %r\n", Protocol, Handle)); in LibUninstallProtocolInterfaces()
|
H A D | dpath.c | 79 …DEBUG((D_ERROR, "DevicePathInstance: DevicePath %x Size %d", *DevicePath, ((UINT8 *) DevPath) - ((… in DevicePathInstance()
|
H A D | print.c | 254 if (mask & D_ERROR) { in DbgPrint()
|
/DragonStub/inc/ |
H A D | efidebug.h | 63 #define D_ERROR 0x80000000 // Error macro 71 #define EFI_DBUG_MASK (D_ERROR)
|