Searched refs:InsCnt (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/contrib/dev/acpica/common/ |
| H A D | dmtbdump1.c | 1694 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 D | dmtbinfo1.c | 1165 {ACPI_DMT_UINT32, ACPI_DTPR_OFFSET (InsCnt), "Instance Count", 0},
|
| /freebsd/sys/contrib/dev/acpica/compiler/ |
| H A D | dttable1.c | 1751 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 D | actbl1.h | 1360 UINT32 InsCnt; member
|