Searched defs:mWarningCount (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DEfiUtilityMsgs.c41 STATIC UINT32 mWarningCount = 0; variable
122 if (mErrorCount + mWarningCount > mMaxWarningsPlusErrors) {
176 if (mErrorCount + mWarningCount > mMaxWarningsPlusErrors) {
230 if (mErrorCount + mWarningCount > mMaxWarningsPlusErrors) {
239 if (mWarningCount > mMaxWarnings) {
246 mWarningCount++;
308 if (mErrorCount + mWarningCount > mMaxWarningsPlusErrors) {
317 if (mWarningCount > mMaxWarnings) {
324 mWarningCount++;

Completed in 121 milliseconds