Searched refs:other_scope (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/system/dev/bus/acpi/
H A Diommu.c135 zx_iommu_desc_intel_scope_t other_scope; local
136 zx_status_t status = acpi_scope_to_desc(acpi_scope, &other_scope);
141 if (scope->type != other_scope.type || scope->start_bus != other_scope.start_bus ||
142 scope->num_hops != other_scope.num_hops) {
148 if (scope->dev_func[i] != other_scope.dev_func[i]) {
224 zx_iommu_desc_intel_scope_t other_scope; local
225 zx_status_t status = acpi_scope_to_desc(s, &other_scope);
238 memcpy(new_scope_desc, &other_scope, sizeof(other_scope));
[all...]

Completed in 23 milliseconds