Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/amd64/vmm/intel/
HDvtd.c180 int i, remaining, pathremaining; in vtd_device_scope() local
220 pathremaining = device_scope->Length - sizeof(ACPI_DMAR_DEVICE_SCOPE); in vtd_device_scope()
221 while (pathremaining >= sizeof(ACPI_DMAR_PCI_PATH)) { in vtd_device_scope()
222 path = (ACPI_DMAR_PCI_PATH *)(pathend - pathremaining); in vtd_device_scope()
223 pathremaining -= sizeof(ACPI_DMAR_PCI_PATH); in vtd_device_scope()