Symbol: RB_GENERATE
lib/libc/rpc/clnt_dg.c
118
RB_GENERATE(dg_fd_list, dg_fd, dg_link, cmp_dg_fd);
lib/libc/rpc/clnt_vc.c
147
RB_GENERATE(vc_fd_list, vc_fd, vc_link, cmp_vc_fd);
sbin/pfctl/pf_ruleset.c
86
RB_GENERATE(pfctl_anchor_global, pfctl_anchor, entry_global,
sbin/pfctl/pf_ruleset.c
88
RB_GENERATE(pfctl_anchor_node, pfctl_anchor, entry_node, pf_anchor_compare);
sbin/pfctl/pfctl.c
4190
RB_GENERATE(pfctl_statelim_ids, pfctl_statelim, entry, pfctl_statelim_id_cmp);
sbin/pfctl/pfctl.c
4199
RB_GENERATE(pfctl_statelim_nms, pfctl_statelim, entry, pfctl_statelim_nm_cmp);
sbin/pfctl/pfctl.c
4256
RB_GENERATE(pfctl_sourcelim_ids, pfctl_sourcelim, entry,
sbin/pfctl/pfctl.c
4266
RB_GENERATE(pfctl_sourcelim_nms, pfctl_sourcelim, entry,
sbin/pfctl/pfctl_radix.c
60
RB_GENERATE(pfr_ktablehead, pfr_ktable, pfrkt_tree, pfr_ktable_compare);
sys/compat/linuxkpi/common/src/linux_compat.c
173
RB_GENERATE(linux_root, rb_node, __entry, panic_cmp);
sys/dev/drm2/ttm/ttm_bo_vm.c
54
RB_GENERATE(ttm_bo_device_buffer_objects, ttm_buffer_object, vm_rb,
sys/dev/iommu/iommu_gas.c
187
RB_GENERATE(iommu_gas_entries_tree, iommu_map_entry, rb_entry,
sys/fs/autofs/autofs.c
157
RB_GENERATE(autofs_node_tree, autofs_node, an_link, autofs_node_cmp);
sys/geom/eli/g_eli_key_cache.c
98
RB_GENERATE(g_eli_key_tree, g_eli_key, gek_link, g_eli_key_cmp);
sys/kern/kern_sysctl.c
83
RB_GENERATE(sysctl_oid_list, sysctl_oid, oid_link, cmp_sysctl_oid);
sys/net/if_ovpn.c
223
static RB_GENERATE(ovpn_kpeers, ovpn_kpeer, tree, ovpn_peer_compare);
sys/netinet/in_mcast.c
3002
RB_GENERATE(ip_msource_tree, ip_msource, ims_link, ip_msource_cmp);
sys/netinet6/in6_mcast.c
99
RB_GENERATE(ip6_msource_tree, ip6_msource, im6s_link, ip6_msource_cmp);
sys/netpfil/pf/pf.c
229
RB_GENERATE(pf_sctp_endpoints, pf_sctp_endpoint, entry, pf_sctp_endpoint_compare);
sys/netpfil/pf/pf.c
442
RB_GENERATE(pf_statelim_id_tree, pf_statelim, pfstlim_id_tree,
sys/netpfil/pf/pf.c
451
RB_GENERATE(pf_statelim_nm_tree, pf_statelim, pfstlim_nm_tree,
sys/netpfil/pf/pf.c
471
RB_GENERATE(pf_sourcelim_id_tree, pf_sourcelim, pfsrlim_id_tree,
sys/netpfil/pf/pf.c
480
RB_GENERATE(pf_sourcelim_nm_tree, pf_sourcelim, pfsrlim_nm_tree,
sys/netpfil/pf/pf.c
498
RB_GENERATE(pf_source_tree, pf_source, pfsr_tree, pf_source_cmp);
sys/netpfil/pf/pf.c
527
RB_GENERATE(pf_source_ioc_tree, pf_source, pfsr_ioc_tree, pf_source_ioc_cmp);
sys/netpfil/pf/pf_if.c
107
static RB_GENERATE(pfi_ifhead, pfi_kkif, pfik_tree, pfi_kkif_compare);
sys/netpfil/pf/pf_ioctl.c
150
RB_GENERATE(pf_krule_global, pf_krule, entry_global, pf_krule_compare);
sys/netpfil/pf/pf_norm.c
134
RB_GENERATE(pf_frnode_tree, pf_frnode, fn_entry, pf_frnode_compare);
sys/netpfil/pf/pf_norm.c
139
static RB_GENERATE(pf_frag_tree, pf_fragment, fr_entry, pf_frag_compare);
sys/netpfil/pf/pf_ruleset.c
77
RB_GENERATE(pf_kanchor_global, pf_kanchor, entry_global, pf_kanchor_compare);
sys/netpfil/pf/pf_ruleset.c
78
RB_GENERATE(pf_kanchor_node, pf_kanchor, entry_node, pf_kanchor_compare);
sys/netpfil/pf/pf_ruleset.c
79
RB_GENERATE(pf_keth_anchor_global, pf_keth_anchor, entry_global,
sys/netpfil/pf/pf_ruleset.c
81
RB_GENERATE(pf_keth_anchor_node, pf_keth_anchor, entry_node,
sys/netpfil/pf/pf_table.c
178
static RB_GENERATE(pfr_ktablehead, pfr_ktable, pfrkt_tree, pfr_ktable_compare);
sys/powerpc/powerpc/pmap_dispatch.c
104
RB_GENERATE(pvo_tree, pvo_entry, pvo_plink, pvo_vaddr_compare);
tests/sys/sys/rb_test.c
53
RB_GENERATE(tree, node, node, compare);
usr.sbin/bhyve/mem.c
140
RB_GENERATE(mmio_rb_tree, mmio_rb_range, mr_link, mmio_rb_range_compare);
usr.sbin/makefs/cd9660/iso9660_rrip.c
661
RB_GENERATE(inode_map_tree, inode_map_node, entry, inode_map_node_cmp);
usr.sbin/ypldap/entries.c
142
RB_GENERATE(user_name_tree, userent, ue_name_node, userent_name_cmp);
usr.sbin/ypldap/entries.c
143
RB_GENERATE(user_uid_tree, userent, ue_uid_node, userent_uid_cmp);
usr.sbin/ypldap/entries.c
144
RB_GENERATE(group_name_tree, groupent, ge_name_node, groupent_name_cmp);
usr.sbin/ypldap/entries.c
145
RB_GENERATE(group_gid_tree, groupent, ge_gid_node, groupent_gid_cmp);