Searched refs:ValidationCount (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/tables/
H A Dtbutils.c553 if (TableDesc->ValidationCount == 0)
564 if (TableDesc->ValidationCount < ACPI_MAX_TABLE_VALIDATIONS)
566 TableDesc->ValidationCount++;
569 * Detect ValidationCount overflows to ensure that the warning
572 if (TableDesc->ValidationCount >= ACPI_MAX_TABLE_VALIDATIONS)
607 if (TableDesc->ValidationCount < ACPI_MAX_TABLE_VALIDATIONS)
609 TableDesc->ValidationCount--;
612 * Detect ValidationCount underflows to ensure that the warning
615 if (TableDesc->ValidationCount >= ACPI_MAX_TABLE_VALIDATIONS)
623 if (TableDesc->ValidationCount
[all...]
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dactbl.h517 UINT16 ValidationCount; member in struct:acpi_table_desc
522 * Maximum value of the ValidationCount field in ACPI_TABLE_DESC.
523 * When reached, ValidationCount cannot be changed any more and the table will

Completed in 97 milliseconds