Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/dev/acpica/common/
H A Ddmtbdump2.c942 UINT16 SubtableCount; in AcpiDmDumpMpst() local
957 SubtableCount = (ACPI_CAST_PTR (ACPI_TABLE_MPST, Table))->PowerNodeCount; in AcpiDmDumpMpst()
960 while ((Offset < Table->Length) && SubtableCount) in AcpiDmDumpMpst()
1021 SubtableCount--; in AcpiDmDumpMpst()
1039 SubtableCount = Subtable1->CharacteristicsCount; in AcpiDmDumpMpst()
1047 while ((Offset < Table->Length) && SubtableCount) in AcpiDmDumpMpst()
1058 SubtableCount--; in AcpiDmDumpMpst()
/f-stack/freebsd/contrib/dev/acpica/compiler/
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()