Home
last modified time | relevance | path

Searched refs:SubtableCount (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/contrib/dev/acpica/source/common/
HDdmtbdump2.c1103 UINT16 SubtableCount; in AcpiDmDumpMpst() local
1118 SubtableCount = (ACPI_CAST_PTR (ACPI_TABLE_MPST, Table))->PowerNodeCount; in AcpiDmDumpMpst()
1121 while ((Offset < Table->Length) && SubtableCount) in AcpiDmDumpMpst()
1182 SubtableCount--; in AcpiDmDumpMpst()
1200 SubtableCount = Subtable1->CharacteristicsCount; in AcpiDmDumpMpst()
1208 while ((Offset < Table->Length) && SubtableCount) in AcpiDmDumpMpst()
1219 SubtableCount--; in AcpiDmDumpMpst()
/dragonfly/sys/contrib/dev/acpica/source/compiler/
HDdttable2.c443 UINT16 SubtableCount; in DtCompileMpst() local
461 SubtableCount = MpstChannelInfo->PowerNodeCount; in DtCompileMpst()
463 while (*PFieldList && SubtableCount) in DtCompileMpst()
514 SubtableCount--; in DtCompileMpst()
533 SubtableCount = MpstDataHeader->CharacteristicsCount; in DtCompileMpst()
539 while (*PFieldList && SubtableCount) in DtCompileMpst()
549 SubtableCount--; in DtCompileMpst()
HDdttable1.c789 UINT32 SubtableCount; in DtCompileDbg2() local
813 SubtableCount = Dbg2Header->InfoCount; in DtCompileDbg2()
818 while (*PFieldList && SubtableCount) in DtCompileDbg2()
916 SubtableCount--; in DtCompileDbg2()