<dec f='src/src/sys/external/bsd/acpica/dist/include/acpiosxf.h' l='126' type='ACPI_STATUS AcpiOsPhysicalTableOverride(ACPI_TABLE_HEADER * ExistingTable, ACPI_PHYSICAL_ADDRESS * NewAddress, UINT32 * NewTableLength)'/>
<def f='src/src/sys/dev/acpi/acpica/OsdMisc.c' l='182' ll='190' type='ACPI_STATUS AcpiOsPhysicalTableOverride(ACPI_TABLE_HEADER * ExistingTable, ACPI_PHYSICAL_ADDRESS * NewAddress, UINT32 * NewTableLength)'/>
<doc f='src/src/sys/dev/acpi/acpica/OsdMisc.c' l='169'>/*
 * AcpiOsPhysicalTableOverride:
 *
 * ExistingTable       - Header of current table (probably firmware)
 * NewAddress          - Where new table address is returned
 *                       (Physical address)
 * NewTableLength      - Where new table length is returned
 *
 * RETURN:      Status, address/length of new table. Null pointer returned
 *              if no table is available to override.
 *
 * DESCRIPTION: Returns AE_SUPPORT, function not used in user space.
 */</doc>
<use f='src/src/sys/external/bsd/acpica/dist/tables/tbinstal.c' l='383' u='c' c='AcpiTbOverrideTable'/>
