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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DEfiUtilityMsgs.c44 STATIC UINT32 mMaxWarningsPlusErrors = 0; variable
121 if (mMaxWarningsPlusErrors != 0) {
122 if (mErrorCount + mWarningCount > mMaxWarningsPlusErrors) {
175 if (mMaxWarningsPlusErrors != 0) {
176 if (mErrorCount + mWarningCount > mMaxWarningsPlusErrors) {
229 if (mMaxWarningsPlusErrors != 0) {
230 if (mErrorCount + mWarningCount > mMaxWarningsPlusErrors) {
307 if (mMaxWarningsPlusErrors != 0) {
308 if (mErrorCount + mWarningCount > mMaxWarningsPlusErrors) {
796 mMaxWarningsPlusErrors
[all...]

Completed in 33 milliseconds