Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/vmm/intel/
H A Dvtd.c184 int i, remaining, pathremaining; in vtd_device_scope() local
224 pathremaining = device_scope->Length - sizeof(ACPI_DMAR_DEVICE_SCOPE); in vtd_device_scope()
225 while (pathremaining >= sizeof(ACPI_DMAR_PCI_PATH)) { in vtd_device_scope()
226 path = (ACPI_DMAR_PCI_PATH *)(pathend - pathremaining); in vtd_device_scope()
227 pathremaining -= sizeof(ACPI_DMAR_PCI_PATH); in vtd_device_scope()