Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/dev/acpica/compiler/
H A Ddttable2.c2117 ACPI_SDEV_NAMESPACE *Namesp = NULL; in DtCompileSdev() local
2149 Namesp = ACPI_CAST_PTR (ACPI_SDEV_NAMESPACE, Subtable->Buffer); in DtCompileSdev()
2187 Namesp->DeviceIdOffset = 0; in DtCompileSdev()
2203 Namesp->DeviceIdOffset += sizeof (ACPI_SDEV_SECURE_COMPONENT); in DtCompileSdev()
2280 Namesp->DeviceIdOffset += sizeof (ACPI_SDEV_NAMESPACE); in DtCompileSdev()
2282 Namesp->DeviceIdLength = (UINT16) Subtable->Length; in DtCompileSdev()
2286 Namesp->VendorDataLength = 0; in DtCompileSdev()
2287 Namesp->VendorDataOffset = 0; in DtCompileSdev()
2303 Namesp->VendorDataOffset = in DtCompileSdev()
2304 Namesp->DeviceIdOffset + Namesp->DeviceIdLength; in DtCompileSdev()
[all …]
/freebsd-14.2/sys/contrib/dev/acpica/common/
H A Ddmtbdump2.c2740 ACPI_SDEV_NAMESPACE *Namesp; in AcpiDmDumpSdev() local
2852 Namesp = ACPI_CAST_PTR (ACPI_SDEV_NAMESPACE, Subtable); in AcpiDmDumpSdev()
2853 PathOffset = Namesp->DeviceIdOffset; in AcpiDmDumpSdev()
2854 PathLength = Namesp->DeviceIdLength; in AcpiDmDumpSdev()
2859 ACPI_ADD_PTR (UINT8, Namesp, PathOffset), in AcpiDmDumpSdev()
2871 Namesp->VendorDataLength; in AcpiDmDumpSdev()
2873 Namesp->DeviceIdOffset + Namesp->DeviceIdLength; in AcpiDmDumpSdev()
2878 ACPI_ADD_PTR (UINT8, Namesp, VendorDataOffset), in AcpiDmDumpSdev()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DQualTypeNames.cpp32 const NamespaceDecl *Namesp,