Home
last modified time | relevance | path

Searched refs:Node1 (Results 1 – 2 of 2) sorted by relevance

/acpica-latest/source/compiler/
Daslutils.c309 ACPI_NAMESPACE_NODE *Node1, in UtNodeIsDescendantOf() argument
313 if (Node1 == Node2) in UtNodeIsDescendantOf()
325 while (Node1) in UtNodeIsDescendantOf()
327 if (Node1 == Node2) in UtNodeIsDescendantOf()
332 Node1 = Node1->Parent; in UtNodeIsDescendantOf()
Daslcompiler.h1265 ACPI_NAMESPACE_NODE *Node1,