Searched refs:ViotHeader (Results 1 – 2 of 2) sorted by relevance
/acpica-3.7.0/source/common/ |
D | dmtbdump3.c | 687 ACPI_VIOT_HEADER *ViotHeader; in AcpiDmDumpViot() local 706 ViotHeader = ACPI_ADD_PTR (ACPI_VIOT_HEADER, Table, Offset); in AcpiDmDumpViot() 710 Status = AcpiDmDumpTable (Table->Length, Offset, ViotHeader, Length, in AcpiDmDumpViot() 717 Length = ViotHeader->Length; in AcpiDmDumpViot() 718 switch (ViotHeader->Type) in AcpiDmDumpViot() 743 ViotHeader->Type); in AcpiDmDumpViot() 756 Status = AcpiDmDumpTable (Table->Length, Offset, ViotHeader, Length, in AcpiDmDumpViot()
|
/acpica-3.7.0/source/compiler/ |
D | dttable2.c | 3088 ACPI_VIOT_HEADER *ViotHeader; in DtCompileViot() local 3124 ViotHeader = ACPI_CAST_PTR (ACPI_VIOT_HEADER, Subtable->Buffer); in DtCompileViot() 3126 switch (ViotHeader->Type) in DtCompileViot()
|