Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/dev/acpica/compiler/
H A Ddttable2.c2120 UINT16 ComponentLength = 0; in DtCompileSdev() local
2188 ComponentLength = 0; in DtCompileSdev()
2225 ComponentLength = sizeof (ACPI_SDEV_ID_COMPONENT); in DtCompileSdev()
2232 ComponentLength = sizeof (ACPI_SDEV_MEM_COMPONENT); in DtCompileSdev()
2253 SecureComponent->SecureComponentLength = ComponentLength; in DtCompileSdev()
2260 ComponentLength += sizeof (ACPI_SDEV_SECURE_COMPONENT); in DtCompileSdev()
2311 Subtable->Length + Namesp->DeviceIdLength) + ComponentLength; in DtCompileSdev()