ReactOS 0.4.16-dev-1946-g52006dd
table_search_ctx Struct Reference
Collaboration diagram for table_search_ctx:

Public Attributes

union {
   const uacpi_table_identifiers *   id
 
   uacpi_table_match_callback   match_cb
 
}; 
 
uacpi_tableout_table
 
uacpi_u8 search_type
 
uacpi_status status
 

Detailed Description

Definition at line 867 of file tables.c.

Member Data Documentation

◆ 

union { ... } table_search_ctx::@739

◆ id

const uacpi_table_identifiers* table_search_ctx::id

Definition at line 869 of file tables.c.

◆ match_cb

uacpi_table_match_callback table_search_ctx::match_cb

Definition at line 870 of file tables.c.

◆ out_table

uacpi_table* table_search_ctx::out_table

Definition at line 873 of file tables.c.

Referenced by do_search_tables(), find_table(), and uacpi_table_match().

◆ search_type

uacpi_u8 table_search_ctx::search_type

Definition at line 874 of file tables.c.

◆ status

uacpi_status table_search_ctx::status

Definition at line 875 of file tables.c.


The documentation for this struct was generated from the following file: