<dec f='src/src/sys/external/bsd/acpica/dist/include/acnamesp.h' l='553' type='ACPI_STATUS AcpiNsExternalizeName(UINT32 InternalNameLength, const char * InternalName, UINT32 * ConvertedNameLength, char ** ConvertedName)'/>
<def f='src/src/sys/external/bsd/acpica/dist/namespace/nsutils.c' l='469' ll='631' type='ACPI_STATUS AcpiNsExternalizeName(UINT32 InternalNameLength, const char * InternalName, UINT32 * ConvertedNameLength, char ** ConvertedName)'/>
<doc f='src/src/sys/external/bsd/acpica/dist/namespace/nsutils.c' l='452'>/*******************************************************************************
 *
 * FUNCTION:    AcpiNsExternalizeName
 *
 * PARAMETERS:  InternalNameLength  - Lenth of the internal name below
 *              InternalName        - Internal representation of name
 *              ConvertedNameLength - Where the length is returned
 *              ConvertedName       - Where the resulting external name
 *                                    is returned
 *
 * RETURN:      Status
 *
 * DESCRIPTION: Convert internal name (e.g. 5c 2f 02 5f 50 52 5f 43 50 55 30)
 *              to its external (printable) form (e.g. &quot;\_PR_.CPU0&quot;)
 *
 ******************************************************************************/</doc>
<use f='src/src/sys/external/bsd/acpica/dist/utilities/uterror.c' l='247' u='c' c='AcpiUtNamespaceError'/>
