HomeSort by: relevance | last modified time | path
    Searched refs:D_ERROR (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/external/bsd/gnu-efi/dist/lib/
debug.c 40 DbgPrint (D_ERROR, (CHAR8 *)"%EASSERT FAILED: %a(%d): %a%N\n", FileName, LineNo, Description);
console.c 75 DEBUG((D_ERROR, "Input: error return from ReadKey %x\n", Status));
crc.c 181 DEBUG((D_ERROR, "CheckCrc32: Size > MaxSize\n"));
196 DEBUG((D_ERROR, "CheckCrc32: Crc check failed\n"));
hand.c 559 DEBUG((D_ERROR, "LibUninstallProtocolInterfaces: failed %g, %r\n", Protocol, Handle));
misc.c 37 DEBUG((D_ERROR, "AllocatePool: out of pool %x\n", Status));
dpath.c 81 DEBUG((D_ERROR, "DevicePathInstance: DevicePath %x Size %d", *DevicePath, ((UINT8 *) DevPath) - ((UINT8 *) Start) ));
print.c 256 if (mask & D_ERROR) {
  /src/sys/external/bsd/gnu-efi/dist/inc/
efidebug.h 65 #define D_ERROR 0x80000000 // Error
72 //#define EFI_DBUG_MASK (D_ERROR | D_WARN | D_LOAD | D_BLKIO | D_INIT)
73 #define EFI_DBUG_MASK (D_ERROR)

Completed in 18 milliseconds