Lines Matching defs:Table
210 * We are only interested in NS nodes owned by the table that
301 * PARAMETERS: TableDesc - Descriptor for parent ACPI table
318 ACPI_TABLE_HEADER *Table;
354 Status = AcpiGetTableByIndex (TableIndex, &Table);
360 /* DSDT is always the first AML table */
362 if (ACPI_COMPARE_NAMESEG (Table->Signature, ACPI_SIG_DSDT))
365 "\nACPI table initialization:\n"));
371 "Table [%4.4s: %-8.8s] (id %.2X) - %4u Objects with %3u Devices, "
373 Table->Signature, Table->OemTableId, OwnerId, Info.ObjectCount,