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

  /src/sys/external/bsd/acpica/dist/compiler/
dttable1.c 2639 * DESCRIPTION: Compile IORT.
2653 ACPI_TABLE_IORT *Iort;
2682 /* IORT Revisions E, E.a & E.c have known issues and are not supported */
2686 DtError (ASL_ERROR, ASL_MSG_UNSUPPORTED, NULL, "IORT table revision");
2694 Iort = ACPI_SUB_PTR (ACPI_TABLE_IORT,
2703 Iort->NodeOffset = sizeof (ACPI_TABLE_IORT);
2713 Iort->NodeOffset += Subtable->Length;
2723 Iort->NodeOffset += PaddingLength;
3012 DtFatal (ASL_MSG_UNKNOWN_SUBTABLE, SubtableStart, "IORT");
3054 Iort->NodeCount = NodeNumber
    [all...]
  /src/sys/external/bsd/acpica/dist/common/
dmtbdump2.c 61 * PARAMETERS: Table - A IORT table
65 * DESCRIPTION: Format the contents of a IORT
74 ACPI_TABLE_IORT *Iort;
99 /* IORT Revisions E, E.a and E.c have known issues and are not supported */
103 AcpiOsPrintf ("\n**** Unsupported IORT revision 0x%X\n",
108 Iort = ACPI_CAST_PTR (ACPI_TABLE_IORT, Table);
113 if (Iort->NodeOffset > Offset)
116 Iort->NodeOffset - Offset, AcpiDmTableInfoIortPad);
123 Offset = Iort->NodeOffset;
209 AcpiOsPrintf ("\n**** Unknown IORT node type 0x%X\n"
    [all...]

Completed in 35 milliseconds