Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/acpica/common/
H A Ddmtbdump1.c2508 ACPI_HMAT_STRUCTURE *HmatStruct; in AcpiDmDumpHmat() local
2533 HmatStruct = ACPI_ADD_PTR (ACPI_HMAT_STRUCTURE, Table, Offset); in AcpiDmDumpHmat()
2534 if (HmatStruct->Length < sizeof (ACPI_HMAT_STRUCTURE)) in AcpiDmDumpHmat()
2539 Status = AcpiDmDumpTable (Table->Length, Offset, HmatStruct, in AcpiDmDumpHmat()
2540 HmatStruct->Length, AcpiDmTableInfoHmatHdr); in AcpiDmDumpHmat()
2546 switch (HmatStruct->Type) in AcpiDmDumpHmat()
2569 HmatStruct->Type); in AcpiDmDumpHmat()
2578 if (HmatStruct->Length < Length) in AcpiDmDumpHmat()
2583 Status = AcpiDmDumpTable (Table->Length, Offset, HmatStruct, in AcpiDmDumpHmat()
2584 HmatStruct->Length, InfoTable); in AcpiDmDumpHmat()
[all …]
/freebsd/sys/contrib/dev/acpica/compiler/
H A Ddttable1.c2549 ACPI_HMAT_STRUCTURE *HmatStruct; in DtCompileHmat() local
2582 HmatStruct = ACPI_CAST_PTR (ACPI_HMAT_STRUCTURE, Subtable->Buffer); in DtCompileHmat()
2583 HmatStruct->Length = Subtable->Length; in DtCompileHmat()
2587 switch (HmatStruct->Type) in DtCompileHmat()
2616 HmatStruct->Length += Subtable->Length; in DtCompileHmat()
2620 switch (HmatStruct->Type) in DtCompileHmat()
2643 HmatStruct->Length += Subtable->Length; in DtCompileHmat()
2664 HmatStruct->Length += Subtable->Length; in DtCompileHmat()
2689 HmatStruct->Length += Subtable->Length; in DtCompileHmat()
2723 HmatStruct->Length += Subtable->Length; in DtCompileHmat()