|
ReactOS 0.4.17-dev-683-g0dafdc5
|


Go to the source code of this file.
| void uacpi_context_set_log_level | ( | uacpi_log_level | lvl | ) |
Set the minimum log level to be accepted by the logging facilities. Any logs below this level are discarded and not passed to uacpi_kernel_log, etc.
0 is treated as a special value that resets the setting to the default value.
E.g. for a log level of UACPI_LOG_INFO: UACPI_LOG_DEBUG -> discarded UACPI_LOG_TRACE -> discarded UACPI_LOG_INFO -> allowed UACPI_LOG_WARN -> allowed UACPI_LOG_ERROR -> allowed
Definition at line 28 of file uacpi.c.
Referenced by uacpi_logger_initialize().
Set the maximum number of seconds a While loop is allowed to run for before getting timed out.
0 is treated a special value that resets the setting to the default value.
Definition at line 172 of file uacpi.c.
Referenced by uacpi_initialize().
Set the maximum call stack depth AML can reach before getting aborted.
0 is treated as a special value that resets the setting to the default value.
Definition at line 180 of file uacpi.c.
Referenced by uacpi_initialize().
| void uacpi_context_set_proactive_table_checksum | ( | uacpi_bool | setting | ) |
Enables table checksum validation at installation time instead of first use. Note that this makes uACPI map the entire table at once, which not all hosts are able to handle at early init.
Definition at line 52 of file uacpi.c.