Lines Matching refs:Node

78     ACPI_NAMESPACE_NODE     *Node;
153 Node = NULL;
165 WalkState, &(Node));
172 if (Op && (Op->Named.Node == AcpiGbl_RootNode))
174 Node = Op->Named.Node;
176 Status = AcpiDsScopeStackPush (Node, ObjectType, WalkState);
191 WalkState, &(Node));
214 switch (Node->Type)
240 AcpiUtGetNodeName (Node), AcpiUtGetTypeName (Node->Type)));
242 Node->Type = ACPI_TYPE_ANY;
253 AcpiUtGetTypeName (Node->Type), AcpiUtGetNodeName (Node)));
263 if (Op && Op->Common.Node)
267 Node = Op->Common.Node;
271 Status = AcpiDsScopeStackPush (Node, ObjectType, WalkState);
293 Node = WalkState->DeferredNode;
314 ACPI_IMODE_LOAD_PASS2, Flags, WalkState, &Node);
319 "***New Node [%4.4s] %p is temporary\n",
320 AcpiUtGetNodeName (Node), Node));
343 if (Node)
345 Op->Named.Name = Node->Name.Integer;
351 * Put the Node in the "op" object that the parser uses, so we
354 Op->Common.Node = Node;
379 ACPI_NAMESPACE_NODE *Node;
410 * Get the Node/name from the earlier lookup
413 Node = Op->Common.Node;
416 * Put the Node on the object stack (Contains the ACPI Name of
419 WalkState->Operands[0] = (void *) Node;
467 AcpiPsGetOpcodeName (Op->Common.AmlOpcode), WalkState, Op, Node));
499 Status = AcpiDsCreateIndexField (Op, (ACPI_HANDLE) Arg->Common.Node,
505 Status = AcpiDsCreateBankField (Op, Arg->Common.Node, WalkState);
510 Status = AcpiDsCreateField (Op, Arg->Common.Node, WalkState);
620 Status = AcpiEvInitializeRegion (AcpiNsGetAttachedObject (Node),
644 Status = AcpiDsCreateNode (WalkState, Node, Op);
659 WalkState, Op, Op->Named.Node));
661 if (!AcpiNsGetAttachedObject (Op->Named.Node))
663 WalkState->Operands[0] = ACPI_CAST_PTR (void, Op->Named.Node);
701 WalkState, Op, Node));
704 * Lookup the method name and save the Node
722 /* We could put the returned object (Node) on the object stack for
726 Op->Common.Node = NewNode;
741 /* Remove the Node pushed at the very beginning */