OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ASL_MAX_ERROR_COUNT
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/compiler/
asldefine.h
62
#define
ASL_MAX_ERROR_COUNT
200
aslcompile.c
821
if (AslGbl_ExceptionCount[ASL_ERROR] >
ASL_MAX_ERROR_COUNT
)
824
ASL_MAX_ERROR_COUNT
);
aslerror.c
918
if (!AslGbl_IgnoreErrors && AslGbl_ExceptionCount[ASL_ERROR] >
ASL_MAX_ERROR_COUNT
)
920
printf ("\nMaximum error count (%u) exceeded (aslerror.c)\n",
ASL_MAX_ERROR_COUNT
);
Completed in 48 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026