<dec f='src/src/sys/external/bsd/acpica/dist/include/acinterp.h' l='555' type='ACPI_STATUS AcpiExGetNameString(ACPI_OBJECT_TYPE DataType, UINT8 * InAmlAddress, char ** OutNameString, UINT32 * OutNameLength)'/>
<doc f='src/src/sys/external/bsd/acpica/dist/include/acinterp.h' l='551'>/*
 * exnames - AML namestring support
 */</doc>
<use f='src/src/sys/external/bsd/acpica/dist/dispatcher/dsutils.c' l='527' u='c' c='AcpiDsCreateOperand'/>
<def f='src/src/sys/external/bsd/acpica/dist/executer/exnames.c' l='280' ll='480' type='ACPI_STATUS AcpiExGetNameString(ACPI_OBJECT_TYPE DataType, UINT8 * InAmlAddress, char ** OutNameString, UINT32 * OutNameLength)'/>
<doc f='src/src/sys/external/bsd/acpica/dist/executer/exnames.c' l='263'>/*******************************************************************************
 *
 * FUNCTION:    AcpiExGetNameString
 *
 * PARAMETERS:  DataType            - Object type to be associated with this
 *                                    name
 *              InAmlAddress        - Pointer to the namestring in the AML code
 *              OutNameString       - Where the namestring is returned
 *              OutNameLength       - Length of the returned string
 *
 * RETURN:      Status, namestring and length
 *
 * DESCRIPTION: Extract a full namepath from the AML byte stream,
 *              including any prefixes.
 *
 ******************************************************************************/</doc>
