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 445 if (TableDesc->ValidationCount == 0)
456 if (TableDesc->ValidationCount < ACPI_MAX_TABLE_VALIDATIONS)
458 TableDesc->ValidationCount++;
461 * Detect ValidationCount overflows to ensure that the warning
464 if (TableDesc->ValidationCount >= ACPI_MAX_TABLE_VALIDATIONS)
499 if (TableDesc->ValidationCount < ACPI_MAX_TABLE_VALIDATIONS)
501 TableDesc->ValidationCount--;
504 * Detect ValidationCount underflows to ensure that the warning
507 if (TableDesc->ValidationCount >= ACPI_MAX_TABLE_VALIDATIONS)
515 if (TableDesc->ValidationCount == 0
    [all...]
  /src/sys/external/bsd/acpica/dist/include/
actbl.h 409 UINT16 ValidationCount;
414 * Maximum value of the ValidationCount field in ACPI_TABLE_DESC.
415 * When reached, ValidationCount cannot be changed any more and the table will

Completed in 58 milliseconds