<dec f='src/src/sys/external/bsd/acpica/dist/include/acresrc.h' l='228' type='ACPI_STATUS AcpiRsGetMethodData(ACPI_HANDLE Handle, const char * Path, ACPI_BUFFER * RetBuffer)'/>
<def f='src/src/sys/external/bsd/acpica/dist/resources/rsutils.c' l='740' ll='776' type='ACPI_STATUS AcpiRsGetMethodData(ACPI_HANDLE Handle, const char * Path, ACPI_BUFFER * RetBuffer)'/>
<doc f='src/src/sys/external/bsd/acpica/dist/resources/rsutils.c' l='721'>/*******************************************************************************
 *
 * FUNCTION:    AcpiRsGetMethodData
 *
 * PARAMETERS:  Handle          - Handle to the containing object
 *              Path            - Path to method, relative to Handle
 *              RetBuffer       - Pointer to a buffer structure for the
 *                                results
 *
 * RETURN:      Status
 *
 * DESCRIPTION: This function is called to get the _CRS or _PRS value of an
 *              object contained in an object specified by the handle passed in
 *
 *              If the function fails an appropriate status will be returned
 *              and the contents of the callers buffer is undefined.
 *
 ******************************************************************************/</doc>
<use f='src/src/sys/external/bsd/acpica/dist/resources/rsxface.c' l='729' u='c' c='AcpiWalkResources'/>
