Searched refs:Namesp (Results 1 – 3 of 3) sorted by relevance
2215 ACPI_SDEV_NAMESPACE *Namesp = NULL; in DtCompileSdev() local2247 Namesp = ACPI_CAST_PTR (ACPI_SDEV_NAMESPACE, Subtable->Buffer); in DtCompileSdev()2285 Namesp->DeviceIdOffset = 0; in DtCompileSdev()2301 Namesp->DeviceIdOffset += sizeof (ACPI_SDEV_SECURE_COMPONENT); in DtCompileSdev()2322 Namesp->DeviceIdOffset += sizeof (ACPI_SDEV_ID_COMPONENT); in DtCompileSdev()2329 Namesp->DeviceIdOffset += sizeof (ACPI_SDEV_MEM_COMPONENT); in DtCompileSdev()2378 Namesp->DeviceIdOffset += sizeof (ACPI_SDEV_NAMESPACE); in DtCompileSdev()2380 Namesp->DeviceIdLength = (UINT16) Subtable->Length; in DtCompileSdev()2384 Namesp->VendorDataLength = 0; in DtCompileSdev()2385 Namesp->VendorDataOffset = 0; in DtCompileSdev()[all …]
3061 ACPI_SDEV_NAMESPACE *Namesp; in AcpiDmDumpSdev() local3173 Namesp = ACPI_CAST_PTR (ACPI_SDEV_NAMESPACE, Subtable); in AcpiDmDumpSdev()3174 PathOffset = Namesp->DeviceIdOffset; in AcpiDmDumpSdev()3175 PathLength = Namesp->DeviceIdLength; in AcpiDmDumpSdev()3180 ACPI_ADD_PTR (UINT8, Namesp, PathOffset), in AcpiDmDumpSdev()3192 Namesp->VendorDataLength; in AcpiDmDumpSdev()3194 Namesp->DeviceIdOffset + Namesp->DeviceIdLength; in AcpiDmDumpSdev()3199 ACPI_ADD_PTR (UINT8, Namesp, VendorDataOffset), in AcpiDmDumpSdev()
32 const NamespaceDecl *Namesp,