Home
last modified time | relevance | path

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

/dflybsd-src/sys/contrib/dev/acpica/source/common/
H A Ddmtbdump2.c1134 ComponentCount = Subtable0->NumPhysicalComponents; in AcpiDmDumpMpst()
1186 (sizeof (ACPI_MPST_COMPONENT) * Subtable0->NumPhysicalComponents)); in AcpiDmDumpMpst()
H A Ddmtbinfo2.c970 {ACPI_DMT_UINT32, ACPI_MPST0_OFFSET (NumPhysicalComponents), "Num Physical Components", 0},
/dflybsd-src/sys/contrib/dev/acpica/source/include/
H A Dactbl2.h1420 UINT32 NumPhysicalComponents; member
/dflybsd-src/sys/contrib/dev/acpica/source/compiler/
H A Ddttable2.c480 ComponentCount = MpstPowerNode->NumPhysicalComponents; in DtCompileMpst()