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

/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/namespace/
H A Dnswalk.c163 * FUNCTION: AcpiNsGetNextNode
180 AcpiNsGetNextNode ( function
231 NextNode = AcpiNsGetNextNode (ParentNode, ChildNode);
334 ChildNode = AcpiNsGetNextNode (ParentNode, NULL);
453 ChildNode = AcpiNsGetNextNode (ParentNode, NULL);
468 ChildNode = AcpiNsGetNextNode (ParentNode, ChildNode);
479 * No more children of this node (AcpiNsGetNextNode failed), go
H A Dnsalloc.c539 ChildNode = AcpiNsGetNextNode (ParentNode, ChildNode);
646 ChildNode = AcpiNsGetNextNode (ParentNode, ChildNode);
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/events/
H A Devregion.c1055 NextNode = AcpiNsGetNextNode (DeviceNode, NULL);
1065 NextNode = AcpiNsGetNextNode (DeviceNode, NextNode);
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacnamesp.h244 AcpiNsGetNextNode (

Completed in 93 milliseconds