<dec f='src/src/sys/external/bsd/acpica/dist/include/actables.h' l='170' type='ACPI_STATUS AcpiTbInstallStandardTable(ACPI_PHYSICAL_ADDRESS Address, UINT8 Flags, BOOLEAN Reload, BOOLEAN Override, UINT32 * TableIndex)'/>
<use f='src/src/sys/external/bsd/acpica/dist/tables/tbdata.c' l='971' u='c' c='AcpiTbInstallAndLoadTable'/>
<use f='src/src/sys/external/bsd/acpica/dist/tables/tbfadt.c' l='378' u='c' c='AcpiTbParseFadt'/>
<use f='src/src/sys/external/bsd/acpica/dist/tables/tbfadt.c' l='389' u='c' c='AcpiTbParseFadt'/>
<use f='src/src/sys/external/bsd/acpica/dist/tables/tbfadt.c' l='396' u='c' c='AcpiTbParseFadt'/>
<def f='src/src/sys/external/bsd/acpica/dist/tables/tbinstal.c' l='191' ll='338' type='ACPI_STATUS AcpiTbInstallStandardTable(ACPI_PHYSICAL_ADDRESS Address, UINT8 Flags, BOOLEAN Reload, BOOLEAN Override, UINT32 * TableIndex)'/>
<doc f='src/src/sys/external/bsd/acpica/dist/tables/tbinstal.c' l='170'>/*******************************************************************************
 *
 * FUNCTION:    AcpiTbInstallStandardTable
 *
 * PARAMETERS:  Address             - Address of the table (might be a virtual
 *                                    address depending on the TableFlags)
 *              Flags               - Flags for the table
 *              Reload              - Whether reload should be performed
 *              Override            - Whether override should be performed
 *              TableIndex          - Where the table index is returned
 *
 * RETURN:      Status
 *
 * DESCRIPTION: This function is called to verify and install an ACPI table.
 *              When this function is called by &quot;Load&quot; or &quot;LoadTable&quot; opcodes,
 *              or by AcpiLoadTable() API, the &quot;Reload&quot; parameter is set.
 *              After sucessfully returning from this function, table is
 *              &quot;INSTALLED&quot; but not &quot;VALIDATED&quot;.
 *
 ******************************************************************************/</doc>
<use f='src/src/sys/external/bsd/acpica/dist/tables/tbutils.c' l='394' u='c' c='AcpiTbParseRootTable'/>
<use f='src/src/sys/external/bsd/acpica/dist/tables/tbxfload.c' l='328' u='c' c='AcpiInstallTable'/>
