Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/acpi/common/
H A Ddmtbdump1.c1365 ACPI_HMAT_STRUCTURE *HmatStruct; in AcpiDmDumpHmat() local
1392 if (HmatStruct->Length < sizeof (ACPI_HMAT_STRUCTURE)) in AcpiDmDumpHmat()
1398 HmatStruct->Length, AcpiDmTableInfoHmatHdr); in AcpiDmDumpHmat()
1404 switch (HmatStruct->Type) in AcpiDmDumpHmat()
1427 HmatStruct->Type); in AcpiDmDumpHmat()
1436 if (HmatStruct->Length < Length) in AcpiDmDumpHmat()
1442 HmatStruct->Length, InfoTable); in AcpiDmDumpHmat()
1450 switch (HmatStruct->Type) in AcpiDmDumpHmat()
1459 if ((UINT32)(HmatStruct->Length - SubtableOffset) < in AcpiDmDumpHmat()
1475 if ((UINT32)(HmatStruct->Length - SubtableOffset) < in AcpiDmDumpHmat()
[all …]
/illumos-gate/usr/src/cmd/acpi/iasl/
H A Ddttable1.c1352 ACPI_HMAT_STRUCTURE *HmatStruct; in DtCompileHmat() local
1385 HmatStruct = ACPI_CAST_PTR (ACPI_HMAT_STRUCTURE, Subtable->Buffer); in DtCompileHmat()
1386 HmatStruct->Length = Subtable->Length; in DtCompileHmat()
1390 switch (HmatStruct->Type) in DtCompileHmat()
1419 HmatStruct->Length += Subtable->Length; in DtCompileHmat()
1423 switch (HmatStruct->Type) in DtCompileHmat()
1446 HmatStruct->Length += Subtable->Length; in DtCompileHmat()
1467 HmatStruct->Length += Subtable->Length; in DtCompileHmat()
1492 HmatStruct->Length += Subtable->Length; in DtCompileHmat()
1526 HmatStruct->Length += Subtable->Length; in DtCompileHmat()