Lines Matching defs:Node
179 ACPI_NAMESPACE_NODE **Node);
198 * Node - Where the new region node is returned
203 * region node/object.
213 ACPI_NAMESPACE_NODE **Node)
232 ACPI_IMODE_LOAD_PASS1, ACPI_NS_SEARCH_PARENT, WalkState, Node);
238 /* Must create and install a region object for the new node */
246 ObjDesc->Region.Node = *Node;
247 Status = AcpiNsAttachObject (*Node, ObjDesc, ACPI_TYPE_REGION);
278 ACPI_NAMESPACE_NODE *Node;
311 Node = WalkState->DeferredNode;
324 /* Creating new namespace node, should not already exist */
330 * Mark node temporary if we are executing a normal control
343 ACPI_IMODE_LOAD_PASS1, Flags, WalkState, &Node);
358 * We could put the returned object (Node) on the object stack for later,
362 Op->Common.Node = Node;
365 * If there is no object attached to the node, this node was just created
367 * of an existing node and we don't want to create the field object again.
369 ObjDesc = AcpiNsGetAttachedObject (Node);
396 ObjDesc->BufferField.Node = Node;
398 /* Attach constructed field descriptors to parent node */
400 Status = AcpiNsAttachObject (Node, ObjDesc, ACPI_TYPE_BUFFER_FIELD);
565 Arg->Common.Node = Info->FieldNode;
569 * If there is no object attached to the node, this node was
571 * Otherwise, this was a lookup of an existing node and we
731 ACPI_NAMESPACE_NODE *Node;
784 /* Creating new namespace node(s), should not already exist */
790 * Mark node(s) temporary if we are executing a normal control
816 Flags, WalkState, &Node);
829 Arg->Common.Node = Node;