<dec f='src/src/sys/external/bsd/acpica/dist/include/acpixf.h' l='1003' type='ACPI_STATUS AcpiGetVendorResource(ACPI_HANDLE Device, char * Name, ACPI_VENDOR_UUID * Uuid, ACPI_BUFFER * RetBuffer)'/>
<def f='src/src/sys/external/bsd/acpica/dist/resources/rsxface.c' l='485' ll='517' type='ACPI_STATUS AcpiGetVendorResource(ACPI_HANDLE DeviceHandle, char * Name, ACPI_VENDOR_UUID * Uuid, ACPI_BUFFER * RetBuffer)'/>
<doc f='src/src/sys/external/bsd/acpica/dist/resources/rsxface.c' l='466'>/*******************************************************************************
 *
 * FUNCTION:    AcpiGetVendorResource
 *
 * PARAMETERS:  DeviceHandle    - Handle for the parent device object
 *              Name            - Method name for the parent resource
 *                                (METHOD_NAME__CRS or METHOD_NAME__PRS)
 *              Uuid            - Pointer to the UUID to be matched.
 *                                includes both subtype and 16-byte UUID
 *              RetBuffer       - Where the vendor resource is returned
 *
 * RETURN:      Status
 *
 * DESCRIPTION: Walk a resource template for the specified device to find a
 *              vendor-defined resource that matches the supplied UUID and
 *              UUID subtype. Returns a ACPI_RESOURCE of type Vendor.
 *
 ******************************************************************************/</doc>
