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

/netbsd-current/sys/external/bsd/acpica/dist/namespace/
H A Dnswalk.c55 * FUNCTION: AcpiNsGetNextNode
72 AcpiNsGetNextNode ( function
123 NextNode = AcpiNsGetNextNode (ParentNode, ChildNode);
226 ChildNode = AcpiNsGetNextNode (ParentNode, NULL);
345 ChildNode = AcpiNsGetNextNode (ParentNode, NULL);
360 ChildNode = AcpiNsGetNextNode (ParentNode, ChildNode);
371 * No more children of this node (AcpiNsGetNextNode failed), go
H A Dnsalloc.c431 ChildNode = AcpiNsGetNextNode (ParentNode, ChildNode);
538 ChildNode = AcpiNsGetNextNode (ParentNode, ChildNode);
/netbsd-current/sys/external/bsd/acpica/dist/events/
H A Devregion.c947 NextNode = AcpiNsGetNextNode (DeviceNode, NULL);
957 NextNode = AcpiNsGetNextNode (DeviceNode, NextNode);
/netbsd-current/sys/external/bsd/acpica/dist/include/
H A Dacnamesp.h136 AcpiNsGetNextNode (

Completed in 75 milliseconds