Home
last modified time | relevance | path

Searched refs:TableCount (Results 1 – 2 of 2) sorted by relevance

/trueos/sys/contrib/dev/acpica/components/tables/
HDtbdata.c476 UINT32 TableCount; in AcpiTbResizeRootTableList() local
494 TableCount = AcpiGbl_RootTableList.MaxTableCount; in AcpiTbResizeRootTableList()
498 TableCount = AcpiGbl_RootTableList.CurrentTableCount; in AcpiTbResizeRootTableList()
502 ((ACPI_SIZE) TableCount + ACPI_ROOT_TABLE_SIZE_INCREMENT) * in AcpiTbResizeRootTableList()
515 (ACPI_SIZE) TableCount * sizeof (ACPI_TABLE_DESC)); in AcpiTbResizeRootTableList()
525 TableCount + ACPI_ROOT_TABLE_SIZE_INCREMENT; in AcpiTbResizeRootTableList()
HDtbutils.c295 UINT32 TableCount; in AcpiTbParseRootTable() local
387 TableCount = (UINT32) ((Table->Length - sizeof (ACPI_TABLE_HEADER)) / in AcpiTbParseRootTable()
400 for (i = 0; i < TableCount; i++) in AcpiTbParseRootTable()