Searched refs:best_match (Results 1 – 2 of 2) sorted by relevance
711 enum match match, best_match; in vdev_geom_attach_by_guids() local718 best_match = NO_MATCH; in vdev_geom_attach_by_guids()727 if (match > best_match) { in vdev_geom_attach_by_guids()728 best_match = match; in vdev_geom_attach_by_guids()730 } else if (match == best_match) { in vdev_geom_attach_by_guids()
625 int best_match, error, hid; in crypto_select_driver() local651 if (best == NULL || error > best_match || in crypto_select_driver()652 (error == best_match && in crypto_select_driver()655 best_match = error; in crypto_select_driver()