Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/dev/acpica/common/
H A Ddmtbdump2.c1187 ComponentCount = Subtable0->NumPhysicalComponents; in AcpiDmDumpMpst()
1239 (sizeof (ACPI_MPST_COMPONENT) * Subtable0->NumPhysicalComponents)); in AcpiDmDumpMpst()
H A Ddmtbinfo2.c1015 {ACPI_DMT_UINT32, ACPI_MPST0_OFFSET (NumPhysicalComponents), "Num Physical Components", 0},
/freebsd-14.2/sys/contrib/dev/acpica/include/
H A Dactbl2.h1686 UINT32 NumPhysicalComponents; member
/freebsd-14.2/sys/contrib/dev/acpica/compiler/
H A Ddttable2.c489 ComponentCount = MpstPowerNode->NumPhysicalComponents; in DtCompileMpst()