Lines Matching defs:Node
112 * Node - Namespace node for the method/object
126 ACPI_NAMESPACE_NODE *Node,
147 if (Node->Type != ACPI_TYPE_METHOD)
155 AcpiUtGetTypeName (Node->Type), RequiredParamCount));
164 AcpiUtGetTypeName (Node->Type)));
180 AmlParamCount = Node->Object->Method.ParamCount;
205 * Node - Namespace node for the method/object
219 ACPI_NAMESPACE_NODE *Node,
233 if (Node->Type != ACPI_TYPE_METHOD)
239 UserParamCount, AcpiUtGetTypeName (Node->Type)));
257 AmlParamCount = Node->Object->Method.ParamCount;