Searched refs:AVL_CMP (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/uts/common/os/ |
H A D | sid.c | 165 cmp = AVL_CMP(rid, sids[m].ks_rid); in ksidlist_has_sid() 203 cmp = AVL_CMP(pid, sidsp[m]->ks_id); in ksidlist_has_pid() 450 int cmp = AVL_CMP(sid1->ks_rid, sid2->ks_rid); in ksid_sid_cmp() 465 return (AVL_CMP(sid1->ks_id, sid2->ks_id)); in ksid_id_cmp()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | avl.h | 107 #define AVL_CMP(a, b) (((a) > (b)) - ((a) < (b))) macro
|
/illumos-gate/usr/src/boot/libsa/zfs/ |
H A D | zfsimpl.c | 1578 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() 1593 return (AVL_CMP(seq1, seq2)); in vdev_uberblock_compare()
|
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/ |
H A D | zfsimpl.h | 77 #define AVL_CMP(a, b) (((a) > (b)) - ((a) < (b))) macro
|
/illumos-gate/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_ofile.c | 315 return (AVL_CMP(of1->f_fid, of2->f_fid)); in smb_ofile_avl_compare()
|
/illumos-gate/usr/src/cmd/zdb/ |
H A D | zdb.c | 3053 difference = AVL_CMP(l->cksum.zc_word[i], r->cksum.zc_word[i]); in cksum_record_compare()
|