Searched refs:Namesp (Results 1 – 3 of 3) sorted by relevance
2140 ACPI_SDEV_NAMESPACE *Namesp = NULL; in DtCompileSdev() local2172 Namesp = ACPI_CAST_PTR (ACPI_SDEV_NAMESPACE, Subtable->Buffer); in DtCompileSdev()2210 Namesp->DeviceIdOffset = 0; in DtCompileSdev()2226 Namesp->DeviceIdOffset += sizeof (ACPI_SDEV_SECURE_COMPONENT); in DtCompileSdev()2247 Namesp->DeviceIdOffset += sizeof (ACPI_SDEV_ID_COMPONENT); in DtCompileSdev()2254 Namesp->DeviceIdOffset += sizeof (ACPI_SDEV_MEM_COMPONENT); in DtCompileSdev()2303 Namesp->DeviceIdOffset += sizeof (ACPI_SDEV_NAMESPACE); in DtCompileSdev()2305 Namesp->DeviceIdLength = (UINT16) Subtable->Length; in DtCompileSdev()2309 Namesp->VendorDataLength = 0; in DtCompileSdev()2310 Namesp->VendorDataOffset = 0; in DtCompileSdev()[all …]
2732 ACPI_SDEV_NAMESPACE *Namesp; in AcpiDmDumpSdev() local2844 Namesp = ACPI_CAST_PTR (ACPI_SDEV_NAMESPACE, Subtable); in AcpiDmDumpSdev()2845 PathOffset = Namesp->DeviceIdOffset; in AcpiDmDumpSdev()2846 PathLength = Namesp->DeviceIdLength; in AcpiDmDumpSdev()2851 ACPI_ADD_PTR (UINT8, Namesp, PathOffset), in AcpiDmDumpSdev()2863 Namesp->VendorDataLength; in AcpiDmDumpSdev()2865 Namesp->DeviceIdOffset + Namesp->DeviceIdLength; in AcpiDmDumpSdev()2870 ACPI_ADD_PTR (UINT8, Namesp, VendorDataOffset), in AcpiDmDumpSdev()
32 const NamespaceDecl *Namesp,