<dec f='src/src/sys/external/bsd/acpica/dist/include/acutils.h' l='846' type='UINT32 AcpiUtGetDescriptorLength(void * Aml)'/>
<use f='src/src/sys/external/bsd/acpica/dist/resources/rscalc.c' l='607' u='c' c='AcpiRsGetListLength'/>
<use f='src/src/sys/external/bsd/acpica/dist/resources/rslist.c' l='272' u='c' c='AcpiRsConvertResourcesToAml'/>
<use f='src/src/sys/external/bsd/acpica/dist/utilities/utresrc.c' l='500' u='c' c='AcpiUtWalkAmlResources'/>
<def f='src/src/sys/external/bsd/acpica/dist/utilities/utresrc.c' l='870' ll='883' type='UINT32 AcpiUtGetDescriptorLength(void * Aml)'/>
<doc f='src/src/sys/external/bsd/acpica/dist/utilities/utresrc.c' l='856'>/*******************************************************************************
 *
 * FUNCTION:    AcpiUtGetDescriptorLength
 *
 * PARAMETERS:  Aml             - Pointer to the raw AML resource descriptor
 *
 * RETURN:      Byte length
 *
 * DESCRIPTION: Get the total byte length of a raw AML descriptor, including the
 *              length of the descriptor header and the length field itself.
 *              Used to walk descriptor lists.
 *
 ******************************************************************************/</doc>
