Home
last modified time | relevance | path

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

/src/sys/contrib/dev/acpica/compiler/
H A Ddttable2.c2215 ACPI_SDEV_NAMESPACE *Namesp = NULL; in DtCompileSdev() local
2247 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 …]
/src/sys/contrib/dev/acpica/common/
H A Ddmtbdump2.c3061 ACPI_SDEV_NAMESPACE *Namesp; in AcpiDmDumpSdev() local
3173 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()
/src/contrib/llvm-project/clang/lib/AST/
H A DQualTypeNames.cpp32 const NamespaceDecl *Namesp,