Searched refs:RB_GENERATE (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-13-stable/usr.sbin/ypldap/
H A Dentries.c148 RB_GENERATE(user_name_tree, userent, ue_name_node, userent_name_cmp);
149 RB_GENERATE(user_uid_tree, userent, ue_uid_node, userent_uid_cmp);
150 RB_GENERATE(group_name_tree, groupent, ge_name_node, groupent_name_cmp);
151 RB_GENERATE(group_gid_tree, groupent, ge_gid_node, groupent_gid_cmp);
/freebsd-13-stable/contrib/netbsd-tests/include/sys/
H A Dt_tree.c58 RB_GENERATE(head, mist, rbentry, mistcmp)
/freebsd-13-stable/tests/sys/sys/
H A Drb_test.c54 RB_GENERATE(tree, node, node, compare);
/freebsd-13-stable/sbin/pfctl/
H A Dpf_ruleset.c87 RB_GENERATE(pfctl_anchor_global, pfctl_anchor, entry_global,
89 RB_GENERATE(pfctl_anchor_node, pfctl_anchor, entry_node, pf_anchor_compare);
/freebsd-13-stable/sys/netpfil/pf/
H A Dpf_ruleset.c78 RB_GENERATE(pf_kanchor_global, pf_kanchor, entry_global, pf_kanchor_compare);
79 RB_GENERATE(pf_kanchor_node, pf_kanchor, entry_node, pf_kanchor_compare);
H A Dpf_if.c100 static RB_GENERATE(pfi_ifhead, pfi_kkif, pfik_tree, pfi_kkif_compare);
/freebsd-13-stable/contrib/elftoolchain/libelf/
H A Delf_scn.c52 RB_GENERATE(scntree, _Elf_Scn, s_tree, elfscn_cmp);
/freebsd-13-stable/sys/powerpc/powerpc/
H A Dpmap_dispatch.c100 RB_GENERATE(pvo_tree, pvo_entry, pvo_plink, pvo_vaddr_compare);
/freebsd-13-stable/sys/geom/eli/
H A Dg_eli_key_cache.c101 RB_GENERATE(g_eli_key_tree, g_eli_key, gek_link, g_eli_key_cmp);
/freebsd-13-stable/usr.sbin/bhyve/
H A Dmem.c140 RB_GENERATE(mmio_rb_tree, mmio_rb_range, mr_link, mmio_rb_range_compare);
/freebsd-13-stable/contrib/bsnmp/snmp_mibII/
H A DmibII_route.c514 RB_GENERATE(sroutes, sroute, link, sroute_compare);
/freebsd-13-stable/sys/dev/drm2/ttm/
H A Dttm_bo_vm.c54 RB_GENERATE(ttm_bo_device_buffer_objects, ttm_buffer_object, vm_rb,
/freebsd-13-stable/contrib/pf/libevent/
H A Devent.c170 RB_GENERATE(event_tree, event, ev_timeout_node, compare);
/freebsd-13-stable/sys/fs/autofs/
H A Dautofs.c160 RB_GENERATE(autofs_node_tree, autofs_node, an_link, autofs_node_cmp);
/freebsd-13-stable/share/man/man3/
H A DMakefile318 tree.3 RB_GENERATE.3 \
/freebsd-13-stable/contrib/ipfilter/sys/
H A Dtree.h405 #define RB_GENERATE(name, type, field, cmp) \ macro
/freebsd-13-stable/contrib/libevent/WIN32-Code/
H A Dtree.h389 #define RB_GENERATE(name, type, field, cmp) \ macro
/freebsd-13-stable/contrib/elftoolchain/addr2line/
H A Daddr2line.c101 RB_GENERATE(cutree, range, entry, lopccmp)
/freebsd-13-stable/sys/dev/iommu/
H A Diommu_gas.c166 RB_GENERATE(iommu_gas_entries_tree, iommu_map_entry, rb_entry,
/freebsd-13-stable/contrib/ntp/sntp/libevent/WIN32-Code/
H A Dtree.h389 #define RB_GENERATE(name, type, field, cmp) \ macro
/freebsd-13-stable/sys/sys/
H A Dtree.h447 #define RB_GENERATE(name, type, field, cmp) \ macro
/freebsd-13-stable/crypto/openssh/openbsd-compat/
H A Dsys-tree.h402 #define RB_GENERATE(name, type, field, cmp) \ macro
/freebsd-13-stable/sys/netinet/
H A Din_mcast.c3085 RB_GENERATE(ip_msource_tree, ip_msource, ims_link, ip_msource_cmp);
/freebsd-13-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c133 RB_GENERATE(linux_root, rb_node, __entry, panic_cmp);
/freebsd-13-stable/sys/netinet6/
H A Din6_mcast.c101 RB_GENERATE(ip6_msource_tree, ip6_msource, im6s_link, ip6_msource_cmp);

Completed in 376 milliseconds

12