Home
last modified time | relevance | path

Searched refs:mErrorCount (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
DEfiUtilityMsgs.c42 static UINT32 mErrorCount = 0; variable
136 if (mErrorCount + mWarningCount > mMaxWarningsPlusErrors) { in Error()
145 if (mErrorCount > mMaxErrors) { in Error()
152 mErrorCount++; in Error()
196 if (mErrorCount + mWarningCount > mMaxWarningsPlusErrors) { in ParserError()
205 if (mErrorCount > mMaxErrors) { in ParserError()
212 mErrorCount++; in ParserError()
256 if (mErrorCount + mWarningCount > mMaxWarningsPlusErrors) { in ParserWarning()
327 if (mErrorCount + mWarningCount > mMaxWarningsPlusErrors) { in Warning()
/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
DEfiUtilityMsgs.c32 STATIC UINT32 mErrorCount = 0; variable
114 if (mErrorCount + mWarningCount > mMaxWarningsPlusErrors) { in Error()
123 if (mErrorCount > mMaxErrors) { in Error()
130 mErrorCount++; in Error()
168 if (mErrorCount + mWarningCount > mMaxWarningsPlusErrors) { in ParserError()
177 if (mErrorCount > mMaxErrors) { in ParserError()
184 mErrorCount++; in ParserError()
222 if (mErrorCount + mWarningCount > mMaxWarningsPlusErrors) { in ParserWarning()
300 if (mErrorCount + mWarningCount > mMaxWarningsPlusErrors) { in Warning()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GuidChk/
DUtilsMsgs.c41 static UINT32 mErrorCount = 0; variable
118 mErrorCount++; in Error()
155 mErrorCount++; in ParserError()