Home
last modified time | relevance | path

Searched refs:PathLength (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/dev/acpica/common/
H A Ddmtbdump2.c1970 UINT16 PathLength; in AcpiDmDumpSdev() local
2030 PathLength = Namesp->DeviceIdLength; in AcpiDmDumpSdev()
2032 if (PathLength) in AcpiDmDumpSdev()
2036 PathLength, AcpiDmTableInfoSdev0a); in AcpiDmDumpSdev()
2068 PathLength = Pcie->PathLength; in AcpiDmDumpSdev()
2070 while (PathLength) in AcpiDmDumpSdev()
2082 PathLength -= sizeof (ACPI_SDEV_PCIE_PATH); in AcpiDmDumpSdev()
2088 VendorDataOffset = Pcie->PathOffset + Pcie->PathLength; in AcpiDmDumpSdev()
H A Ddmtbinfo2.c1554 {ACPI_DMT_UINT16, ACPI_SDEV1_OFFSET (PathLength), "Path Length", 0},
/f-stack/freebsd/contrib/dev/acpica/compiler/
H A Ddttable2.c1515 Pcie->PathLength = (UINT16) in DtCompileSdev()
1538 Pcie->PathOffset + Pcie->PathLength; in DtCompileSdev()
1546 Pcie->PathLength + Pcie->VendorDataLength; in DtCompileSdev()
/f-stack/freebsd/contrib/dev/acpica/include/
H A Dactbl2.h2165 UINT16 PathLength; member