<dec f='src/src/sys/external/bsd/acpica/dist/include/acpixf.h' l='544' type='ACPI_STATUS AcpiLoadTable(ACPI_TABLE_HEADER * Table)'/>
<def f='src/src/sys/external/bsd/acpica/dist/tables/tbxfload.c' l='354' ll='378' type='ACPI_STATUS AcpiLoadTable(ACPI_TABLE_HEADER * Table)'/>
<doc f='src/src/sys/external/bsd/acpica/dist/tables/tbxfload.c' l='337'>/*******************************************************************************
 *
 * FUNCTION:    AcpiLoadTable
 *
 * PARAMETERS:  Table               - Pointer to a buffer containing the ACPI
 *                                    table to be loaded.
 *
 * RETURN:      Status
 *
 * DESCRIPTION: Dynamically load an ACPI table from the caller&apos;s buffer. Must
 *              be a valid ACPI table with a valid ACPI table header.
 *              Note1: Mainly intended to support hotplug addition of SSDTs.
 *              Note2: Does not copy the incoming table. User is responsible
 *              to ensure that the table is not deleted or unmapped.
 *
 ******************************************************************************/</doc>
