<dec f='src/src/sys/external/bsd/acpica/dist/include/acpixf.h' l='1011' type='ACPI_STATUS AcpiGetCurrentResources(ACPI_HANDLE Device, ACPI_BUFFER * RetBuffer)'/>
<use f='src/src/sys/dev/acpi/acpi_pci_link.c' l='749' u='c' c='acpi_pci_link_srs_from_crs'/>
<use f='src/src/sys/dev/acpi/sdhc_acpi.c' l='108' u='c' c='sdhc_acpi_attach'/>
<use f='src/src/sys/dev/acpi/wb_acpi.c' l='113' u='c' c='wb_acpi_attach'/>
<def f='src/src/sys/external/bsd/acpica/dist/resources/rsxface.c' l='224' ll='246' type='ACPI_STATUS AcpiGetCurrentResources(ACPI_HANDLE DeviceHandle, ACPI_BUFFER * RetBuffer)'/>
<doc f='src/src/sys/external/bsd/acpica/dist/resources/rsxface.c' l='200'>/*******************************************************************************
 *
 * FUNCTION:    AcpiGetCurrentResources
 *
 * PARAMETERS:  DeviceHandle    - Handle to the device object for the
 *                                device we are querying
 *              RetBuffer       - Pointer to a buffer to receive the
 *                                current resources for the device
 *
 * RETURN:      Status
 *
 * DESCRIPTION: This function is called to get the current resources for a
 *              specific device. The caller must first acquire a handle for
 *              the desired device. The resource data is placed in the buffer
 *              pointed to by the RetBuffer variable parameter.
 *
 *              If the function fails an appropriate status will be returned
 *              and the value of RetBuffer is undefined.
 *
 *              This function attempts to execute the _CRS method contained in
 *              the object indicated by the passed DeviceHandle.
 *
 ******************************************************************************/</doc>
