<dec f='src/src/sys/external/bsd/acpica/dist/include/acnamesp.h' l='406' type='ACPI_STATUS AcpiNsGetNode(ACPI_NAMESPACE_NODE * PrefixNode, const char * ExternalPathname, UINT32 Flags, ACPI_NAMESPACE_NODE ** OutNode)'/>
<use f='src/src/sys/external/bsd/acpica/dist/namespace/nsaccess.c' l='259' u='c' c='AcpiNsRootInitialize'/>
<use f='src/src/sys/external/bsd/acpica/dist/namespace/nseval.c' l='113' u='c' c='AcpiNsEvaluate'/>
<use f='src/src/sys/external/bsd/acpica/dist/namespace/nsrepair2.c' l='835' u='c' c='AcpiNsRepair_TSS'/>
<def f='src/src/sys/external/bsd/acpica/dist/namespace/nsutils.c' l='880' ll='904' type='ACPI_STATUS AcpiNsGetNode(ACPI_NAMESPACE_NODE * PrefixNode, const char * Pathname, UINT32 Flags, ACPI_NAMESPACE_NODE ** ReturnNode)'/>
<doc f='src/src/sys/external/bsd/acpica/dist/namespace/nsutils.c' l='858'>/*******************************************************************************
 *
 * FUNCTION:    AcpiNsGetNode
 *
 * PARAMETERS:  *Pathname   - Name to be found, in external (ASL) format. The
 *                            \ (backslash) and ^ (carat) prefixes, and the
 *                            . (period) to separate segments are supported.
 *              PrefixNode   - Root of subtree to be searched, or NS_ALL for the
 *                            root of the name space. If Name is fully
 *                            qualified (first INT8 is &apos;\&apos;), the passed value
 *                            of Scope will not be accessed.
 *              Flags       - Used to indicate whether to perform upsearch or
 *                            not.
 *              ReturnNode  - Where the Node is returned
 *
 * DESCRIPTION: Look up a name relative to a given scope and return the
 *              corresponding Node. NOTE: Scope can be null.
 *
 * MUTEX:       Locks namespace
 *
 ******************************************************************************/</doc>
<use f='src/src/sys/external/bsd/acpica/dist/namespace/nsxfname.c' l='145' u='c' c='AcpiGetHandle'/>
<use f='src/src/sys/external/bsd/acpica/dist/utilities/uterror.c' l='310' u='c' c='AcpiUtMethodError'/>
