Home
last modified time | relevance | path

Searched refs:InsCnt (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/dev/acpica/common/
H A Ddmtbdump1.c1694 UINT32 i = 0, j, InsCnt, TprRefCnt; in AcpiDmDumpDtpr() local
1709 InsCnt = ((ACPI_TABLE_DTPR*) Table)->InsCnt; in AcpiDmDumpDtpr()
1711 for (i = 0; i < InsCnt; i++) in AcpiDmDumpDtpr()
H A Ddmtbinfo1.c1165 {ACPI_DMT_UINT32, ACPI_DTPR_OFFSET (InsCnt), "Instance Count", 0},
/freebsd/sys/contrib/dev/acpica/compiler/
H A Ddttable1.c1751 UINT32 i, InsCnt, SrlCnt, TprCnt; in DtCompileDtpr() local
1772 InsCnt = Dtpr->InsCnt; in DtCompileDtpr()
1776 for (i = 0; i < InsCnt; i++) in DtCompileDtpr()
/freebsd/sys/contrib/dev/acpica/include/
H A Dactbl1.h1360 UINT32 InsCnt; member