Lines Matching defs:Node
102 * to the original Node.
141 /* Attach the original source object to the new Alias Node */
147 * target node or the alias Node
201 /* Attach object to the Node */
262 ObjDesc->Mutex.Node = (ACPI_NAMESPACE_NODE *) WalkState->Operands[0];
265 ObjDesc->Mutex.Node, ObjDesc, ACPI_TYPE_MUTEX);
302 ACPI_NAMESPACE_NODE *Node;
309 /* Get the Namespace Node */
311 Node = WalkState->Op->Common.Node;
317 if (AcpiNsGetAttachedObject (Node))
359 RegionObj2->Extra.ScopeNode = WalkState->ScopeInfo->Scope.Node;
363 RegionObj2->Extra.ScopeNode = Node;
371 ObjDesc->Region.Node = Node;
377 /* Install the new region object in the parent Node */
379 Status = AcpiNsAttachObject (Node, ObjDesc, ACPI_TYPE_REGION);
431 /* Install the processor object in the parent Node */
482 /* Install the power resource object in the parent Node */
537 ObjDesc->Method.Node = Operand[0];
563 /* Attach the new object to the method Node */