Lines Matching defs:Iort
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",
316 AcpiOsPrintf ("Invalid zero length IORT node\n");