Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/acpi/iasl/
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()
1483 Subtable->Length + Namesp->DeviceIdLength); in DtCompileSdev()
/illumos-gate/usr/src/cmd/acpi/common/
H A Ddmtbdump2.c1936 ACPI_SDEV_NAMESPACE *Namesp; in AcpiDmDumpSdev() local
1999 Namesp = ACPI_CAST_PTR (ACPI_SDEV_NAMESPACE, Subtable); in AcpiDmDumpSdev()
2000 PathOffset = Namesp->DeviceIdOffset; in AcpiDmDumpSdev()
2001 PathLength = Namesp->DeviceIdLength; in AcpiDmDumpSdev()
2006 ACPI_ADD_PTR (UINT8, Namesp, PathOffset), in AcpiDmDumpSdev()
2017 Namesp->VendorDataLength; in AcpiDmDumpSdev()
2019 Namesp->DeviceIdOffset + Namesp->DeviceIdLength; in AcpiDmDumpSdev()
2024 ACPI_ADD_PTR (UINT8, Namesp, VendorDataOffset), in AcpiDmDumpSdev()