/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/ |
D | Debug.c | 85 IN UINTN ErrorLevel, in EfiDebugVPrint() argument 120 if (!(ErrorLevel & ImageDebugMask)) { in EfiDebugVPrint() 123 } else if (!(gErrorLevel & ErrorLevel)) { in EfiDebugVPrint() 127 EfiDebugVPrintWorker (ErrorLevel, Format, Marker, sizeof (Buffer), Buffer); in EfiDebugVPrint() 132 (UINT32) ErrorLevel, in EfiDebugVPrint() 142 IN UINTN ErrorLevel, in EfiDebugPrint() argument 170 EfiDebugVPrint (ErrorLevel, Format, Marker); in EfiDebugPrint()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/ |
D | Debug.c | 76 IN UINTN ErrorLevel, in EfiDebugVPrint() argument 103 if (!(gRtErrorLevel & ErrorLevel)) { in EfiDebugVPrint() 107 EfiDebugVPrintWorker (ErrorLevel, Format, Marker, sizeof (Buffer), Buffer); in EfiDebugVPrint() 112 (UINT32) ErrorLevel, in EfiDebugVPrint() 122 IN UINTN ErrorLevel, in EfiDebugPrint() argument 152 EfiDebugVPrint (ErrorLevel, Format, Marker); in EfiDebugPrint()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/ |
D | ReportStatusCode.c | 61 IN UINTN ErrorLevel, in EfiDebugVPrintWorker() argument 122 EfiDebug->ErrorLevel = (UINT32)ErrorLevel; in EfiDebugVPrintWorker() 296 OUT UINT32 *ErrorLevel, in ReportStatusCodeExtractDebugInfo() argument 329 *ErrorLevel = DebugInfo->ErrorLevel; in ReportStatusCodeExtractDebugInfo()
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseDebugLibSerialPort/ |
D | DebugLib.c | 68 IN UINTN ErrorLevel, in DebugPrint() argument 84 if ((ErrorLevel & GetDebugPrintErrorLevel ()) == 0) { in DebugPrint() 279 IN CONST UINTN ErrorLevel in DebugPrintLevelEnabled() argument 282 return (BOOLEAN) ((ErrorLevel & PcdGet32(PcdFixedDebugPrintErrorLevel)) != 0); in DebugPrintLevelEnabled()
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/PrePiLib/ |
D | ReportStatusCode.c | 138 OUT UINT32 *ErrorLevel, in ReportStatusCodeExtractDebugInfo() argument 146 ASSERT (ErrorLevel != NULL); in ReportStatusCodeExtractDebugInfo() 162 *ErrorLevel = DebugInfo->ErrorLevel; in ReportStatusCodeExtractDebugInfo() 191 UINT32 ErrorLevel; in SerialReportStatusCode() local 223 ReportStatusCodeExtractDebugInfo (Data, &ErrorLevel, &Marker, &Format)) { in SerialReportStatusCode()
|
/device/linaro/bootloader/edk2/MdePkg/Library/UefiDebugLibConOut/ |
D | DebugLib.c | 48 IN UINTN ErrorLevel, in DebugPrint() argument 64 if ((ErrorLevel & GetDebugPrintErrorLevel ()) == 0) { in DebugPrint() 274 IN CONST UINTN ErrorLevel in DebugPrintLevelEnabled() argument 277 return (BOOLEAN) ((ErrorLevel & PcdGet32(PcdFixedDebugPrintErrorLevel)) != 0); in DebugPrintLevelEnabled()
|
/device/linaro/bootloader/edk2/MdePkg/Library/UefiDebugLibStdErr/ |
D | DebugLib.c | 50 IN UINTN ErrorLevel, in DebugPrint() argument 66 if ((ErrorLevel & GetDebugPrintErrorLevel ()) == 0) { in DebugPrint() 275 IN CONST UINTN ErrorLevel in DebugPrintLevelEnabled() argument 278 return (BOOLEAN) ((ErrorLevel & PcdGet32(PcdFixedDebugPrintErrorLevel)) != 0); in DebugPrintLevelEnabled()
|
/device/linaro/bootloader/edk2/OvmfPkg/Library/PlatformDebugLibIoPort/ |
D | DebugLib.c | 65 IN UINTN ErrorLevel, in DebugPrint() argument 82 if ((ErrorLevel & GetDebugPrintErrorLevel ()) == 0) { in DebugPrint() 283 IN CONST UINTN ErrorLevel in DebugPrintLevelEnabled() argument 286 return (BOOLEAN) ((ErrorLevel & PcdGet32(PcdFixedDebugPrintErrorLevel)) != 0); in DebugPrintLevelEnabled()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/ |
D | EfiDebug.h | 49 IN UINTN ErrorLevel, 56 IN UINTN ErrorLevel, 65 #define EFI_DEBUG_VPRINT(ErrorLevel, Format, Marker) \ argument 66 EfiDebugVPrint(ErrorLevel, Format, Marker) 121 #define EFI_DEBUG_VPRINT(ErrorLevel, Format, Marker) argument
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/DebugAssert/ |
D | DebugAssert.h | 49 IN UINTN ErrorLevel, 66 IN UINTN *ErrorLevel 73 IN UINTN ErrorLevel
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiDxeDebugLibReportStatusCode/ |
D | DebugLib.c | 42 IN UINTN ErrorLevel, in DebugPrint() argument 62 if ((ErrorLevel & PcdGet32(PcdDebugPrintErrorLevel)) == 0) { in DebugPrint() 75 DebugInfo->ErrorLevel = (UINT32)ErrorLevel; in DebugPrint()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/ |
D | DebugLib.c | 51 IN UINTN ErrorLevel, in DebugPrint() argument 72 if ((ErrorLevel & GetDebugPrintErrorLevel ()) == 0) { in DebugPrint() 111 DebugInfo->ErrorLevel = (UINT32)ErrorLevel; in DebugPrint() 478 IN CONST UINTN ErrorLevel in DebugPrintLevelEnabled() argument 481 return (BOOLEAN) ((ErrorLevel & PcdGet32(PcdFixedDebugPrintErrorLevel)) != 0); in DebugPrintLevelEnabled()
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/ |
D | DebugLib.c | 51 IN UINTN ErrorLevel, in DebugPrint() argument 73 if ((ErrorLevel & GetDebugPrintErrorLevel ()) == 0) { in DebugPrint() 112 DebugInfo->ErrorLevel = (UINT32)ErrorLevel; in DebugPrint() 485 IN CONST UINTN ErrorLevel in DebugPrintLevelEnabled() argument 488 return (BOOLEAN) ((ErrorLevel & PcdGet32(PcdFixedDebugPrintErrorLevel)) != 0); in DebugPrintLevelEnabled()
|
/device/linaro/bootloader/edk2/IntelFsp2Pkg/Library/BaseFspDebugLibSerialPort/ |
D | DebugLib.c | 61 IN UINTN ErrorLevel, in DebugPrint() argument 79 if ((ErrorLevel & GetDebugPrintErrorLevel ()) == 0) { in DebugPrint() 324 IN CONST UINTN ErrorLevel in DebugPrintLevelEnabled() argument 327 return (BOOLEAN) ((ErrorLevel & PcdGet32(PcdFixedDebugPrintErrorLevel)) != 0); in DebugPrintLevelEnabled()
|
/device/linaro/bootloader/edk2/IntelFspPkg/Library/BaseFspDebugLibSerialPort/ |
D | DebugLib.c | 61 IN UINTN ErrorLevel, in DebugPrint() argument 79 if ((ErrorLevel & GetDebugPrintErrorLevel ()) == 0) { in DebugPrint() 324 IN CONST UINTN ErrorLevel in DebugPrintLevelEnabled() argument 327 return (BOOLEAN) ((ErrorLevel & PcdGet32(PcdFixedDebugPrintErrorLevel)) != 0); in DebugPrintLevelEnabled()
|
/device/linaro/bootloader/edk2/MdePkg/Library/UefiDebugLibDebugPortProtocol/ |
D | DebugLib.c | 105 IN UINTN ErrorLevel, in DebugPrint() argument 121 if ((ErrorLevel & GetDebugPrintErrorLevel ()) == 0) { in DebugPrint() 326 IN CONST UINTN ErrorLevel in DebugPrintLevelEnabled() argument 329 return (BOOLEAN) ((ErrorLevel & PcdGet32(PcdFixedDebugPrintErrorLevel)) != 0); in DebugPrintLevelEnabled()
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseDebugLibNull/ |
D | DebugLib.c | 36 IN UINTN ErrorLevel, in DebugPrint() argument 193 IN CONST UINTN ErrorLevel in DebugPrintLevelEnabled() argument
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/SmmRuntimeDxeReportStatusCodeLibFramework/ |
D | ReportStatusCodeLib.c | 161 OUT UINT32 *ErrorLevel, in ReportStatusCodeExtractDebugInfo() argument 169 ASSERT (ErrorLevel != NULL); in ReportStatusCodeExtractDebugInfo() 185 *ErrorLevel = DebugInfo->ErrorLevel; in ReportStatusCodeExtractDebugInfo()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/ |
D | Debug.c | 84 IN UINTN ErrorLevel, in PeiDebugPrint() argument 115 EfiDebugVPrintWorker (ErrorLevel, Format, Marker, sizeof (Buffer), Buffer); in PeiDebugPrint()
|
/device/linaro/bootloader/edk2/DuetPkg/Library/DxeCoreReportStatusCodeLibFromHob/ |
D | ReportStatusCodeLib.c | 231 OUT UINT32 *ErrorLevel, in ReportStatusCodeExtractDebugInfo() argument 239 ASSERT (ErrorLevel != NULL); in ReportStatusCodeExtractDebugInfo() 255 *ErrorLevel = DebugInfo->ErrorLevel; in ReportStatusCodeExtractDebugInfo()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/SmmRuntimeDxeReportStatusCodeLib/ |
D | ReportStatusCodeLib.c | 253 OUT UINT32 *ErrorLevel, in GlueReportStatusCodeExtractDebugInfo() argument 261 ASSERT (ErrorLevel != NULL); in GlueReportStatusCodeExtractDebugInfo() 277 *ErrorLevel = DebugInfo->ErrorLevel; in GlueReportStatusCodeExtractDebugInfo()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiReportStatusCodeLib/ |
D | ReportStatusCodeLib.c | 221 OUT UINT32 *ErrorLevel, in GlueReportStatusCodeExtractDebugInfo() argument 229 ASSERT (ErrorLevel != NULL); in GlueReportStatusCodeExtractDebugInfo() 245 *ErrorLevel = DebugInfo->ErrorLevel; in GlueReportStatusCodeExtractDebugInfo()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeDebugPrintErrorLevelLib/ |
D | DxeDebugPrintErrorLevelLib.c | 283 UINT32 ErrorLevel in SetDebugPrintErrorLevel() argument 304 GlobalErrorLevel = (UINTN)ErrorLevel; in SetDebugPrintErrorLevel() 319 mDebugPrintErrorLevel = ErrorLevel; in SetDebugPrintErrorLevel()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/PeiReportStatusCodeLib/ |
D | ReportStatusCodeLib.c | 233 OUT UINT32 *ErrorLevel, in ReportStatusCodeExtractDebugInfo() argument 241 ASSERT (ErrorLevel != NULL); in ReportStatusCodeExtractDebugInfo() 257 *ErrorLevel = DebugInfo->ErrorLevel; in ReportStatusCodeExtractDebugInfo()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/SmmReportStatusCodeLib/ |
D | ReportStatusCodeLib.c | 250 OUT UINT32 *ErrorLevel, in ReportStatusCodeExtractDebugInfo() argument 258 ASSERT (ErrorLevel != NULL); in ReportStatusCodeExtractDebugInfo() 274 *ErrorLevel = DebugInfo->ErrorLevel; in ReportStatusCodeExtractDebugInfo()
|