Home
last modified time | relevance | path

Searched refs:ACPI_ROOT_ALLOW_RESIZE (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/contrib/dev/acpica/source/components/tables/
H A Dtbxface.c182 AcpiGbl_RootTableList.Flags = ACPI_ROOT_ALLOW_RESIZE; in AcpiAllocateRootTable()
251 AcpiGbl_RootTableList.Flags |= ACPI_ROOT_ALLOW_RESIZE; in AcpiInitializeTables()
354 AcpiGbl_RootTableList.Flags |= ACPI_ROOT_ALLOW_RESIZE; in ACPI_EXPORT_SYMBOL_INIT()
H A Dtbdata.c799 if (!(AcpiGbl_RootTableList.Flags & ACPI_ROOT_ALLOW_RESIZE)) in AcpiTbResizeRootTableList()
/dragonfly/sys/contrib/dev/acpica/source/include/
H A Daclocal.h353 #define ACPI_ROOT_ALLOW_RESIZE (2) macro