Searched refs:ASL_MAX_ERROR_COUNT (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/sys/contrib/dev/acpica/compiler/
H A Dasldefine.h61 #define ASL_MAX_ERROR_COUNT 200 macro
H A Daslcompile.c689 if (Gbl_ExceptionCount[ASL_ERROR] > ASL_MAX_ERROR_COUNT)
692 ASL_MAX_ERROR_COUNT);
H A Daslerror.c686 if (Gbl_ExceptionCount[ASL_ERROR] > ASL_MAX_ERROR_COUNT)
688 printf ("\nMaximum error count (%u) exceeded\n", ASL_MAX_ERROR_COUNT);

Completed in 43 milliseconds