<dec f='src/src/sys/external/bsd/acpica/dist/include/acnamesp.h' l='372' type='UINT32 AcpiNsBuildNormalizedPath(ACPI_NAMESPACE_NODE * Node, char * FullPath, UINT32 PathSize, BOOLEAN NoTrailing)'/>
<use f='src/src/sys/external/bsd/acpica/dist/namespace/nsnames.c' l='106' u='c' c='AcpiNsGetPathnameLength'/>
<use f='src/src/sys/external/bsd/acpica/dist/namespace/nsnames.c' l='149' u='c' c='AcpiNsHandleToPathname'/>
<use f='src/src/sys/external/bsd/acpica/dist/namespace/nsnames.c' l='165' u='c' c='AcpiNsHandleToPathname'/>
<def f='src/src/sys/external/bsd/acpica/dist/namespace/nsnames.c' l='200' ll='291' type='UINT32 AcpiNsBuildNormalizedPath(ACPI_NAMESPACE_NODE * Node, char * FullPath, UINT32 PathSize, BOOLEAN NoTrailing)'/>
<use f='src/src/sys/external/bsd/acpica/dist/namespace/nsnames.c' l='325' u='c' c='AcpiNsGetNormalizedPathname'/>
<use f='src/src/sys/external/bsd/acpica/dist/namespace/nsnames.c' l='343' u='c' c='AcpiNsGetNormalizedPathname'/>
<doc f='src/src/sys/external/bsd/acpica/dist/namespace/nsnames.c' l='178'>/*******************************************************************************
 *
 * FUNCTION:    AcpiNsBuildNormalizedPath
 *
 * PARAMETERS:  Node        - Namespace node
 *              FullPath    - Where the path name is returned
 *              PathSize    - Size of returned path name buffer
 *              NoTrailing  - Remove trailing &apos;_&apos; from each name segment
 *
 * RETURN:      Return 1 if the AML path is empty, otherwise returning (length
 *              of pathname + 1) which means the &apos;FullPath&apos; contains a trailing
 *              null.
 *
 * DESCRIPTION: Build and return a full namespace pathname.
 *              Note that if the size of &apos;FullPath&apos; isn&apos;t large enough to
 *              contain the namespace node&apos;s path name, the actual required
 *              buffer length is returned, and it should be greater than
 *              &apos;PathSize&apos;. So callers are able to check the returning value
 *              to determine the buffer size of &apos;FullPath&apos;.
 *
 ******************************************************************************/</doc>
