HomeSort by relevance Sort by last modified time
    Searched refs:mMaxWarningsPlusErrors (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
EfiUtilityMsgs.c 36 STATIC UINT32 mMaxWarningsPlusErrors = 0;
113 if (mMaxWarningsPlusErrors != 0) {
114 if (mErrorCount + mWarningCount > mMaxWarningsPlusErrors) {
167 if (mMaxWarningsPlusErrors != 0) {
168 if (mErrorCount + mWarningCount > mMaxWarningsPlusErrors) {
221 if (mMaxWarningsPlusErrors != 0) {
222 if (mErrorCount + mWarningCount > mMaxWarningsPlusErrors) {
299 if (mMaxWarningsPlusErrors != 0) {
300 if (mErrorCount + mWarningCount > mMaxWarningsPlusErrors) {
788 mMaxWarningsPlusErrors = MaxWarningsPlusErrors;
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
EfiUtilityMsgs.c 46 static UINT32 mMaxWarningsPlusErrors = 0;
135 if (mMaxWarningsPlusErrors != 0) {
136 if (mErrorCount + mWarningCount > mMaxWarningsPlusErrors) {
195 if (mMaxWarningsPlusErrors != 0) {
196 if (mErrorCount + mWarningCount > mMaxWarningsPlusErrors) {
255 if (mMaxWarningsPlusErrors != 0) {
256 if (mErrorCount + mWarningCount > mMaxWarningsPlusErrors) {
326 if (mMaxWarningsPlusErrors != 0) {
327 if (mErrorCount + mWarningCount > mMaxWarningsPlusErrors) {
638 mMaxWarningsPlusErrors = MaxWarningsPlusErrors;
    [all...]

Completed in 41 milliseconds