<dec f='src/src/sys/external/bsd/acpica/dist/include/acresrc.h' l='272' type='ACPI_STATUS AcpiRsConvertResourcesToAml(ACPI_RESOURCE * Resource, ACPI_SIZE AmlSizeNeeded, UINT8 * OutputBuffer)'/>
<use f='src/src/sys/external/bsd/acpica/dist/resources/rscreate.c' l='496' u='c' c='AcpiRsCreateAmlResources'/>
<def f='src/src/sys/external/bsd/acpica/dist/resources/rslist.c' l='172' ll='282' type='ACPI_STATUS AcpiRsConvertResourcesToAml(ACPI_RESOURCE * Resource, ACPI_SIZE AmlSizeNeeded, UINT8 * OutputBuffer)'/>
<doc f='src/src/sys/external/bsd/acpica/dist/resources/rslist.c' l='153'>/*******************************************************************************
 *
 * FUNCTION:    AcpiRsConvertResourcesToAml
 *
 * PARAMETERS:  Resource            - Pointer to the resource linked list
 *              AmlSizeNeeded       - Calculated size of the byte stream
 *                                    needed from calling AcpiRsGetAmlLength()
 *                                    The size of the OutputBuffer is
 *                                    guaranteed to be &gt;= AmlSizeNeeded
 *              OutputBuffer        - Pointer to the buffer that will
 *                                    contain the byte stream
 *
 * RETURN:      Status
 *
 * DESCRIPTION: Takes the resource linked list and parses it, creating a
 *              byte stream of resources in the caller&apos;s output buffer
 *
 ******************************************************************************/</doc>
