HomeSort by: relevance | last modified time | path
    Searched refs:ValidationCount (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/tables/
tbutils.c 553 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 == 0
    [all...]
  /src/sys/external/bsd/acpica/dist/include/
actbl.h 517 UINT16 ValidationCount;
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 12 milliseconds