Home
last modified time | relevance | path

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

/src/sys/contrib/dev/acpica/compiler/
H A Ddttable2.c677 UINT16 SubtableCount; in DtCompileMpst() local
695 SubtableCount = MpstChannelInfo->PowerNodeCount; in DtCompileMpst()
697 while (*PFieldList && SubtableCount) in DtCompileMpst()
748 SubtableCount--; in DtCompileMpst()
767 SubtableCount = MpstDataHeader->CharacteristicsCount; in DtCompileMpst()
773 while (*PFieldList && SubtableCount) in DtCompileMpst()
783 SubtableCount--; in DtCompileMpst()
H A Ddttable1.c1286 UINT32 SubtableCount; in DtCompileDbg2() local
1310 SubtableCount = Dbg2Header->InfoCount; in DtCompileDbg2()
1315 while (*PFieldList && SubtableCount) in DtCompileDbg2()
1413 SubtableCount--; in DtCompileDbg2()
/src/sys/contrib/dev/acpica/common/
H A Ddmtbdump2.c1509 UINT16 SubtableCount; in AcpiDmDumpMpst() local
1524 SubtableCount = (ACPI_CAST_PTR (ACPI_TABLE_MPST, Table))->PowerNodeCount; in AcpiDmDumpMpst()
1527 while ((Offset < Table->Length) && SubtableCount) in AcpiDmDumpMpst()
1588 SubtableCount--; in AcpiDmDumpMpst()
1606 SubtableCount = Subtable1->CharacteristicsCount; in AcpiDmDumpMpst()
1614 while ((Offset < Table->Length) && SubtableCount) in AcpiDmDumpMpst()
1625 SubtableCount--; in AcpiDmDumpMpst()