Home
last modified time | relevance | path

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

/dragonfly/sys/contrib/dev/acpica/source/compiler/
H A Ddttable2.c1982 UINT16 ComponentLength = 0; in DtCompileSdev() local
2050 ComponentLength = 0; in DtCompileSdev()
2087 ComponentLength = sizeof (ACPI_SDEV_ID_COMPONENT); in DtCompileSdev()
2094 ComponentLength = sizeof (ACPI_SDEV_MEM_COMPONENT); in DtCompileSdev()
2115 SecureComponent->SecureComponentLength = ComponentLength; in DtCompileSdev()
2122 ComponentLength += sizeof (ACPI_SDEV_SECURE_COMPONENT); in DtCompileSdev()
2173 Subtable->Length + Namesp->DeviceIdLength) + ComponentLength; in DtCompileSdev()