Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/dev/acpica/common/
H A Ddmtbdump3.c687 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()
/freebsd-14.2/sys/contrib/dev/acpica/compiler/
H A Ddttable2.c3078 ACPI_VIOT_HEADER *ViotHeader; in DtCompileViot() local
3114 ViotHeader = ACPI_CAST_PTR (ACPI_VIOT_HEADER, Subtable->Buffer); in DtCompileViot()
3116 switch (ViotHeader->Type) in DtCompileViot()