Home
last modified time | relevance | path

Searched refs:ViotHeader (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/dev/acpica/common/
H A Ddmtbdump3.c760 ACPI_VIOT_HEADER *ViotHeader; in AcpiDmDumpViot() local
779 ViotHeader = ACPI_ADD_PTR (ACPI_VIOT_HEADER, Table, Offset); in AcpiDmDumpViot()
783 Status = AcpiDmDumpTable (Table->Length, Offset, ViotHeader, Length, in AcpiDmDumpViot()
790 Length = ViotHeader->Length; in AcpiDmDumpViot()
791 switch (ViotHeader->Type) in AcpiDmDumpViot()
816 ViotHeader->Type); in AcpiDmDumpViot()
829 Status = AcpiDmDumpTable (Table->Length, Offset, ViotHeader, Length, in AcpiDmDumpViot()
/freebsd/sys/contrib/dev/acpica/compiler/
H A Ddttable2.c3254 ACPI_VIOT_HEADER *ViotHeader; in DtCompileViot() local
3290 ViotHeader = ACPI_CAST_PTR (ACPI_VIOT_HEADER, Subtable->Buffer); in DtCompileViot()
3292 switch (ViotHeader->Type) in DtCompileViot()