HomeSort by: relevance | last modified time | path
    Searched refs:HmatStruct (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/common/
dmtbdump1.c 2291 ACPI_HMAT_STRUCTURE *HmatStruct;
2316 HmatStruct = ACPI_ADD_PTR (ACPI_HMAT_STRUCTURE, Table, Offset);
2317 if (HmatStruct->Length < sizeof (ACPI_HMAT_STRUCTURE))
2322 Status = AcpiDmDumpTable (Table->Length, Offset, HmatStruct,
2323 HmatStruct->Length, AcpiDmTableInfoHmatHdr);
2329 switch (HmatStruct->Type)
2352 HmatStruct->Type);
2361 if (HmatStruct->Length < Length)
2366 Status = AcpiDmDumpTable (Table->Length, Offset, HmatStruct,
2367 HmatStruct->Length, InfoTable)
    [all...]
  /src/sys/external/bsd/acpica/dist/compiler/
dttable1.c 2323 ACPI_HMAT_STRUCTURE *HmatStruct;
2356 HmatStruct = ACPI_CAST_PTR (ACPI_HMAT_STRUCTURE, Subtable->Buffer);
2357 HmatStruct->Length = Subtable->Length;
2361 switch (HmatStruct->Type)
2390 HmatStruct->Length += Subtable->Length;
2394 switch (HmatStruct->Type)
2417 HmatStruct->Length += Subtable->Length;
2438 HmatStruct->Length += Subtable->Length;
2463 HmatStruct->Length += Subtable->Length;
2497 HmatStruct->Length += Subtable->Length
    [all...]

Completed in 19 milliseconds