|
ReactOS 0.4.16-dev-1946-g52006dd
|


Go to the source code of this file.
Enumerations | |
| enum | uacpi_table_load_cause { UACPI_TABLE_LOAD_CAUSE_LOAD_OP , UACPI_TABLE_LOAD_CAUSE_LOAD_TABLE_OP , UACPI_TABLE_LOAD_CAUSE_INIT , UACPI_TABLE_LOAD_CAUSE_HOST } |
| Enumerator | |
|---|---|
| UACPI_TABLE_LOAD_CAUSE_LOAD_OP | |
| UACPI_TABLE_LOAD_CAUSE_LOAD_TABLE_OP | |
| UACPI_TABLE_LOAD_CAUSE_INIT | |
| UACPI_TABLE_LOAD_CAUSE_HOST | |
Definition at line 9 of file interpreter.h.
| uacpi_status uacpi_execute_control_method | ( | uacpi_namespace_node * | scope, |
| uacpi_control_method * | method, | ||
| const uacpi_object_array * | args, | ||
| uacpi_object ** | ret | ||
| ) |
Definition at line 5934 of file interpreter.c.
Referenced by async_run_gpe_handler(), do_load_table(), region_run_reg(), and uacpi_eval().
| uacpi_status uacpi_execute_table | ( | void * | tbl, |
| enum uacpi_table_load_cause | cause | ||
| ) |
Definition at line 1549 of file interpreter.c.
Referenced by uacpi_table_load_with_cause().
| uacpi_status uacpi_osi | ( | uacpi_handle | handle, |
| uacpi_object * | retval | ||
| ) |
Definition at line 6021 of file interpreter.c.
Referenced by make_object_for_predefined().