|
ReactOS 0.4.17-dev-683-g0dafdc5
|


Go to the source code of this file.
Macros | |
| #define | UACPI_START_OF_LOG_MSG |
| #define | UACPI_END_OF_LOG_MSG "\n" |
| #define | uacpi_log_lvl(lvl, fmt, ...) |
| #define | uacpi_debug(...) uacpi_log_lvl(UACPI_LOG_DEBUG, __VA_ARGS__) |
| #define | uacpi_trace(...) uacpi_log_lvl(UACPI_LOG_TRACE, __VA_ARGS__) |
| #define | uacpi_info(...) uacpi_log_lvl(UACPI_LOG_INFO, __VA_ARGS__) |
| #define | uacpi_warn(...) uacpi_log_lvl(UACPI_LOG_WARN, __VA_ARGS__) |
| #define | uacpi_error(...) uacpi_log_lvl(UACPI_LOG_ERROR, __VA_ARGS__) |
Functions | |
| void | uacpi_log (uacpi_log_level, const uacpi_char *,...) |
| void | uacpi_logger_initialize (void) |
| #define uacpi_debug | ( | ... | ) | uacpi_log_lvl(UACPI_LOG_DEBUG, __VA_ARGS__) |
| #define uacpi_error | ( | ... | ) | uacpi_log_lvl(UACPI_LOG_ERROR, __VA_ARGS__) |
| #define uacpi_info | ( | ... | ) | uacpi_log_lvl(UACPI_LOG_INFO, __VA_ARGS__) |
| #define uacpi_trace | ( | ... | ) | uacpi_log_lvl(UACPI_LOG_TRACE, __VA_ARGS__) |
| #define uacpi_warn | ( | ... | ) | uacpi_log_lvl(UACPI_LOG_WARN, __VA_ARGS__) |
| void uacpi_log | ( | uacpi_log_level | lvl, |
| const uacpi_char * | str, | ||
| ... | |||
| ) |
Definition at line 700 of file stdlib.c.
Definition at line 36 of file uacpi.c.
Referenced by uacpi_initialize(), and uacpi_setup_early_table_access().