Searched refs:ViotHeader (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/contrib/dev/acpica/common/ |
H A D | dmtbdump3.c | 693 ACPI_VIOT_HEADER *ViotHeader; in AcpiDmDumpViot() local 712 ViotHeader = ACPI_ADD_PTR (ACPI_VIOT_HEADER, Table, Offset); in AcpiDmDumpViot() 716 Status = AcpiDmDumpTable (Table->Length, Offset, ViotHeader, Length, in AcpiDmDumpViot() 723 Length = ViotHeader->Length; in AcpiDmDumpViot() 724 switch (ViotHeader->Type) in AcpiDmDumpViot() 749 ViotHeader->Type); in AcpiDmDumpViot() 762 Status = AcpiDmDumpTable (Table->Length, Offset, ViotHeader, Length, in AcpiDmDumpViot()
|
/freebsd/sys/contrib/dev/acpica/compiler/ |
H A D | dttable2.c | 3106 ACPI_VIOT_HEADER *ViotHeader; in DtCompileViot() local 3142 ViotHeader = ACPI_CAST_PTR (ACPI_VIOT_HEADER, Subtable->Buffer); in DtCompileViot() 3144 switch (ViotHeader->Type) in DtCompileViot()
|