OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Thu Oct 02 10:09:58 GMT 2025