Searched refs:DEBUG (Results 1 – 9 of 9) 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 | console.c | 73 DEBUG((D_ERROR, "Input: error return from ReadKey %x\n", Status)); in IInput()
|
H A D | hand.c | 39 DEBUG((D_INFO, "LibLocateProtocol: Handle not found\n")); in LibLocateProtocol() 483 DEBUG((D_INFO, "LibInstallProtocolInterface: %d %x\n", Protocol, Interface)); in LibInstallProtocolInterfaces() 554 DEBUG((D_ERROR, "LibUninstallProtocolInterfaces: failed %g, %r\n", Protocol, Handle)); in LibUninstallProtocolInterfaces()
|
H A D | hw.c | 58 DEBUG ((D_INIT, "Device Already Loaded for %a device\n", ErrorStr)); in InitializeGlobalIoDevice()
|
H A D | sread.c | 258 DEBUG ((D_LOAD|D_WARN, "OpenSimpleReadFile: Device did not support a known load protocol\n")); in OpenSimpleReadFile()
|
H A D | misc.c | 35 DEBUG((D_ERROR, "AllocatePool: out of pool %x\n", Status)); in AllocatePool()
|
H A D | dpath.c | 79 …DEBUG((D_ERROR, "DevicePathInstance: DevicePath %x Size %d", *DevicePath, ((UINT8 *) DevPath) - ((… in DevicePathInstance()
|
/DragonStub/inc/ |
H A D | efidebug.h | 27 #define DEBUG(a) DbgPrint a macro 32 #define DEBUG(a) macro
|
/DragonStub/ |
H A D | ChangeLog | 563 Consequently, when your program calls DbgPrint() via the DEBUG() macro,
|