Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/acpica/compiler/
H A Ddttable2.c2230 ACPI_SDEV_NAMESPACE *Namesp = NULL; in DtCompileSdev() local
2262 Namesp = ACPI_CAST_PTR (ACPI_SDEV_NAMESPACE, Subtable->Buffer); in DtCompileSdev()
2300 Namesp->DeviceIdOffset = 0; in DtCompileSdev()
2316 Namesp->DeviceIdOffset += sizeof (ACPI_SDEV_SECURE_COMPONENT); in DtCompileSdev()
2337 Namesp->DeviceIdOffset += sizeof (ACPI_SDEV_ID_COMPONENT); in DtCompileSdev()
2344 Namesp->DeviceIdOffset += sizeof (ACPI_SDEV_MEM_COMPONENT); in DtCompileSdev()
2393 Namesp->DeviceIdOffset += sizeof (ACPI_SDEV_NAMESPACE); in DtCompileSdev()
2395 Namesp->DeviceIdLength = (UINT16) Subtable->Length; in DtCompileSdev()
2399 Namesp->VendorDataLength = 0; in DtCompileSdev()
2400 Namesp->VendorDataOffset = 0; in DtCompileSdev()
[all …]
/freebsd/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()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DQualTypeNames.cpp29 const NamespaceDecl *Namesp,