Searched defs:AcpiNsGetNextNode (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/acpica/namespace/
H A Dnswalk.c55 * FUNCTION: AcpiNsGetNextNode
72 AcpiNsGetNextNode ( function
123 NextNode = AcpiNsGetNextNode (ParentNode, ChildNode);
222 ChildNode = AcpiNsGetNextNode (ParentNode, NULL);
341 ChildNode = AcpiNsGetNextNode (ParentNode, NULL);
356 ChildNode = AcpiNsGetNextNode (ParentNode, ChildNode);
367 * No more children of this node (AcpiNsGetNextNode failed), go

Completed in 57 milliseconds