Lines Matching defs:Node
73 * PARAMETERS: Node - Namespace Node of the method
95 ACPI_NAMESPACE_NODE *Node,
103 ACPI_FUNCTION_TRACE_PTR (DsAutoSerializeMethod, Node);
108 AcpiUtGetNodeName (Node), Node));
118 AcpiPsSetName (Op, Node->Name.Integer);
119 Op->Common.Node = Node;
123 WalkState = AcpiDsCreateWalkState (Node->OwnerId, NULL, NULL, NULL);
130 Status = AcpiDsInitAmlWalk (WalkState, Op, Node,
330 * PARAMETERS: MethodNode - Node of the method
906 AcpiExStopTraceMethod ((ACPI_NAMESPACE_NODE *) MethodDesc->Method.Node,