Symbol: RB_PROTOTYPE
crypto/libressl/crypto/x509/x509_issuer_cache.c
56
RB_PROTOTYPE(x509_issuer_tree, x509_issuer, entry, x509_issuer_cmp);
lib/libdmsg/dmsg.h
228
RB_PROTOTYPE(dmsg_state_tree, dmsg_state, rbnode, dmsg_state_cmp);
sbin/fsck_hammer2/test.c
88
RB_PROTOTYPE(blockref_tree, blockref_entry, entry, blockref_cmp);
sbin/hammer/cmd_dedup.c
89
RB_PROTOTYPE(sha_dedup_entry_rb_tree, sha_dedup_entry, fict_entry,
sbin/vquota/vquota.c
188
RB_PROTOTYPE(ac_utree, ac_unode, rb_entry, rb_ac_unode_cmp);
sbin/vquota/vquota.c
189
RB_PROTOTYPE(ac_gtree, ac_gnode, rb_entry, rb_ac_gnode_cmp);
sbin/vquota/vquota.c
94
RB_PROTOTYPE(hl_tree, hl_node, rb_entry, rb_hl_node_cmp);
sys/dev/disk/xdisk/xdisk.c
72
RB_PROTOTYPE(xa_softc_tree, xa_softc, rbnode, xa_softc_cmp);
sys/dev/drm/include/drm/ttm/ttm_bo_driver.h
918
RB_PROTOTYPE(ttm_bo_device_buffer_objects, ttm_buffer_object, vm_rb,
sys/dev/drm/include/linux/rbtree.h
75
RB_PROTOTYPE(linux_root, rb_node, __entry, panic_cmp);
sys/kern/vfs_quota.c
50
RB_PROTOTYPE(ac_utree, ac_unode, rb_entry, rb_ac_unode_cmp);
sys/kern/vfs_quota.c
51
RB_PROTOTYPE(ac_gtree, ac_gnode, rb_entry, rb_ac_gnode_cmp);
sys/net/ipfw/ip_fw2.c
889
RB_PROTOTYPE(ipfw_state_tree, ipfw_state, st_rblink, ipfw_state_cmp);
sys/net/ipfw/ip_fw2.c
892
RB_PROTOTYPE(ipfw_trkcnt_tree, ipfw_trkcnt, tc_rblink, ipfw_trkcnt_cmp);
sys/net/ipfw/ip_fw2.c
895
RB_PROTOTYPE(ipfw_track_tree, ipfw_track, t_rblink, ipfw_track_cmp);
sys/net/ipfw3_basic/ip_fw3_state.h
70
RB_PROTOTYPE(fw3_state_tree, ipfw3_state, entries, ip_fw3_state_cmp);
sys/net/ipfw3_nat/ip_fw3_nat.c
124
RB_PROTOTYPE(state_tree, nat_state, entries, ip_fw3_nat_state_cmp);
sys/net/pf/pf_if.c
103
static RB_PROTOTYPE(pfi_ifhead, pfi_kif, pfik_tree, pfi_if_compare);
sys/net/pf/pf_norm.c
79
RB_PROTOTYPE(pf_frag_tree, pf_fragment, fr_entry, pf_frag_compare);
sys/net/pf/pf_table.c
188
RB_PROTOTYPE(pfr_ktablehead, pfr_ktable, pfrkt_tree, pfr_ktable_compare);
sys/net/pf/pfvar.h
1019
RB_PROTOTYPE(pf_anchor_global, pf_anchor, entry_global, pf_anchor_compare);
sys/net/pf/pfvar.h
1020
RB_PROTOTYPE(pf_anchor_node, pf_anchor, entry_node, pf_anchor_compare);
sys/net/pf/pfvar.h
1142
RB_PROTOTYPE(pf_state_tree, pf_state_key, entry, pf_state_compare_key);
sys/net/pf/pfvar.h
1144
RB_PROTOTYPE(pf_state_rtree, pf_state_key, entry, pf_state_compare_rkey);
sys/net/pf/pfvar.h
1147
RB_PROTOTYPE(pf_state_tree_ext_gwy, pf_state_key,
sys/net/pf/pfvar.h
1756
RB_PROTOTYPE(pf_src_tree, pf_src_node, entry, pf_src_compare);
sys/net/pf/pfvar.h
1759
RB_PROTOTYPE(pf_state_tree_id, pf_state,
sys/sys/dmsg.h
797
RB_PROTOTYPE(kdmsg_state_tree, kdmsg_state, rbnode, kdmsg_state_cmp);
sys/sys/tree.h
430
RB_PROTOTYPE(name, type, field, cmp); \
sys/sys/tree.h
448
RB_PROTOTYPE(name, type, field, cmp); \
sys/sys/vkernel.h
65
RB_PROTOTYPE(vmspace_rb_tree, vmspace_entry, rb_entry, rb_vmspace_compare);
sys/vfs/autofs/autofs.h
177
RB_PROTOTYPE(autofs_node_tree, autofs_node, an_link, autofs_node_cmp);
sys/vfs/hammer/hammer.h
286
RB_PROTOTYPE(hammer_fls_rb_tree, hammer_inode, rb_flsnode,
sys/vfs/hammer/hammer_recover.c
158
RB_PROTOTYPE(hammer_rterm_rb_tree, hammer_rterm, rb_node, hammer_rterm_rb_cmp);
sys/vfs/hammer2/hammer2.h
347
RB_PROTOTYPE(hammer2_chain_tree, hammer2_chain, rbnode, hammer2_chain_cmp);
sys/vfs/tmpfs/tmpfs.h
86
RB_PROTOTYPE(tmpfs_dirtree, tmpfs_dirent, rb_node,
sys/vfs/tmpfs/tmpfs.h
90
RB_PROTOTYPE(tmpfs_dirtree_cookie, tmpfs_dirent, rb_cookienode,
sys/vm/vm_map.h
103
RB_PROTOTYPE(vm_map_rb_tree, vm_map_entry, rb_entry, rb_vm_map_compare);
usr.bin/systat/netbw.c
153
RB_PROTOTYPE(mytcpcb_tree, mytcpcb, rb_node, mytcpcb_cmp);
usr.bin/systat/pftop.c
181
RB_PROTOTYPE(mypfstate_tree, mypfstate, rb_node, mypfstate_cmp);
usr.sbin/makefs/hammer2/hammer2.h
386
RB_PROTOTYPE(hammer2_chain_tree, hammer2_chain, rbnode, hammer2_chain_cmp);