OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DEBUG_PROPERTY_DEBUG_PRINT_ENABLED
(Results
1 - 12
of
12
) sorted by null
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/
EdkIIGlueConfig.h
104
|
DEBUG_PROPERTY_DEBUG_PRINT_ENABLED
\
/device/linaro/bootloader/edk2/ArmPkg/Library/SemiHostingDebugLib/
DebugLib.c
190
This function returns TRUE if the
DEBUG_PROPERTY_DEBUG_PRINT_ENABLED
bit of
193
@retval TRUE The
DEBUG_PROPERTY_DEBUG_PRINT_ENABLED
bit of PcdDebugProperyMask is set.
194
@retval FALSE The
DEBUG_PROPERTY_DEBUG_PRINT_ENABLED
bit of PcdDebugProperyMask is clear.
203
return (BOOLEAN) ((PcdGet8(PcdDebugPropertyMask) &
DEBUG_PROPERTY_DEBUG_PRINT_ENABLED
) != 0);
/device/linaro/bootloader/edk2/MdePkg/Library/BaseDebugLibSerialPort/
DebugLib.c
211
This function returns TRUE if the
DEBUG_PROPERTY_DEBUG_PRINT_ENABLED
bit of
214
@retval TRUE The
DEBUG_PROPERTY_DEBUG_PRINT_ENABLED
bit of PcdDebugProperyMask is set.
215
@retval FALSE The
DEBUG_PROPERTY_DEBUG_PRINT_ENABLED
bit of PcdDebugProperyMask is clear.
224
return (BOOLEAN) ((PcdGet8(PcdDebugPropertyMask) &
DEBUG_PROPERTY_DEBUG_PRINT_ENABLED
) != 0);
/device/linaro/bootloader/edk2/IntelFspPkg/Library/BaseFspDebugLibSerialPort/
DebugLib.c
257
This function returns TRUE if the
DEBUG_PROPERTY_DEBUG_PRINT_ENABLED
bit of
260
@retval TRUE The
DEBUG_PROPERTY_DEBUG_PRINT_ENABLED
bit of PcdDebugProperyMask is set.
261
@retval FALSE The
DEBUG_PROPERTY_DEBUG_PRINT_ENABLED
bit of PcdDebugProperyMask is clear.
270
return (BOOLEAN) ((PcdGet8(PcdDebugPropertyMask) &
DEBUG_PROPERTY_DEBUG_PRINT_ENABLED
) != 0);
/device/linaro/bootloader/edk2/MdePkg/Library/UefiDebugLibConOut/
DebugLib.c
206
This function returns TRUE if the
DEBUG_PROPERTY_DEBUG_PRINT_ENABLED
bit of
209
@retval TRUE The
DEBUG_PROPERTY_DEBUG_PRINT_ENABLED
bit of PcdDebugProperyMask is set.
210
@retval FALSE The
DEBUG_PROPERTY_DEBUG_PRINT_ENABLED
bit of PcdDebugProperyMask is clear.
219
return (BOOLEAN) ((PcdGet8(PcdDebugPropertyMask) &
DEBUG_PROPERTY_DEBUG_PRINT_ENABLED
) != 0);
/device/linaro/bootloader/edk2/MdePkg/Library/UefiDebugLibDebugPortProtocol/
DebugLib.c
258
This function returns TRUE if the
DEBUG_PROPERTY_DEBUG_PRINT_ENABLED
bit of
261
@retval TRUE The
DEBUG_PROPERTY_DEBUG_PRINT_ENABLED
bit of PcdDebugProperyMask is set.
262
@retval FALSE The
DEBUG_PROPERTY_DEBUG_PRINT_ENABLED
bit of PcdDebugProperyMask is clear.
271
return (BOOLEAN) ((PcdGet8(PcdDebugPropertyMask) &
DEBUG_PROPERTY_DEBUG_PRINT_ENABLED
) != 0);
/device/linaro/bootloader/edk2/MdePkg/Library/UefiDebugLibStdErr/
DebugLib.c
207
This function returns TRUE if the
DEBUG_PROPERTY_DEBUG_PRINT_ENABLED
bit of
210
@retval TRUE The
DEBUG_PROPERTY_DEBUG_PRINT_ENABLED
bit of PcdDebugProperyMask is set.
211
@retval FALSE The
DEBUG_PROPERTY_DEBUG_PRINT_ENABLED
bit of PcdDebugProperyMask is clear.
220
return (BOOLEAN) ((PcdGet8(PcdDebugPropertyMask) &
DEBUG_PROPERTY_DEBUG_PRINT_ENABLED
) != 0);
/device/linaro/bootloader/edk2/OvmfPkg/Library/PlatformDebugLibIoPort/
DebugLib.c
215
This function returns TRUE if the
DEBUG_PROPERTY_DEBUG_PRINT_ENABLED
bit of
218
@retval TRUE The
DEBUG_PROPERTY_DEBUG_PRINT_ENABLED
bit of PcdDebugProperyMask is set.
219
@retval FALSE The
DEBUG_PROPERTY_DEBUG_PRINT_ENABLED
bit of PcdDebugProperyMask is clear.
228
return (BOOLEAN) ((PcdGet8(PcdDebugPropertyMask) &
DEBUG_PROPERTY_DEBUG_PRINT_ENABLED
) != 0);
/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
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/
DebugLib.c
417
This function returns TRUE if the
DEBUG_PROPERTY_DEBUG_PRINT_ENABLED
bit of
420
@retval TRUE The
DEBUG_PROPERTY_DEBUG_PRINT_ENABLED
bit of PcdDebugProperyMask is set.
421
@retval FALSE The
DEBUG_PROPERTY_DEBUG_PRINT_ENABLED
bit of PcdDebugProperyMask is clear.
430
return (BOOLEAN) ((PcdGet8 (PcdDebugPropertyMask) &
DEBUG_PROPERTY_DEBUG_PRINT_ENABLED
) != 0);
/device/linaro/bootloader/edk2/MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/
DebugLib.c
410
This function returns TRUE if the
DEBUG_PROPERTY_DEBUG_PRINT_ENABLED
bit of
413
@retval TRUE The
DEBUG_PROPERTY_DEBUG_PRINT_ENABLED
bit of PcdDebugProperyMask is set.
414
@retval FALSE The
DEBUG_PROPERTY_DEBUG_PRINT_ENABLED
bit of PcdDebugProperyMask is clear.
423
return (BOOLEAN) ((PcdGet8 (PcdDebugPropertyMask) &
DEBUG_PROPERTY_DEBUG_PRINT_ENABLED
) != 0);
Completed in 341 milliseconds