ReactOS 0.4.17-dev-683-g0dafdc5
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_size to_skip
 
uacpi_status status
 

Detailed Description

Definition at line 1006 of file tables.c.

Member Data Documentation

◆ 

union { ... } table_search_ctx::@726

◆ id

const uacpi_table_identifiers* table_search_ctx::id

Definition at line 1008 of file tables.c.

◆ match_cb

uacpi_table_match_callback table_search_ctx::match_cb

Definition at line 1009 of file tables.c.

◆ out_table

uacpi_table* table_search_ctx::out_table

Definition at line 1012 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 1013 of file tables.c.

◆ status

uacpi_status table_search_ctx::status

Definition at line 1015 of file tables.c.

◆ to_skip

uacpi_size table_search_ctx::to_skip

Definition at line 1014 of file tables.c.


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