|
ReactOS 0.4.17-dev-684-ga6524ef
|
#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::@706 |
| uacpi_u8* uacpi_data_view::bytes |
Definition at line 96 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().
Definition at line 103 of file types.h.
Referenced by uacpi_write_field_unit().
| const uacpi_char* uacpi_data_view::const_text |
Definition at line 100 of file types.h.
Referenced by uacpi_object_create_cstring().
| void* uacpi_data_view::data |
Definition at line 102 of file types.h.
Referenced by get_object_storage(), handle_copy_object_or_store(), handle_field_read(), handle_special_field(), and uacpi_read_field_unit().
| uacpi_size uacpi_data_view::length |
Definition at line 105 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_object_create_cstring(), uacpi_opregion_attach(), uacpi_read_field_unit(), uacpi_write_field_unit(), and write_buffer_index().
| uacpi_char* uacpi_data_view::text |
Definition at line 99 of file types.h.
Referenced by get_object_storage().