Home
last modified time | relevance | path

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

/freebsd/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()
/freebsd/sys/contrib/dev/acpica/common/
H A Ddmtbdump2.c1352 UINT16 SubtableCount; in AcpiDmDumpMpst() local
1367 SubtableCount = (ACPI_CAST_PTR (ACPI_TABLE_MPST, Table))->PowerNodeCount; in AcpiDmDumpMpst()
1370 while ((Offset < Table->Length) && SubtableCount) in AcpiDmDumpMpst()
1431 SubtableCount--; in AcpiDmDumpMpst()
1449 SubtableCount = Subtable1->CharacteristicsCount; in AcpiDmDumpMpst()
1457 while ((Offset < Table->Length) && SubtableCount) in AcpiDmDumpMpst()
1468 SubtableCount--; in AcpiDmDumpMpst()