Home
last modified time | relevance | path

Searched refs:DEBUG_ERROR (Results 1 – 3 of 3) sorted by relevance

/dragonfly/stand/contrib/edk2/MdePkg/Include/Library/
H A DDebugLib.h51 #define DEBUG_ERROR 0x80000000 // Error macro
72 #define EFI_D_ERROR DEBUG_ERROR
447 DEBUG ((DEBUG_ERROR, "\nASSERT_EFI_ERROR (Status = %r)\n", StatusParameter)); \
473 DEBUG ((DEBUG_ERROR, "\nASSERT_RETURN_ERROR (Status = %r)\n", \
/dragonfly/contrib/bmake/
H A Dmake.h646 bool DEBUG_ERROR:1; member
H A Dmain.c263 debug.DEBUG_ERROR = true; in MainParseArgDebug()