ReactOS 0.4.15-dev-7961-gdcf9eb0
acpi_evaluate_info Struct Reference

#include <acstruct.h>

Collaboration diagram for acpi_evaluate_info:

Public Attributes

ACPI_NAMESPACE_NODEPrefixNode
 
const charRelativePathname
 
ACPI_OPERAND_OBJECT ** Parameters
 
ACPI_NAMESPACE_NODENode
 
ACPI_OPERAND_OBJECTObjDesc
 
charFullPathname
 
const ACPI_PREDEFINED_INFOPredefined
 
ACPI_OPERAND_OBJECTReturnObject
 
union acpi_operand_objectParentPackage
 
UINT32 ReturnFlags
 
UINT32 ReturnBtype
 
UINT16 ParamCount
 
UINT16 NodeFlags
 
UINT8 PassNumber
 
UINT8 ReturnObjectType
 
UINT8 Flags
 

Detailed Description

Definition at line 203 of file acstruct.h.

Member Data Documentation

◆ Flags

UINT8 acpi_evaluate_info::Flags

Definition at line 225 of file acstruct.h.

◆ FullPathname

char* acpi_evaluate_info::FullPathname

Definition at line 213 of file acstruct.h.

◆ Node

ACPI_NAMESPACE_NODE* acpi_evaluate_info::Node

Definition at line 211 of file acstruct.h.

◆ NodeFlags

UINT16 acpi_evaluate_info::NodeFlags

Definition at line 222 of file acstruct.h.

◆ ObjDesc

ACPI_OPERAND_OBJECT* acpi_evaluate_info::ObjDesc

Definition at line 212 of file acstruct.h.

◆ ParamCount

UINT16 acpi_evaluate_info::ParamCount

Definition at line 221 of file acstruct.h.

◆ Parameters

ACPI_OPERAND_OBJECT** acpi_evaluate_info::Parameters

Definition at line 209 of file acstruct.h.

◆ ParentPackage

union acpi_operand_object* acpi_evaluate_info::ParentPackage

Definition at line 217 of file acstruct.h.

◆ PassNumber

UINT8 acpi_evaluate_info::PassNumber

Definition at line 223 of file acstruct.h.

◆ Predefined

const ACPI_PREDEFINED_INFO* acpi_evaluate_info::Predefined

Definition at line 215 of file acstruct.h.

◆ PrefixNode

ACPI_NAMESPACE_NODE* acpi_evaluate_info::PrefixNode

Definition at line 207 of file acstruct.h.

◆ RelativePathname

const char* acpi_evaluate_info::RelativePathname

Definition at line 208 of file acstruct.h.

◆ ReturnBtype

UINT32 acpi_evaluate_info::ReturnBtype

Definition at line 220 of file acstruct.h.

◆ ReturnFlags

UINT32 acpi_evaluate_info::ReturnFlags

Definition at line 219 of file acstruct.h.

◆ ReturnObject

ACPI_OPERAND_OBJECT* acpi_evaluate_info::ReturnObject

Definition at line 216 of file acstruct.h.

◆ ReturnObjectType

UINT8 acpi_evaluate_info::ReturnObjectType

Definition at line 224 of file acstruct.h.


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