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

  /src/sys/external/bsd/acpica/dist/common/
dmtbdump1.c 2399 ACPI_HMAT_STRUCTURE *HmatStruct;
2424 HmatStruct = ACPI_ADD_PTR (ACPI_HMAT_STRUCTURE, Table, Offset);
2425 if (HmatStruct->Length < sizeof (ACPI_HMAT_STRUCTURE))
2430 Status = AcpiDmDumpTable (Table->Length, Offset, HmatStruct,
2431 HmatStruct->Length, AcpiDmTableInfoHmatHdr);
2437 switch (HmatStruct->Type)
2460 HmatStruct->Type);
2469 if (HmatStruct->Length < Length)
2474 Status = AcpiDmDumpTable (Table->Length, Offset, HmatStruct,
2475 HmatStruct->Length, InfoTable)
    [all...]
  /src/sys/external/bsd/acpica/dist/compiler/
dttable1.c 2431 ACPI_HMAT_STRUCTURE *HmatStruct;
2464 HmatStruct = ACPI_CAST_PTR (ACPI_HMAT_STRUCTURE, Subtable->Buffer);
2465 HmatStruct->Length = Subtable->Length;
2469 switch (HmatStruct->Type)
2498 HmatStruct->Length += Subtable->Length;
2502 switch (HmatStruct->Type)
2525 HmatStruct->Length += Subtable->Length;
2546 HmatStruct->Length += Subtable->Length;
2571 HmatStruct->Length += Subtable->Length;
2605 HmatStruct->Length += Subtable->Length
    [all...]

Completed in 15 milliseconds