<dec f='src/src/sys/external/bsd/acpica/dist/include/acnamesp.h' l='133' type='ACPI_NAMESPACE_NODE * AcpiNsGetNextNodeTyped(ACPI_OBJECT_TYPE Type, ACPI_NAMESPACE_NODE * Parent, ACPI_NAMESPACE_NODE * Child)'/>
<def f='src/src/sys/external/bsd/acpica/dist/namespace/nswalk.c' l='111' ll='153' type='ACPI_NAMESPACE_NODE * AcpiNsGetNextNodeTyped(ACPI_OBJECT_TYPE Type, ACPI_NAMESPACE_NODE * ParentNode, ACPI_NAMESPACE_NODE * ChildNode)'/>
<doc f='src/src/sys/external/bsd/acpica/dist/namespace/nswalk.c' l='92'>/*******************************************************************************
 *
 * FUNCTION:    AcpiNsGetNextNodeTyped
 *
 * PARAMETERS:  Type                - Type of node to be searched for
 *              ParentNode          - Parent node whose children we are
 *                                    getting
 *              ChildNode           - Previous child that was found.
 *                                    The NEXT child will be returned
 *
 * RETURN:      ACPI_NAMESPACE_NODE - Pointer to the NEXT child or NULL if
 *                                    none is found.
 *
 * DESCRIPTION: Return the next peer node within the namespace. If Handle
 *              is valid, Scope is ignored. Otherwise, the first node
 *              within Scope is returned.
 *
 ******************************************************************************/</doc>
<use f='src/src/sys/external/bsd/acpica/dist/namespace/nsxfobj.c' l='261' u='c' c='AcpiGetNextObject'/>
