Searched refs:ub1 (Results 1 - 3 of 3) 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.c216 * Return Value = -1 if ub1 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)
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge.c5002 typedef uint8_t ub1; typedef
5022 register ub1 *k; /* the key */

Completed in 82 milliseconds