<dec f='src/src/sys/external/bsd/acpica/dist/include/acpixf.h' l='1050' type='ACPI_STATUS AcpiGetIrqRoutingTable(ACPI_HANDLE Device, ACPI_BUFFER * RetBuffer)'/>
<use f='src/src/sys/arch/x86/x86/mpacpi.c' l='496' u='r' c='mpacpi_pci_foundbus'/>
<def f='src/src/sys/external/bsd/acpica/dist/resources/rsxface.c' l='173' ll='195' type='ACPI_STATUS AcpiGetIrqRoutingTable(ACPI_HANDLE DeviceHandle, ACPI_BUFFER * RetBuffer)'/>
<doc f='src/src/sys/external/bsd/acpica/dist/resources/rsxface.c' l='150'>/*******************************************************************************
 *
 * FUNCTION:    AcpiGetIrqRoutingTable
 *
 * PARAMETERS:  DeviceHandle    - Handle to the Bus 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 IRQ routing table for a
 *              specific bus. The caller must first acquire a handle for the
 *              desired bus. The routine table 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 _PRT method contained in
 *              the object indicated by the passed DeviceHandle.
 *
 ******************************************************************************/</doc>
