Searched refs:ub1 (Results 1 – 5 of 5) sorted by relevance
224 vdev_uberblock_compare(uberblock_t *ub1, uberblock_t *ub2) in vdev_uberblock_compare() argument226 if (ub1->ub_txg < ub2->ub_txg) in vdev_uberblock_compare()228 if (ub1->ub_txg > ub2->ub_txg) in vdev_uberblock_compare()231 if (ub1->ub_timestamp < ub2->ub_timestamp) in vdev_uberblock_compare()233 if (ub1->ub_timestamp > ub2->ub_timestamp) in vdev_uberblock_compare()
1400 vdev_uberblock_compare(const uberblock_t *ub1, const uberblock_t *ub2) in vdev_uberblock_compare() argument1402 int cmp = TREE_CMP(ub1->ub_txg, ub2->ub_txg); in vdev_uberblock_compare()1407 cmp = TREE_CMP(ub1->ub_timestamp, ub2->ub_timestamp); in vdev_uberblock_compare()1425 if (MMP_VALID(ub1) && MMP_SEQ_VALID(ub1)) in vdev_uberblock_compare()1426 seq1 = MMP_SEQ(ub1); in vdev_uberblock_compare()
1574 vdev_uberblock_compare(const uberblock_t *ub1, const uberblock_t *ub2) in vdev_uberblock_compare() argument1578 int cmp = AVL_CMP(ub1->ub_txg, ub2->ub_txg); in vdev_uberblock_compare()1583 cmp = AVL_CMP(ub1->ub_timestamp, ub2->ub_timestamp); in vdev_uberblock_compare()1587 if (MMP_VALID(ub1) && MMP_SEQ_VALID(ub1)) in vdev_uberblock_compare()1588 seq1 = MMP_SEQ(ub1); in vdev_uberblock_compare()
1645 typedef uint8_t ub1; typedef1665 register ub1 *k; /* the key */ in hash()
5006 typedef uint8_t ub1; typedef5025 hash(ub1 *k, ub4 length, ub4 initval) in hash()