|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <types.h>

Public Attributes | |
| struct uacpi_shareable | shareable |
| union { | |
| uacpi_u8 * code | |
| uacpi_native_call_handler handler | |
| }; | |
| uacpi_mutex * | mutex |
| uacpi_u32 | size |
| uacpi_u8 | sync_level: 4 |
| uacpi_u8 | args: 3 |
| uacpi_u8 | is_serialized: 1 |
| uacpi_u8 | named_objects_persist: 1 |
| uacpi_u8 | native_call: 1 |
| uacpi_u8 | owns_code: 1 |
| union { ... } uacpi_control_method::@701 |
| uacpi_u8* uacpi_control_method::code |
Definition at line 170 of file types.h.
Referenced by prepare_table_load().
| uacpi_native_call_handler uacpi_control_method::handler |
| uacpi_mutex* uacpi_control_method::mutex |
| uacpi_u8 uacpi_control_method::named_objects_persist |
Definition at line 178 of file types.h.
Referenced by prepare_table_load().
| struct uacpi_shareable uacpi_control_method::shareable |
| uacpi_u32 uacpi_control_method::size |
Definition at line 174 of file types.h.
Referenced by handle_create_method(), and prepare_table_load().