Lines Matching defs:Node
94 * A pseudo-Namespace Node is assigned to each argument and local
95 * so that RefOf() can return a pointer to the Node.
266 * Node - Where the node is returned.
270 * DESCRIPTION: Get the Node associated with a local or arg.
279 ACPI_NAMESPACE_NODE **Node)
301 *Node = &WalkState->LocalVariables[Index];
316 *Node = &WalkState->Arguments[Index];
354 ACPI_NAMESPACE_NODE *Node;
367 Status = AcpiDsMethodDataGetNode (Type, Index, WalkState, &Node);
383 Node->Object = Object;
413 ACPI_NAMESPACE_NODE *Node;
430 Status = AcpiDsMethodDataGetNode (Type, Index, WalkState, &Node);
438 Object = Node->Object;
462 Node->Object = Object;
473 Index, Node));
525 ACPI_NAMESPACE_NODE *Node;
534 Status = AcpiDsMethodDataGetNode (Type, Index, WalkState, &Node);
542 Object = AcpiNsGetAttachedObject (Node);
549 Node->Object = NULL;
592 ACPI_NAMESPACE_NODE *Node;
610 Status = AcpiDsMethodDataGetNode (Type, Index, WalkState, &Node);
616 CurrentObjDesc = AcpiNsGetAttachedObject (Node);
652 * contains an object reference (stored as an Node).
680 "Arg (%p) is an ObjRef(Node), storing in node %p\n",
684 * Store this object to the Node (perform the indirect store)
748 ACPI_NAMESPACE_NODE *Node;
757 Status = AcpiDsMethodDataGetNode (Opcode, Index, WalkState, &Node);
765 Object = AcpiNsGetAttachedObject (Node);