HomeSort by: relevance | last modified time | path
    Searched refs:AcpiNsGetNextNode (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/namespace/
nswalk.c 55 * FUNCTION: AcpiNsGetNextNode
72 AcpiNsGetNextNode (
123 NextNode = AcpiNsGetNextNode (ParentNode, ChildNode);
229 ChildNode = AcpiNsGetNextNode (ParentNode, NULL);
348 ChildNode = AcpiNsGetNextNode (ParentNode, NULL);
363 ChildNode = AcpiNsGetNextNode (ParentNode, ChildNode);
374 * No more children of this node (AcpiNsGetNextNode failed), go
nsalloc.c 431 ChildNode = AcpiNsGetNextNode (ParentNode, ChildNode);
538 ChildNode = AcpiNsGetNextNode (ParentNode, ChildNode);
  /src/sys/external/bsd/acpica/dist/events/
evregion.c 947 NextNode = AcpiNsGetNextNode (DeviceNode, NULL);
957 NextNode = AcpiNsGetNextNode (DeviceNode, NextNode);
  /src/sys/external/bsd/acpica/dist/include/
acnamesp.h 136 AcpiNsGetNextNode (

Completed in 19 milliseconds