Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/gdb/
H A Dmacrotab.c229 int depth2 = inclusion_depth (file2); in compare_locations() local
233 while (depth1 > depth2) in compare_locations()
240 while (depth2 > depth1) in compare_locations()
245 depth2--; in compare_locations()
/freebsd-12.1/sys/x86/iommu/
H A Dintel_drv.c656 int busno2, const ACPI_DMAR_PCI_PATH *path2, int depth2, in dmar_match_pathes() argument
663 if (scope_type == ACPI_DMAR_SCOPE_TYPE_ENDPOINT && depth1 != depth2) in dmar_match_pathes()
666 if (depth2 < depth) in dmar_match_pathes()
667 depth = depth2; in dmar_match_pathes()