<dec f='src/src/sys/external/bsd/acpica/dist/include/acpixf.h' l='527' type='ACPI_STATUS AcpiDecodePldBuffer(UINT8 * InBuffer, ACPI_SIZE Length, ACPI_PLD_INFO ** ReturnBuffer)'/>
<def f='src/src/sys/external/bsd/acpica/dist/utilities/utxface.c' l='565' ll='641' type='ACPI_STATUS AcpiDecodePldBuffer(UINT8 * InBuffer, ACPI_SIZE Length, ACPI_PLD_INFO ** ReturnBuffer)'/>
<doc f='src/src/sys/external/bsd/acpica/dist/utilities/utxface.c' l='549'>/*******************************************************************************
 *
 * FUNCTION:    AcpiDecodePldBuffer
 *
 * PARAMETERS:  InBuffer            - Buffer returned by _PLD method
 *              Length              - Length of the InBuffer
 *              ReturnBuffer        - Where the decode buffer is returned
 *
 * RETURN:      Status and the decoded _PLD buffer. User must deallocate
 *              the buffer via ACPI_FREE.
 *
 * DESCRIPTION: Decode the bit-packed buffer returned by the _PLD method into
 *              a local struct that is much more useful to an ACPI driver.
 *
 ******************************************************************************/</doc>
