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.c2140 ACPI_SDEV_NAMESPACE *Namesp = NULL; in DtCompileSdev() local
2172 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 …]
/freebsd/sys/contrib/dev/acpica/common/
H A Ddmtbdump2.c2732 ACPI_SDEV_NAMESPACE *Namesp; in AcpiDmDumpSdev() local
2844 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()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DQualTypeNames.cpp32 const NamespaceDecl *Namesp,