Home
last modified time | relevance | path

Searched refs:NumPhysicalComponents (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/sys/contrib/dev/acpica/common/
Ddmtbdump2.c973 ComponentCount = Subtable0->NumPhysicalComponents; in AcpiDmDumpMpst()
1025 (sizeof (ACPI_MPST_COMPONENT) * Subtable0->NumPhysicalComponents)); in AcpiDmDumpMpst()
Ddmtbinfo2.c834 {ACPI_DMT_UINT32, ACPI_MPST0_OFFSET (NumPhysicalComponents), "Num Physical Components", 0},
/freebsd-12-stable/sys/contrib/dev/acpica/include/
Dactbl2.h1122 UINT32 NumPhysicalComponents; member
/freebsd-12-stable/sys/contrib/dev/acpica/compiler/
Ddttable2.c475 ComponentCount = MpstPowerNode->NumPhysicalComponents; in DtCompileMpst()