Searched defs:ub2 (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_label.c874 vdev_uberblock_compare(uberblock_t *ub1, uberblock_t *ub2) argument
876 if (ub1->ub_txg < ub2->ub_txg)
878 if (ub1->ub_txg > ub2->ub_txg)
881 if (ub1->ub_timestamp < ub2->ub_timestamp)
883 if (ub1->ub_timestamp > ub2->ub_timestamp)
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c215 * Return Value = 1 if ub2 is more recent
223 vdev_uberblock_compare(uberblock_t *ub1, uberblock_t *ub2) argument
225 if (ub1->ub_txg < ub2->ub_txg)
227 if (ub1->ub_txg > ub2->ub_txg)
230 if (ub1->ub_timestamp < ub2->ub_timestamp)
232 if (ub1->ub_timestamp > ub2->ub_timestamp)

Completed in 63 milliseconds