Lines Matching defs:Table
236 * DESCRIPTION: Load ACPI tables from a previously constructed table list.
246 ACPI_TABLE_HEADER *Table;
254 Table = TableListHead->Table;
256 Status = AcpiLoadTable (Table, NULL);
261 AcpiOsPrintf ("Table %4.4s is already installed\n",
262 Table->Signature);
266 AcpiOsPrintf ("Could not install table, %s\n",
273 AcpiOsPrintf ("Acpi table [%4.4s] successfully installed and loaded\n",
274 Table->Signature);