<dec f='src/src/sys/external/bsd/acpica/dist/include/actables.h' l='247' type='void AcpiTbInstallTableWithOverride(ACPI_TABLE_DESC * NewTableDesc, BOOLEAN Override, UINT32 * TableIndex)'/>
<def f='src/src/sys/external/bsd/acpica/dist/tables/tbinstal.c' l='124' ll='167' type='void AcpiTbInstallTableWithOverride(ACPI_TABLE_DESC * NewTableDesc, BOOLEAN Override, UINT32 * TableIndex)'/>
<use f='src/src/sys/external/bsd/acpica/dist/tables/tbinstal.c' l='322' u='c' c='AcpiTbInstallStandardTable'/>
<doc f='src/src/sys/external/bsd/acpica/dist/tables/tbinstal.c' l='107'>/*******************************************************************************
 *
 * FUNCTION:    AcpiTbInstallTableWithOverride
 *
 * PARAMETERS:  NewTableDesc            - New table descriptor to install
 *              Override                - Whether override should be performed
 *              TableIndex              - Where the table index is returned
 *
 * RETURN:      None
 *
 * DESCRIPTION: Install an ACPI table into the global data structure. The
 *              table override mechanism is called to allow the host
 *              OS to replace any table before it is installed in the root
 *              table array.
 *
 ******************************************************************************/</doc>
