Home
last modified time | relevance | path

Searched refs:ub1 (Results 1 – 4 of 4) sorted by relevance

/onnv-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_label.c841 vdev_uberblock_compare(uberblock_t *ub1, uberblock_t *ub2) in vdev_uberblock_compare() argument
843 if (ub1->ub_txg < ub2->ub_txg) in vdev_uberblock_compare()
845 if (ub1->ub_txg > ub2->ub_txg) in vdev_uberblock_compare()
848 if (ub1->ub_timestamp < ub2->ub_timestamp) in vdev_uberblock_compare()
850 if (ub1->ub_timestamp > ub2->ub_timestamp) in vdev_uberblock_compare()
/onnv-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c201 vdev_uberblock_compare(uberblock_t *ub1, uberblock_t *ub2) in vdev_uberblock_compare() argument
203 if (ub1->ub_txg < ub2->ub_txg) in vdev_uberblock_compare()
205 if (ub1->ub_txg > ub2->ub_txg) in vdev_uberblock_compare()
208 if (ub1->ub_timestamp < ub2->ub_timestamp) in vdev_uberblock_compare()
210 if (ub1->ub_timestamp > ub2->ub_timestamp) in vdev_uberblock_compare()
/onnv-gate/usr/src/psm/stand/bootblks/zfs/common/
H A Dzfs.fth353 : ub-cmp ( ub1 ub2 -- best-ub )
355 \ ub1 wins if ub2 isn't valid
357 drop exit ( ub1 )
360 \ if ub1 is 0, ub2 wins by default
364 over ub_txg over ub_txg ( ub1 ub2 txg1 txg2 )
367 then ( ub1 ub2 txg1 txg2 )
368 x> if drop exit then ( ub1 )
374 drop ( ub1 )
/onnv-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 */ in hash()