Home | History | Annotate | Download | only in compiler

Lines Matching defs:Node

167     ACPI_NAMESPACE_NODE     *Node,
184 * DESCRIPTION: Process one node during a offset table file generation.
205 ACPI_NAMESPACE_NODE *Node;
219 /* We are only interested in named objects (have a namespace node) */
221 Node = Op->Asl.Node;
222 if (!Node)
230 if ((Node->Type == ACPI_TYPE_LOCAL_RESOURCE) &&
233 LsEmitOffsetTableEntry (FileId, Node, 0, AslGbl_CurrentAmlOffset,
278 LsEmitOffsetTableEntry (FileId, Node, NamepathOffset, (DataOffset + 1),
289 LsEmitOffsetTableEntry (FileId, Node, NamepathOffset, DataOffset,
301 LsEmitOffsetTableEntry (FileId, Node, NamepathOffset, DataOffset,
319 /* Get the name/namepath node */
331 /* Get the SpaceId node, then the Offset (address) node */
348 LsEmitOffsetTableEntry (FileId, Node, NamepathOffset, (DataOffset + 1),
382 LsEmitOffsetTableEntry (FileId, Node, NamepathOffset, DataOffset,
405 LsEmitOffsetTableEntry (FileId, Node, NamepathOffset, DataOffset,
424 LsEmitOffsetTableEntry (FileId, Node, NamepathOffset, 0,
442 * Node - Namespace node associated with the name
458 ACPI_NAMESPACE_NODE *Node,
470 /* Get the full pathname to the namespace node */
473 Status = AcpiNsHandleToPathname (Node, &TargetPath, FALSE);