Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/acpi/iasl/
H A Daslutils.c258 ACPI_NAMESPACE_NODE *Node1, in UtNodeIsDescendantOf() argument
262 if (Node1 == Node2) in UtNodeIsDescendantOf()
274 while (Node1) in UtNodeIsDescendantOf()
276 if (Node1 == Node2) in UtNodeIsDescendantOf()
281 Node1 = Node1->Parent; in UtNodeIsDescendantOf()
H A Daslcompiler.h1196 ACPI_NAMESPACE_NODE *Node1,