Home
last modified time | relevance | path

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

/dragonfly/sys/contrib/dev/acpica/source/common/
H A Ddmtbdump1.c1674 ACPI_HMAT_STRUCTURE *HmatStruct; in AcpiDmDumpHmat() local
1700 if (HmatStruct->Length < sizeof (ACPI_HMAT_STRUCTURE)) in AcpiDmDumpHmat()
1706 HmatStruct->Length, AcpiDmTableInfoHmatHdr); in AcpiDmDumpHmat()
1712 switch (HmatStruct->Type) in AcpiDmDumpHmat()
1735 HmatStruct->Type); in AcpiDmDumpHmat()
1744 if (HmatStruct->Length < Length) in AcpiDmDumpHmat()
1750 HmatStruct->Length, InfoTable); in AcpiDmDumpHmat()
1758 switch (HmatStruct->Type) in AcpiDmDumpHmat()
1767 if ((UINT32)(HmatStruct->Length - SubtableOffset) < in AcpiDmDumpHmat()
1788 if ((UINT32)(HmatStruct->Length - SubtableOffset) < in AcpiDmDumpHmat()
[all …]
/dragonfly/sys/contrib/dev/acpica/source/compiler/
H A Ddttable1.c1665 ACPI_HMAT_STRUCTURE *HmatStruct; in DtCompileHmat() local
1698 HmatStruct = ACPI_CAST_PTR (ACPI_HMAT_STRUCTURE, Subtable->Buffer); in DtCompileHmat()
1699 HmatStruct->Length = Subtable->Length; in DtCompileHmat()
1703 switch (HmatStruct->Type) in DtCompileHmat()
1732 HmatStruct->Length += Subtable->Length; in DtCompileHmat()
1736 switch (HmatStruct->Type) in DtCompileHmat()
1759 HmatStruct->Length += Subtable->Length; in DtCompileHmat()
1780 HmatStruct->Length += Subtable->Length; in DtCompileHmat()
1805 HmatStruct->Length += Subtable->Length; in DtCompileHmat()
1839 HmatStruct->Length += Subtable->Length; in DtCompileHmat()