ReactOS 0.4.16-dev-1505-g12fa72a
item Struct Reference
Collaboration diagram for item:

Public Attributes

uacpi_u8 type
 
union {
   uacpi_handle   handle
 
   uacpi_object *   obj
 
   struct uacpi_namespace_node *   node
 
   struct package_length   pkg
 
   uacpi_u64   immediate
 
   uacpi_u8   immediate_bytes [8]
 
}; 
 

Detailed Description

Definition at line 37 of file interpreter.c.

Member Data Documentation

◆ 

union { ... } item::@738

◆ handle

uacpi_handle item::handle

Definition at line 40 of file interpreter.c.

Referenced by exec_op().

◆ immediate

uacpi_u64 item::immediate

Definition at line 44 of file interpreter.c.

Referenced by exec_op(), and handle_create_field().

◆ immediate_bytes

uacpi_u8 item::immediate_bytes[8]

Definition at line 45 of file interpreter.c.

Referenced by exec_op().

◆ node

◆ obj

◆ pkg

Definition at line 43 of file interpreter.c.

Referenced by apply_tracked_pkg(), exec_op(), get_field_length(), and handle_index().

◆ type


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