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

Public Attributes | |
| union { | |
| uacpi_u8 * bytes | |
| const uacpi_u8 * const_bytes | |
| uacpi_char * text | |
| const uacpi_char * const_text | |
| void * data | |
| const void * const_data | |
| }; | |
| uacpi_size | length |
| union { ... } uacpi_data_view::@719 |
| uacpi_u8* uacpi_data_view::bytes |
Definition at line 90 of file types.h.
Referenced by get_object_storage(), handle_concatenate(), handle_mid(), object_assign_with_implicit_cast(), uacpi_buffer_to_view(), uacpi_opregion_attach(), and write_buffer_index().
| const uacpi_char* uacpi_data_view::const_text |
| void* uacpi_data_view::data |
Definition at line 96 of file types.h.
Referenced by get_object_storage(), handle_copy_object_or_store(), handle_field_read(), and handle_special_field().
| uacpi_size uacpi_data_view::length |
Definition at line 99 of file types.h.
Referenced by get_object_storage(), handle_concatenate(), handle_copy_object_or_store(), handle_field_read(), handle_mid(), handle_special_field(), object_assign_with_implicit_cast(), uacpi_buffer_to_view(), uacpi_opregion_attach(), and write_buffer_index().
| uacpi_char* uacpi_data_view::text |
Definition at line 93 of file types.h.
Referenced by get_object_storage().