Home
last modified time | relevance | path

Searched refs:mMaxWarningsPlusErrors (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
DEfiUtilityMsgs.c46 static UINT32 mMaxWarningsPlusErrors = 0; variable
135 if (mMaxWarningsPlusErrors != 0) { in Error()
136 if (mErrorCount + mWarningCount > mMaxWarningsPlusErrors) { in Error()
195 if (mMaxWarningsPlusErrors != 0) { in ParserError()
196 if (mErrorCount + mWarningCount > mMaxWarningsPlusErrors) { in ParserError()
255 if (mMaxWarningsPlusErrors != 0) { in ParserWarning()
256 if (mErrorCount + mWarningCount > mMaxWarningsPlusErrors) { in ParserWarning()
326 if (mMaxWarningsPlusErrors != 0) { in Warning()
327 if (mErrorCount + mWarningCount > mMaxWarningsPlusErrors) { in Warning()
638 mMaxWarningsPlusErrors = MaxWarningsPlusErrors; in SetPrintLimits()
[all …]
/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
DEfiUtilityMsgs.c36 STATIC UINT32 mMaxWarningsPlusErrors = 0; variable
113 if (mMaxWarningsPlusErrors != 0) { in Error()
114 if (mErrorCount + mWarningCount > mMaxWarningsPlusErrors) { in Error()
167 if (mMaxWarningsPlusErrors != 0) { in ParserError()
168 if (mErrorCount + mWarningCount > mMaxWarningsPlusErrors) { in ParserError()
221 if (mMaxWarningsPlusErrors != 0) { in ParserWarning()
222 if (mErrorCount + mWarningCount > mMaxWarningsPlusErrors) { in ParserWarning()
299 if (mMaxWarningsPlusErrors != 0) { in Warning()
300 if (mErrorCount + mWarningCount > mMaxWarningsPlusErrors) { in Warning()
788 mMaxWarningsPlusErrors = MaxWarningsPlusErrors; in SetPrintLimits()
[all …]