Home
last modified time | relevance | path

Searched refs:RB_GENERATE (Results 1 – 25 of 37) sorted by relevance

12

/dragonfly/usr.bin/localedef/
H A Dcollate.c361 RB_GENERATE(weights, weight, entry, weight_compare);
375 RB_GENERATE(collsyms, collsym, entry, collsym_compare);
389 RB_GENERATE(collundefs, collundef, entry, collundef_compare);
403 RB_GENERATE(elem_by_symbol, collelem, rb_bysymbol, element_compare_symbol);
417 RB_GENERATE(elem_by_expand, collelem, rb_byexpand, element_compare_expand);
429 RB_GENERATE(collchars, collchar, entry, collchar_compare);
441 RB_GENERATE(substs, subst, entry, subst_compare);
455 RB_GENERATE(substs_ref, subst, entry_ref, subst_compare_ref);
H A Dcharmap.c64 RB_GENERATE(cmap_sym, charmap, rb_sym, cmap_compare_sym);
65 RB_GENERATE(cmap_wc, charmap, rb_wc, cmap_compare_wc);
H A Dctype.c87 RB_GENERATE(ctypes, ctype_node, entry, ctype_compare);
/dragonfly/sys/dev/drm/
H A Dlinux_compat.c40 RB_GENERATE(linux_root, rb_node, __entry, panic_cmp);
/dragonfly/sbin/vquota/
H A Dvquota.c99 RB_GENERATE(hl_tree, hl_node, rb_entry, rb_hl_node_cmp);
190 RB_GENERATE(ac_utree, ac_unode, rb_entry, rb_ac_unode_cmp);
191 RB_GENERATE(ac_gtree, ac_gnode, rb_entry, rb_ac_gnode_cmp);
/dragonfly/sys/net/pf/
H A Dpf_ruleset.c100 RB_GENERATE(pf_anchor_global, pf_anchor, entry_global, pf_anchor_compare);
101 RB_GENERATE(pf_anchor_node, pf_anchor, entry_node, pf_anchor_compare);
H A Dpf_if.c104 static RB_GENERATE(pfi_ifhead, pfi_kif, pfik_tree, pfi_if_compare);
/dragonfly/crypto/libressl/crypto/x509/
H A Dx509_issuer_cache.c57 RB_GENERATE(x509_issuer_tree, x509_issuer, entry, x509_issuer_cmp);
/dragonfly/sys/kern/
H A Dvfs_quota.c58 RB_GENERATE(ac_utree, ac_unode, rb_entry, rb_ac_unode_cmp);
59 RB_GENERATE(ac_gtree, ac_gnode, rb_entry, rb_ac_gnode_cmp);
H A Dvfs_mount.c129 RB_GENERATE(mount_rb_tree, mount, mnt_node, mount_cmp);
/dragonfly/share/man/man3/
H A DMakefile102 MLINKS+=tree.3 RB_GENERATE.3
/dragonfly/sys/vfs/tmpfs/
H A Dtmpfs_subr.c62 RB_GENERATE(tmpfs_dirtree, tmpfs_dirent, rb_node, tmpfs_dirtree_compare);
66 RB_GENERATE(tmpfs_dirtree_cookie, tmpfs_dirent,
/dragonfly/usr.bin/systat/
H A Dnetbw.c154 RB_GENERATE(mytcpcb_tree, mytcpcb, rb_node, mytcpcb_cmp);
H A Dpftop.c182 RB_GENERATE(mypfstate_tree, mypfstate, rb_node, mypfstate_cmp);
/dragonfly/sys/vfs/autofs/
H A Dautofs.c151 RB_GENERATE(autofs_node_tree, autofs_node, an_link, autofs_node_cmp);
/dragonfly/sys/vm/
H A Dvm_vmspace.c509 RB_GENERATE(vmspace_rb_tree, vmspace_entry, rb_entry, rb_vmspace_compare);
/dragonfly/sys/sys/
H A Dtree.h454 #define RB_GENERATE(name, type, field, cmp) \ macro
880 RB_GENERATE(name, type, field, cmp) \
/dragonfly/sys/vfs/hammer/
H A Dhammer_flusher.c50 RB_GENERATE(hammer_fls_rb_tree, hammer_inode, rb_flsnode,
H A Dhammer_recover.c188 RB_GENERATE(hammer_rterm_rb_tree, hammer_rterm, rb_node, hammer_rterm_rb_cmp);
H A Dhammer_io.c84 RB_GENERATE(hammer_mod_rb_tree, hammer_io, rb_node, hammer_mod_rb_compare);
/dragonfly/sbin/hammer/
H A Dcmd_dedup.c152 RB_GENERATE(sha_dedup_entry_rb_tree, sha_dedup_entry, fict_entry,
/dragonfly/sys/net/ipfw3_basic/
H A Dip_fw3_state.c123 RB_GENERATE(fw3_state_tree, ipfw3_state, entries, ip_fw3_state_cmp);
/dragonfly/lib/libssh/openbsd-compat/
H A Dsys-tree.h402 #define RB_GENERATE(name, type, field, cmp) \ macro
/dragonfly/sys/dev/disk/xdisk/
H A Dxdisk.c138 RB_GENERATE(xa_softc_tree, xa_softc, rbnode, xa_softc_cmp);
/dragonfly/sys/net/ipfw3_nat/
H A Dip_fw3_nat.c125 RB_GENERATE(state_tree, nat_state, entries, ip_fw3_nat_state_cmp);

12