Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/contrib/dev/acpica/components/tables/
HDtbxface.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()
HDtbdata.c764 if (!(AcpiGbl_RootTableList.Flags & ACPI_ROOT_ALLOW_RESIZE)) in AcpiTbResizeRootTableList()
/freebsd-11-stable/sys/contrib/dev/acpica/include/
HDaclocal.h353 #define ACPI_ROOT_ALLOW_RESIZE (2) macro