Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/acpi/iasl/
H A Ddttable2.c1371 ACPI_SDEV_PCIE *Pcie = NULL; in DtCompileSdev() local
1408 Pcie = ACPI_CAST_PTR (ACPI_SDEV_PCIE, Subtable->Buffer); in DtCompileSdev()
1513 Pcie->PathOffset = sizeof (ACPI_SDEV_PCIE); in DtCompileSdev()
1514 Pcie->PathLength = (UINT16) in DtCompileSdev()
1519 Pcie->VendorDataLength = 0; in DtCompileSdev()
1520 Pcie->VendorDataOffset = 0; in DtCompileSdev()
1536 Pcie->VendorDataOffset = in DtCompileSdev()
1537 Pcie->PathOffset + Pcie->PathLength; in DtCompileSdev()
1538 Pcie->VendorDataLength = (UINT16) in DtCompileSdev()
1545 Pcie->PathLength + Pcie->VendorDataLength; in DtCompileSdev()
/illumos-gate/usr/src/cmd/acpi/common/
H A Ddmtbdump2.c1935 ACPI_SDEV_PCIE *Pcie; in AcpiDmDumpSdev() local
2037 Pcie = ACPI_CAST_PTR (ACPI_SDEV_PCIE, Subtable); in AcpiDmDumpSdev()
2038 PathOffset = Pcie->PathOffset; in AcpiDmDumpSdev()
2039 PathLength = Pcie->PathLength; in AcpiDmDumpSdev()
2045 ACPI_ADD_PTR (UINT8, Pcie, PathOffset), in AcpiDmDumpSdev()
2058 VendorDataLength = Pcie->VendorDataLength; in AcpiDmDumpSdev()
2059 VendorDataOffset = Pcie->PathOffset + Pcie->PathLength; in AcpiDmDumpSdev()
2064 ACPI_ADD_PTR (UINT8, Pcie, VendorDataOffset), in AcpiDmDumpSdev()