OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DEBUG_PROPERTY_DEBUG_PRINT_ENABLED
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
EdkIIGlueDebugLib.h
57
#define
DEBUG_PROPERTY_DEBUG_PRINT_ENABLED
0x02
109
#define DebugPrintEnabled() ((BOOLEAN)((__EDKII_GLUE_PCD_PcdDebugPropertyMask__ &
DEBUG_PROPERTY_DEBUG_PRINT_ENABLED
) != 0))
294
If the
DEBUG_PROPERTY_DEBUG_PRINT_ENABLED
bit of PcdDebugProperyMask is set,
/device/linaro/bootloader/edk2/MdePkg/Include/Library/
DebugLib.h
29
#define
DEBUG_PROPERTY_DEBUG_PRINT_ENABLED
0x02
176
This function returns TRUE if the
DEBUG_PROPERTY_DEBUG_PRINT_ENABLED
bit of
179
@retval TRUE The
DEBUG_PROPERTY_DEBUG_PRINT_ENABLED
bit of PcdDebugProperyMask is set.
180
@retval FALSE The
DEBUG_PROPERTY_DEBUG_PRINT_ENABLED
bit of PcdDebugProperyMask is clear.
303
If MDEPKG_NDEBUG is not defined and the
DEBUG_PROPERTY_DEBUG_PRINT_ENABLED
Completed in 58 milliseconds