Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/acpi/iasl/
H A Ddttable2.c438 UINT16 SubtableCount; in DtCompileMpst() local
456 SubtableCount = MpstChannelInfo->PowerNodeCount; in DtCompileMpst()
458 while (*PFieldList && SubtableCount) in DtCompileMpst()
509 SubtableCount--; in DtCompileMpst()
528 SubtableCount = MpstDataHeader->CharacteristicsCount; in DtCompileMpst()
534 while (*PFieldList && SubtableCount) in DtCompileMpst()
544 SubtableCount--; in DtCompileMpst()
H A Ddttable1.c498 UINT32 SubtableCount; in DtCompileDbg2() local
522 SubtableCount = Dbg2Header->InfoCount; in DtCompileDbg2()
527 while (*PFieldList && SubtableCount) in DtCompileDbg2()
625 SubtableCount--; in DtCompileDbg2()
/illumos-gate/usr/src/cmd/acpi/common/
H A Ddmtbdump2.c918 UINT16 SubtableCount; in AcpiDmDumpMpst() local
933 SubtableCount = (ACPI_CAST_PTR (ACPI_TABLE_MPST, Table))->PowerNodeCount; in AcpiDmDumpMpst()
936 while ((Offset < Table->Length) && SubtableCount) in AcpiDmDumpMpst()
997 SubtableCount--; in AcpiDmDumpMpst()
1015 SubtableCount = Subtable1->CharacteristicsCount; in AcpiDmDumpMpst()
1023 while ((Offset < Table->Length) && SubtableCount) in AcpiDmDumpMpst()
1034 SubtableCount--; in AcpiDmDumpMpst()