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

  /src/sys/external/bsd/acpica/dist/common/
dmtbdump2.c 169 * PARAMETERS: Table - A IORT table
173 * DESCRIPTION: Format the contents of a IORT
182 ACPI_TABLE_IORT *Iort;
207 /* IORT Revisions E, E.a and E.c have known issues and are not supported */
211 AcpiOsPrintf ("\n**** Unsupported IORT revision 0x%X\n",
216 Iort = ACPI_CAST_PTR (ACPI_TABLE_IORT, Table);
221 if (Iort->NodeOffset > Offset)
224 Iort->NodeOffset - Offset, AcpiDmTableInfoIortPad);
231 Offset = Iort->NodeOffset;
309 AcpiOsPrintf ("\n**** Unknown IORT node type 0x%X\n"
    [all...]
dmtbdump2.c 169 * PARAMETERS: Table - A IORT table
173 * DESCRIPTION: Format the contents of a IORT
182 ACPI_TABLE_IORT *Iort;
207 /* IORT Revisions E, E.a and E.c have known issues and are not supported */
211 AcpiOsPrintf ("\n**** Unsupported IORT revision 0x%X\n",
216 Iort = ACPI_CAST_PTR (ACPI_TABLE_IORT, Table);
221 if (Iort->NodeOffset > Offset)
224 Iort->NodeOffset - Offset, AcpiDmTableInfoIortPad);
231 Offset = Iort->NodeOffset;
309 AcpiOsPrintf ("\n**** Unknown IORT node type 0x%X\n"
    [all...]
dmtbdump2.c 169 * PARAMETERS: Table - A IORT table
173 * DESCRIPTION: Format the contents of a IORT
182 ACPI_TABLE_IORT *Iort;
207 /* IORT Revisions E, E.a and E.c have known issues and are not supported */
211 AcpiOsPrintf ("\n**** Unsupported IORT revision 0x%X\n",
216 Iort = ACPI_CAST_PTR (ACPI_TABLE_IORT, Table);
221 if (Iort->NodeOffset > Offset)
224 Iort->NodeOffset - Offset, AcpiDmTableInfoIortPad);
231 Offset = Iort->NodeOffset;
309 AcpiOsPrintf ("\n**** Unknown IORT node type 0x%X\n"
    [all...]
dmtbdump2.c 169 * PARAMETERS: Table - A IORT table
173 * DESCRIPTION: Format the contents of a IORT
182 ACPI_TABLE_IORT *Iort;
207 /* IORT Revisions E, E.a and E.c have known issues and are not supported */
211 AcpiOsPrintf ("\n**** Unsupported IORT revision 0x%X\n",
216 Iort = ACPI_CAST_PTR (ACPI_TABLE_IORT, Table);
221 if (Iort->NodeOffset > Offset)
224 Iort->NodeOffset - Offset, AcpiDmTableInfoIortPad);
231 Offset = Iort->NodeOffset;
309 AcpiOsPrintf ("\n**** Unknown IORT node type 0x%X\n"
    [all...]
  /src/sys/external/bsd/acpica/dist/compiler/
dttable1.c 2629 * DESCRIPTION: Compile IORT.
2643 ACPI_TABLE_IORT *Iort;
2672 /* IORT Revisions E, E.a & E.c have known issues and are not supported */
2676 DtError (ASL_ERROR, ASL_MSG_UNSUPPORTED, NULL, "IORT table revision");
2684 Iort = ACPI_SUB_PTR (ACPI_TABLE_IORT,
2693 Iort->NodeOffset = sizeof (ACPI_TABLE_IORT);
2703 Iort->NodeOffset += Subtable->Length;
2713 Iort->NodeOffset += PaddingLength;
2989 DtFatal (ASL_MSG_UNKNOWN_SUBTABLE, SubtableStart, "IORT");
3031 Iort->NodeCount = NodeNumber
    [all...]
dttable1.c 2629 * DESCRIPTION: Compile IORT.
2643 ACPI_TABLE_IORT *Iort;
2672 /* IORT Revisions E, E.a & E.c have known issues and are not supported */
2676 DtError (ASL_ERROR, ASL_MSG_UNSUPPORTED, NULL, "IORT table revision");
2684 Iort = ACPI_SUB_PTR (ACPI_TABLE_IORT,
2693 Iort->NodeOffset = sizeof (ACPI_TABLE_IORT);
2703 Iort->NodeOffset += Subtable->Length;
2713 Iort->NodeOffset += PaddingLength;
2989 DtFatal (ASL_MSG_UNKNOWN_SUBTABLE, SubtableStart, "IORT");
3031 Iort->NodeCount = NodeNumber
    [all...]
dttable1.c 2629 * DESCRIPTION: Compile IORT.
2643 ACPI_TABLE_IORT *Iort;
2672 /* IORT Revisions E, E.a & E.c have known issues and are not supported */
2676 DtError (ASL_ERROR, ASL_MSG_UNSUPPORTED, NULL, "IORT table revision");
2684 Iort = ACPI_SUB_PTR (ACPI_TABLE_IORT,
2693 Iort->NodeOffset = sizeof (ACPI_TABLE_IORT);
2703 Iort->NodeOffset += Subtable->Length;
2713 Iort->NodeOffset += PaddingLength;
2989 DtFatal (ASL_MSG_UNKNOWN_SUBTABLE, SubtableStart, "IORT");
3031 Iort->NodeCount = NodeNumber
    [all...]
dttable1.c 2629 * DESCRIPTION: Compile IORT.
2643 ACPI_TABLE_IORT *Iort;
2672 /* IORT Revisions E, E.a & E.c have known issues and are not supported */
2676 DtError (ASL_ERROR, ASL_MSG_UNSUPPORTED, NULL, "IORT table revision");
2684 Iort = ACPI_SUB_PTR (ACPI_TABLE_IORT,
2693 Iort->NodeOffset = sizeof (ACPI_TABLE_IORT);
2703 Iort->NodeOffset += Subtable->Length;
2713 Iort->NodeOffset += PaddingLength;
2989 DtFatal (ASL_MSG_UNKNOWN_SUBTABLE, SubtableStart, "IORT");
3031 Iort->NodeCount = NodeNumber
    [all...]

Completed in 92 milliseconds