Searched refs:D_ERROR (Results 1 - 10 of 10) sorted by relevance

/external/syslinux/gnu-efi/gnu-efi-3.0/lib/
H A Ddebug.c38 DbgPrint (D_ERROR, (CHAR8 *)"%EASSERT FAILED: %a(%d): %a%N\n", FileName, LineNo, Description);
H A Dconsole.c73 DEBUG((D_ERROR, "Input: error return from ReadKey %x\n", Status));
H A Dcrc.c179 DEBUG((D_ERROR, "CheckCrc32: Size > MaxSize\n"));
194 DEBUG((D_ERROR, "CheckCrc32: Crc check failed\n"));
H A Dhand.c553 DEBUG((D_ERROR, "LibUninstallProtocolInterfaces: failed %g, %r\n", Protocol, Handle));
H A Dmisc.c35 DEBUG((D_ERROR, "AllocatePool: out of pool %x\n", Status));
H A Ddpath.c72 DEBUG((D_ERROR, "DevicePathInstance: DevicePath %x Size %d", *DevicePath, ((UINT8 *) DevPath) - ((UINT8 *) Start) ));
H A Dprint.c254 if (mask & D_ERROR) {
/external/syslinux/efi32/include/efi/
H A Defidebug.h63 #define D_ERROR 0x80000000 // Error macro
70 //#define EFI_DBUG_MASK (D_ERROR | D_WARN | D_LOAD | D_BLKIO | D_INIT)
71 #define EFI_DBUG_MASK (D_ERROR)
/external/syslinux/efi64/include/efi/
H A Defidebug.h63 #define D_ERROR 0x80000000 // Error macro
70 //#define EFI_DBUG_MASK (D_ERROR | D_WARN | D_LOAD | D_BLKIO | D_INIT)
71 #define EFI_DBUG_MASK (D_ERROR)
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/
H A Defidebug.h63 #define D_ERROR 0x80000000 // Error macro
70 //#define EFI_DBUG_MASK (D_ERROR | D_WARN | D_LOAD | D_BLKIO | D_INIT)
71 #define EFI_DBUG_MASK (D_ERROR)

Completed in 216 milliseconds