Lines Matching defs:Node

76     ACPI_NAMESPACE_NODE     *Node;
151 Node = NULL;
163 WalkState, &(Node));
170 if (Op && (Op->Named.Node == AcpiGbl_RootNode))
172 Node = Op->Named.Node;
174 Status = AcpiDsScopeStackPush (Node, ObjectType, WalkState);
189 WalkState, &(Node));
212 switch (Node->Type)
238 AcpiUtGetNodeName (Node), AcpiUtGetTypeName (Node->Type)));
240 Node->Type = ACPI_TYPE_ANY;
250 if ((Node == AcpiGbl_RootNode) &&
265 AcpiUtGetTypeName (Node->Type), AcpiUtGetNodeName (Node)));
275 if (Op && Op->Common.Node)
279 Node = Op->Common.Node;
283 Status = AcpiDsScopeStackPush (Node, ObjectType, WalkState);
305 Node = WalkState->DeferredNode;
326 ACPI_IMODE_LOAD_PASS2, Flags, WalkState, &Node);
331 "***New Node [%4.4s] %p is temporary\n",
332 AcpiUtGetNodeName (Node), Node));
355 if (Node)
357 Op->Named.Name = Node->Name.Integer;
363 * Put the Node in the "op" object that the parser uses, so we
366 Op->Common.Node = Node;
391 ACPI_NAMESPACE_NODE *Node;
422 * Get the Node/name from the earlier lookup
425 Node = Op->Common.Node;
428 * Put the Node on the object stack (Contains the ACPI Name of
431 WalkState->Operands[0] = (void *) Node;
479 AcpiPsGetOpcodeName (Op->Common.AmlOpcode), WalkState, Op, Node));
510 Status = AcpiDsCreateIndexField (Op, (ACPI_HANDLE) Arg->Common.Node,
516 Status = AcpiDsCreateBankField (Op, Arg->Common.Node, WalkState);
521 Status = AcpiDsCreateField (Op, Arg->Common.Node, WalkState);
631 Status = AcpiEvInitializeRegion (AcpiNsGetAttachedObject (Node),
654 Status = AcpiDsCreateNode (WalkState, Node, Op);
668 WalkState, Op, Op->Named.Node));
670 if (!AcpiNsGetAttachedObject (Op->Named.Node))
672 WalkState->Operands[0] = ACPI_CAST_PTR (void, Op->Named.Node);
709 WalkState, Op, Node));
712 * Lookup the method name and save the Node
730 /* We could put the returned object (Node) on the object stack for
734 Op->Common.Node = NewNode;
750 /* Remove the Node pushed at the very beginning */