Lines Matching defs:acpi_evaluate_info
203 typedef struct acpi_evaluate_info struct
207 ACPI_NAMESPACE_NODE *PrefixNode; /* Input: starting node */
208 const char *RelativePathname; /* Input: path relative to PrefixNode */
209 ACPI_OPERAND_OBJECT **Parameters; /* Input: argument list */
211 …PI_NAMESPACE_NODE *Node; /* Resolved node (PrefixNode:RelativePathname) */
212 ACPI_OPERAND_OBJECT *ObjDesc; /* Object attached to the resolved node */
213 char *FullPathname; /* Full pathname of the resolved node */
215 const ACPI_PREDEFINED_INFO *Predefined; /* Used if Node is a predefined name */
216 ACPI_OPERAND_OBJECT *ReturnObject; /* Object returned from the evaluation */
217 union acpi_operand_object *ParentPackage; /* Used if return object is a Package */
219 UINT32 ReturnFlags; /* Used for return value analysis */
220 UINT32 ReturnBtype; /* Bitmapped type of the returned object */
221 UINT16 ParamCount; /* Count of the input argument list */
222 UINT16 NodeFlags; /* Same as Node->Flags */
223 UINT8 PassNumber; /* Parser pass number */
224 UINT8 ReturnObjectType; /* Object type of the returned object */
225 UINT8 Flags; /* General flags */