Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/dev/acpica/common/
H A Ddmtbdump2.c1156 UINT16 SubtableCount; in AcpiDmDumpMpst() local
1171 SubtableCount = (ACPI_CAST_PTR (ACPI_TABLE_MPST, Table))->PowerNodeCount; in AcpiDmDumpMpst()
1174 while ((Offset < Table->Length) && SubtableCount) in AcpiDmDumpMpst()
1235 SubtableCount--; in AcpiDmDumpMpst()
1253 SubtableCount = Subtable1->CharacteristicsCount; in AcpiDmDumpMpst()
1261 while ((Offset < Table->Length) && SubtableCount) in AcpiDmDumpMpst()
1272 SubtableCount--; in AcpiDmDumpMpst()
/freebsd-14.2/sys/contrib/dev/acpica/compiler/
H A Ddttable2.c452 UINT16 SubtableCount; in DtCompileMpst() local
470 SubtableCount = MpstChannelInfo->PowerNodeCount; in DtCompileMpst()
472 while (*PFieldList && SubtableCount) in DtCompileMpst()
523 SubtableCount--; in DtCompileMpst()
542 SubtableCount = MpstDataHeader->CharacteristicsCount; in DtCompileMpst()
548 while (*PFieldList && SubtableCount) in DtCompileMpst()
558 SubtableCount--; in DtCompileMpst()
H A Ddttable1.c1062 UINT32 SubtableCount; in DtCompileDbg2() local
1086 SubtableCount = Dbg2Header->InfoCount; in DtCompileDbg2()
1091 while (*PFieldList && SubtableCount) in DtCompileDbg2()
1189 SubtableCount--; in DtCompileDbg2()