Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dvdev_geom.c711 enum match match, best_match; in vdev_geom_attach_by_guids() local
718 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()
/f-stack/freebsd/opencrypto/
H A Dcrypto.c625 int best_match, error, hid; in crypto_select_driver() local
651 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()