Home
last modified time | relevance | path

Searched refs:ErrorLevel (Results 1 – 25 of 61) sorted by relevance

123

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/
DDebug.c85 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/
DDebug.c76 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/
DReportStatusCode.c61 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/
DDebugLib.c68 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/
DReportStatusCode.c138 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/
DDebugLib.c48 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/
DDebugLib.c50 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/
DDebugLib.c65 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/
DEfiDebug.h49 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/
DDebugAssert.h49 IN UINTN ErrorLevel,
66 IN UINTN *ErrorLevel
73 IN UINTN ErrorLevel
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiDxeDebugLibReportStatusCode/
DDebugLib.c42 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/
DDebugLib.c51 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/
DDebugLib.c51 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/
DDebugLib.c61 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/
DDebugLib.c61 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/
DDebugLib.c105 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/
DDebugLib.c36 IN UINTN ErrorLevel, in DebugPrint() argument
193 IN CONST UINTN ErrorLevel in DebugPrintLevelEnabled() argument
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/SmmRuntimeDxeReportStatusCodeLibFramework/
DReportStatusCodeLib.c161 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/
DDebug.c84 IN UINTN ErrorLevel, in PeiDebugPrint() argument
115 EfiDebugVPrintWorker (ErrorLevel, Format, Marker, sizeof (Buffer), Buffer); in PeiDebugPrint()
/device/linaro/bootloader/edk2/DuetPkg/Library/DxeCoreReportStatusCodeLibFromHob/
DReportStatusCodeLib.c231 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/
DReportStatusCodeLib.c253 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/
DReportStatusCodeLib.c221 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/
DDxeDebugPrintErrorLevelLib.c283 UINT32 ErrorLevel in SetDebugPrintErrorLevel() argument
304 GlobalErrorLevel = (UINTN)ErrorLevel; in SetDebugPrintErrorLevel()
319 mDebugPrintErrorLevel = ErrorLevel; in SetDebugPrintErrorLevel()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/PeiReportStatusCodeLib/
DReportStatusCodeLib.c233 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/
DReportStatusCodeLib.c250 OUT UINT32 *ErrorLevel, in ReportStatusCodeExtractDebugInfo() argument
258 ASSERT (ErrorLevel != NULL); in ReportStatusCodeExtractDebugInfo()
274 *ErrorLevel = DebugInfo->ErrorLevel; in ReportStatusCodeExtractDebugInfo()

123