Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/dev/acpica/compiler/
H A Ddttable2.c1372 ACPI_SDEV_NAMESPACE *Namesp = NULL; in DtCompileSdev() local
1402 Namesp = ACPI_CAST_PTR (ACPI_SDEV_NAMESPACE, Subtable->Buffer); in DtCompileSdev()
1451 Namesp->DeviceIdOffset = sizeof (ACPI_SDEV_NAMESPACE); in DtCompileSdev()
1452 Namesp->DeviceIdLength = (UINT16) Subtable->Length; in DtCompileSdev()
1456 Namesp->VendorDataLength = 0; in DtCompileSdev()
1457 Namesp->VendorDataOffset = 0; in DtCompileSdev()
1473 Namesp->VendorDataOffset = in DtCompileSdev()
1474 Namesp->DeviceIdOffset + Namesp->DeviceIdLength; in DtCompileSdev()
1475 Namesp->VendorDataLength = in DtCompileSdev()
1481 Subtable->Length + Namesp->DeviceIdLength); in DtCompileSdev()
/f-stack/freebsd/contrib/dev/acpica/common/
H A Ddmtbdump2.c1965 ACPI_SDEV_NAMESPACE *Namesp; in AcpiDmDumpSdev() local
2028 Namesp = ACPI_CAST_PTR (ACPI_SDEV_NAMESPACE, Subtable); in AcpiDmDumpSdev()
2029 PathOffset = Namesp->DeviceIdOffset; in AcpiDmDumpSdev()
2030 PathLength = Namesp->DeviceIdLength; in AcpiDmDumpSdev()
2035 ACPI_ADD_PTR (UINT8, Namesp, PathOffset), in AcpiDmDumpSdev()
2046 Namesp->VendorDataLength; in AcpiDmDumpSdev()
2048 Namesp->DeviceIdOffset + Namesp->DeviceIdLength; in AcpiDmDumpSdev()
2053 ACPI_ADD_PTR (UINT8, Namesp, VendorDataOffset), in AcpiDmDumpSdev()