Home
last modified time | relevance | path

Searched refs:RecordCount (Results 1 – 2 of 2) sorted by relevance

/acpica-latest/source/common/
Ddmtbdump2.c1874 UINT32 RecordCount; in AcpiDmDumpPhat() local
1937 RecordCount = VersionData->ElementCount; in AcpiDmDumpPhat()
1950 RecordCount = VersionData->ElementCount; in AcpiDmDumpPhat()
1961 __LINE__, RecordCount, Offset, SubtableLength); in AcpiDmDumpPhat()
1965 while (RecordCount && VersionData->Header.Length) in AcpiDmDumpPhat()
1968 VersionData->ElementCount - RecordCount + 1, Offset); in AcpiDmDumpPhat()
1979 RecordCount--; in AcpiDmDumpPhat()
/acpica-latest/source/compiler/
Ddttable2.c1197 UINT32 RecordCount; in DtCompilePhat() local
1320 RecordCount = VersionData->ElementCount; in DtCompilePhat()
1324 while (RecordCount) in DtCompilePhat()
1337 RecordCount--; in DtCompilePhat()