Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/dev/acpica/common/
H A Ddmtbdump1.c1381 ACPI_HMAT_STRUCTURE *HmatStruct; in AcpiDmDumpHmat() local
1407 if (HmatStruct->Length < sizeof (ACPI_HMAT_STRUCTURE)) in AcpiDmDumpHmat()
1413 HmatStruct->Length, AcpiDmTableInfoHmatHdr); in AcpiDmDumpHmat()
1419 switch (HmatStruct->Type) in AcpiDmDumpHmat()
1442 HmatStruct->Type); in AcpiDmDumpHmat()
1451 if (HmatStruct->Length < Length) in AcpiDmDumpHmat()
1457 HmatStruct->Length, InfoTable); in AcpiDmDumpHmat()
1465 switch (HmatStruct->Type) in AcpiDmDumpHmat()
1474 if ((UINT32)(HmatStruct->Length - SubtableOffset) < in AcpiDmDumpHmat()
1495 if ((UINT32)(HmatStruct->Length - SubtableOffset) < in AcpiDmDumpHmat()
[all …]
/f-stack/freebsd/contrib/dev/acpica/compiler/
H A Ddttable1.c1374 ACPI_HMAT_STRUCTURE *HmatStruct; in DtCompileHmat() local
1407 HmatStruct = ACPI_CAST_PTR (ACPI_HMAT_STRUCTURE, Subtable->Buffer); in DtCompileHmat()
1408 HmatStruct->Length = Subtable->Length; in DtCompileHmat()
1412 switch (HmatStruct->Type) in DtCompileHmat()
1441 HmatStruct->Length += Subtable->Length; in DtCompileHmat()
1445 switch (HmatStruct->Type) in DtCompileHmat()
1468 HmatStruct->Length += Subtable->Length; in DtCompileHmat()
1489 HmatStruct->Length += Subtable->Length; in DtCompileHmat()
1514 HmatStruct->Length += Subtable->Length; in DtCompileHmat()
1548 HmatStruct->Length += Subtable->Length; in DtCompileHmat()