Lines Matching refs:errors
211 access operation regions in some cases, causing errors because the
218 to the AML Debugger thread. This prevents runtime errors within some
430 were not handled properly and caused load errors. Now, properly invoke
512 preprocessor to the compiler. This ensures that compiler errors/warnings
657 were no longer recognized, causing errors.
822 errors when building ACPICA. This allows disabling the option without
1131 methods that would cause runtime failures. Now trapped as errors are: 1)
1411 to prevent runtime errors. The update adds support to ignore the
1722 Tests/ASLTS: Updated functional control suite to execute with no errors.
1723 David Box. Fixed several errors related to the testing of the interpreter
1741 suppressed. This can simplify debugging when only the errors are
1743 warnings and remarks -- but only the actual errors are of real interest.
2012 iASL: Changed to abort immediately on serious errors during the parsing
2014 compile these types of errors, and they typically end up causing a
2015 cascade of hundreds of errors which obscure the original problem.
2193 2) Abort make on errors from any subcomponent. Chao Guan.
2294 global makefile. The use of this flag causes compiler errors on earlier
2339 ASL Test Suite: Several test suite errors have been identified and
2360 _OSI Support: handle any errors from AcpiOsAcquireMutex. Check for error
2509 cause errors when the output file is compiled, because the disassembler
2570 a listing file), and the maximum number of errors is reached, do not
2581 errors. This option causes the disassembler to ignore all NOOP opcodes
2909 iASL: Fixed a regression where the AML file is not deleted on errors. The
2911 output file should be deleted if there are any errors during the
2924 current buffer size. This eliminates errors that occurred when a source
2939 errors during execution of the suite. Guan Chao.
3095 Implemented and deployed two new interfaces for errors and warnings that
3102 and FADT errors. Additional deployment to be completed as appropriate in
3170 code errors. See the description of the AcpiSetupGpeForWake interface in
3386 iASL: Add option to treat all warnings as errors (-we). ACPICA BZ 948.
3396 routines. Enable and send iASL errors/warnings to an error logfile
3412 methods causes errors and also prevents the machine from entering S5. It
4122 iASL: Update yyerrror/AslCompilerError for "const" errors. Newer versions
4148 interpreter errors and kernel faults. So now, we once again allow
4324 iASL/DTC: Do not abort compiler on fatal errors. We do not want to
4326 abort the compiler on "fatal" errors, simply should abort the current
4490 iASL/DTC: Reduced the severity of some errors from fatal to error. There
4492 no need to abort on simple errors within a field definition.
4814 iASL/Disassembler: Write ACPI errors to stderr instead of the output
5323 Standardized output of integer values for ACPICA warnings/errors. Always
5465 Fixed possible mutex acquisition errors when running _REG methods. Fixes
5467 problem where mutex errors can occur when running a _REG method that is
5601 of errors was reached (200).
5744 emitted for warnings/errors. This caused the IDE support to not work
5991 and can cause subsequent execution errors. ACPICA BZ 471.
6099 compilation summary, not individual errors and warnings. Useful for large
6736 errors where a full 16-bit table type field was not extracted from the
7066 initialization. This could lead to "handler not installed" errors on some
7345 unexpected AE_PACKAGE_LIMIT errors on some systems (Lin Ming, Bob Moore)
8039 Fixed a problem where the compiler could hang after syntax errors
8073 errors. (BZ 440)
8116 Disassembly of an FADT now verifies the input FADT and reports any errors
8576 Caused various errors and unexpected behavior.
8626 errors. (With assistance from Thomas Renninger)
9024 source code and helps eliminate run-time errors when the disassembled
9422 decremented below zero if any errors occurred during the method parse
9430 Eliminated the pre-parsing of control methods (to detect errors) during
9433 any errors occurred during the parse, and it seemed to be overkill. A
9784 not followed by a comma, causing errors when the resulting ASL module was
10208 rarely) produce compile errors.
10215 errors.
10510 The compiler now returns non-zero from the main procedure if any errors
10540 AE_AML_NO_RETURN_VALUE errors when enabled.
10627 Fixed a problem where errors generated from the internal AML interpreter
10647 The compiler now cleanly reports and recovers from errors in the field
11851 and the _PRW methods are executed. This will prevent errors when the
11972 Changed the behavior of the _PRW method scan to ignore any and all errors
12012 Any warnings or errors that are emitted during disassembly are now
12082 Fixed a problem where errors occurring during the parse phase of control
13061 "Allocation already present in list!" errors as memory allocation
13208 Implemented improved debug/error messages for errors that occur
13761 common errors that should be caught at compile time.
13869 AE_BAD_DATA errors when they occur during resource parsing.
13882 subsystem. This eliminates errors of the form:
14214 Hardware manager subsystem. Any hardware errors (reported from
14383 Fixed a problem where conversion errors for hex/octal/decimal
14389 Fixed a problem where errors/warnings were no longer being emitted
14411 errors on some Linux systems.
14970 (1000 cycles of 10us) to try to address AE_TIME errors during EC
15053 flagged as errors.
15904 2. The ASL source line is printed with ALL errors and warnings.
15960 AE_AML_OPERAND_TYPE errors. This was actually a rather serious