<dec f='src/src/sys/external/bsd/acpica/dist/include/acresrc.h' l='343' type='void AcpiRsSetResourceHeader(UINT8 DescriptorType, ACPI_RSDESC_SIZE TotalLength, AML_RESOURCE * Aml)'/>
<use f='src/src/sys/external/bsd/acpica/dist/resources/rsmisc.c' l='511' u='c' c='AcpiRsConvertResourceToAml'/>
<def f='src/src/sys/external/bsd/acpica/dist/resources/rsutils.c' l='288' ll='304' type='void AcpiRsSetResourceHeader(UINT8 DescriptorType, ACPI_RSDESC_SIZE TotalLength, AML_RESOURCE * Aml)'/>
<doc f='src/src/sys/external/bsd/acpica/dist/resources/rsutils.c' l='271'>/*******************************************************************************
 *
 * FUNCTION:    AcpiRsSetResourceHeader
 *
 * PARAMETERS:  DescriptorType      - Byte to be inserted as the type
 *              TotalLength         - Length of the AML descriptor, including
 *                                    the header and length fields.
 *              Aml                 - Pointer to the raw AML descriptor
 *
 * RETURN:      None
 *
 * DESCRIPTION: Set the DescriptorType and ResourceLength fields of an AML
 *              resource descriptor, both Large and Small descriptors are
 *              supported automatically
 *
 ******************************************************************************/</doc>
