Home
last modified time | relevance | path

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

/freebsd/sys/amd64/vmm/intel/
H A Dvtd.c179 int i, remaining, pathremaining; in vtd_device_scope() local
219 pathremaining = device_scope->Length - sizeof(ACPI_DMAR_DEVICE_SCOPE); in vtd_device_scope()
220 while (pathremaining >= sizeof(ACPI_DMAR_PCI_PATH)) { in vtd_device_scope()
221 path = (ACPI_DMAR_PCI_PATH *)(pathend - pathremaining); in vtd_device_scope()
222 pathremaining -= sizeof(ACPI_DMAR_PCI_PATH); in vtd_device_scope()