Searched refs:ub1 (Results 1 – 4 of 4) sorted by relevance
866 vdev_uberblock_compare(uberblock_t *ub1, uberblock_t *ub2) in vdev_uberblock_compare() argument868 if (ub1->ub_txg < ub2->ub_txg) in vdev_uberblock_compare()870 if (ub1->ub_txg > ub2->ub_txg) in vdev_uberblock_compare()873 if (ub1->ub_timestamp < ub2->ub_timestamp) in vdev_uberblock_compare()875 if (ub1->ub_timestamp > ub2->ub_timestamp) in vdev_uberblock_compare()
223 vdev_uberblock_compare(uberblock_t *ub1, uberblock_t *ub2) in vdev_uberblock_compare() argument225 if (ub1->ub_txg < ub2->ub_txg) in vdev_uberblock_compare()227 if (ub1->ub_txg > ub2->ub_txg) in vdev_uberblock_compare()230 if (ub1->ub_timestamp < ub2->ub_timestamp) in vdev_uberblock_compare()232 if (ub1->ub_timestamp > ub2->ub_timestamp) in vdev_uberblock_compare()
680 : ub-cmp ( ub1 ub2 -- best-ub )682 \ ub1 wins if ub2 isn't valid684 drop exit ( ub1 )687 \ if ub1 is 0, ub2 wins by default691 over ub_txg over ub_txg ( ub1 ub2 txg1 txg2 )694 then ( ub1 ub2 txg1 txg2 )695 x> if drop exit then ( ub1 )701 drop ( ub1 )
5002 typedef uint8_t ub1; typedef5022 register ub1 *k; /* the key */ in hash()