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 2521 * DESCRIPTION: Compile IORT.
2535 ACPI_TABLE_IORT *Iort;
2564 /* IORT Revisions E, E.a & E.c have known issues and are not supported */
2568 DtError (ASL_ERROR, ASL_MSG_UNSUPPORTED, NULL, "IORT table revision");
2576 Iort = ACPI_SUB_PTR (ACPI_TABLE_IORT,
2585 Iort->NodeOffset = sizeof (ACPI_TABLE_IORT);
2595 Iort->NodeOffset += Subtable->Length;
2605 Iort->NodeOffset += PaddingLength;
2881 DtFatal (ASL_MSG_UNKNOWN_SUBTABLE, SubtableStart, "IORT");
2923 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 17 milliseconds