<dec f='src/src/sys/external/bsd/acpica/dist/include/acnamesp.h' l='379' type='char * AcpiNsGetNormalizedPathname(ACPI_NAMESPACE_NODE * Node, BOOLEAN NoTrailing)'/>
<use f='src/src/sys/external/bsd/acpica/dist/executer/extrace.c' l='238' u='c' c='AcpiExStartTraceMethod'/>
<use f='src/src/sys/external/bsd/acpica/dist/executer/extrace.c' l='304' u='c' c='AcpiExStopTraceMethod'/>
<use f='src/src/sys/external/bsd/acpica/dist/namespace/nseval.c' l='147' u='c' c='AcpiNsEvaluate'/>
<use f='src/src/sys/external/bsd/acpica/dist/namespace/nsnames.c' l='79' u='c' c='AcpiNsGetExternalPathname'/>
<def f='src/src/sys/external/bsd/acpica/dist/namespace/nsnames.c' l='311' ll='346' type='char * AcpiNsGetNormalizedPathname(ACPI_NAMESPACE_NODE * Node, BOOLEAN NoTrailing)'/>
<doc f='src/src/sys/external/bsd/acpica/dist/namespace/nsnames.c' l='294'>/*******************************************************************************
 *
 * FUNCTION:    AcpiNsGetNormalizedPathname
 *
 * PARAMETERS:  Node            - Namespace node whose pathname is needed
 *              NoTrailing      - Remove trailing &apos;_&apos; from each name segment
 *
 * RETURN:      Pointer to storage containing the fully qualified name of
 *              the node, In external format (name segments separated by path
 *              separators.)
 *
 * DESCRIPTION: Used to obtain the full pathname to a namespace node, usually
 *              for error and debug statements. All trailing &apos;_&apos; will be
 *              removed from the full pathname if &apos;NoTrailing&apos; is specified..
 *
 ******************************************************************************/</doc>
<use f='src/src/sys/external/bsd/acpica/dist/namespace/nsparse.c' l='139' u='c' c='AcpiNsExecuteTable'/>
<use f='src/src/sys/external/bsd/acpica/dist/utilities/utaddress.c' l='257' u='c' c='AcpiUtCheckAddressRange'/>
