<dec f='src/src/sys/external/bsd/acpica/dist/include/acresrc.h' l='253' type='ACPI_STATUS AcpiRsGetAmlLength(ACPI_RESOURCE * ResourceList, ACPI_SIZE ResourceListSize, ACPI_SIZE * SizeNeeded)'/>
<def f='src/src/sys/external/bsd/acpica/dist/resources/rscalc.c' l='210' ll='395' type='ACPI_STATUS AcpiRsGetAmlLength(ACPI_RESOURCE * Resource, ACPI_SIZE ResourceListSize, ACPI_SIZE * SizeNeeded)'/>
<doc f='src/src/sys/external/bsd/acpica/dist/resources/rscalc.c' l='194'>/*******************************************************************************
 *
 * FUNCTION:    AcpiRsGetAmlLength
 *
 * PARAMETERS:  Resource            - Pointer to the resource linked list
 *              ResourceListSize    - Size of the resource linked list
 *              SizeNeeded          - Where the required size is returned
 *
 * RETURN:      Status
 *
 * DESCRIPTION: Takes a linked list of internal resource descriptors and
 *              calculates the size buffer needed to hold the corresponding
 *              external resource byte stream.
 *
 ******************************************************************************/</doc>
<use f='src/src/sys/external/bsd/acpica/dist/resources/rscreate.c' l='476' u='c' c='AcpiRsCreateAmlResources'/>
