Home
last modified time | relevance | path

Searched refs:RB_PROTOTYPE (Results 1 – 25 of 32) sorted by relevance

12

/freebsd/usr.sbin/ypldap/
H A Dypldap.h213 RB_PROTOTYPE( user_name_tree, userent, ue_name_node, userent_name_cmp);
214 RB_PROTOTYPE( user_uid_tree, userent, ue_uid_node, userent_uid_cmp);
215 RB_PROTOTYPE( group_name_tree, groupent, ge_name_node, groupent_name_cmp);
216 RB_PROTOTYPE( group_gid_tree, groupent, ge_gid_node, groupent_gid_cmp);
/freebsd/contrib/netbsd-tests/include/sys/
H A Dt_tree.c57 RB_PROTOTYPE(head, mist, rbentry, mistcmp) in RB_PROTOTYPE() function
/freebsd/tests/sys/sys/
H A Drb_test.c51 RB_PROTOTYPE(tree, node, node, compare);
/freebsd/sys/fs/autofs/
H A Dautofs.h141 RB_PROTOTYPE(autofs_node_tree, autofs_node, an_link, autofs_node_cmp);
/freebsd/sys/netpfil/pf/
H A Dpf.h713 RB_PROTOTYPE(pf_anchor_global, pf_anchor, entry_global, pf_anchor_compare);
714 RB_PROTOTYPE(pf_anchor_node, pf_anchor, entry_node, pf_anchor_compare);
/freebsd/lib/libpfctl/
H A Dlibpfctl.h292 RB_PROTOTYPE(pfctl_anchor_global, pfctl_anchor, entry_global,
294 RB_PROTOTYPE(pfctl_anchor_node, pfctl_anchor, entry_node,
/freebsd/sys/dev/iommu/
H A Diommu.h41 RB_PROTOTYPE(iommu_gas_entries_tree, iommu_map_entry, rb_entry,
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Drbtree.h64 RB_PROTOTYPE(linux_root, rb_node, __entry, panic_cmp);
/freebsd/contrib/elftoolchain/libelf/
H A D_libelf.h85 RB_PROTOTYPE(scntree, _Elf_Scn, e_scn, elfscn_cmp);
/freebsd/sys/dev/drm2/ttm/
H A Dttm_bo_driver.h1020 RB_PROTOTYPE(ttm_bo_device_buffer_objects, ttm_buffer_object, vm_rb,
/freebsd/sys/powerpc/include/
H A Dpmap.h137 RB_PROTOTYPE(pvo_tree, pvo_entry, pvo_plink, pvo_vaddr_compare);
/freebsd/usr.sbin/bhyve/
H A Dmem.c58 RB_PROTOTYPE(mmio_rb_tree, mmio_rb_range, mr_link, mmio_rb_range_compare);
/freebsd/sys/netinet/
H A Din_var.h209 RB_PROTOTYPE(ip_msource_tree, ip_msource, ims_link, ip_msource_cmp);
/freebsd/sys/geom/eli/
H A Dg_eli_key_cache.c97 RB_PROTOTYPE(g_eli_key_tree, g_eli_key, gek_link, g_eli_key_cmp);
/freebsd/sys/net/
H A Dpfvar.h689 RB_PROTOTYPE(pf_keth_anchor_node, pf_keth_anchor, entry_node,
691 RB_PROTOTYPE(pf_keth_anchor_global, pf_keth_anchor, entry_global,
755 RB_PROTOTYPE(pf_krule_global, pf_krule, entry_global, pf_krule_compare);
1309 RB_PROTOTYPE(pf_kanchor_global, pf_kanchor, entry_global, pf_anchor_compare);
1310 RB_PROTOTYPE(pf_kanchor_node, pf_kanchor, entry_node, pf_kanchor_compare);
/freebsd/contrib/bsnmp/snmp_mibII/
H A DmibII_route.c52 RB_PROTOTYPE(sroutes, sroute, link, sroute_compare);
/freebsd/share/man/man3/
H A DMakefile360 tree.3 RB_PROTOTYPE.3 \
/freebsd/contrib/pf/libevent/
H A Devent.c168 RB_PROTOTYPE(event_tree, event, ev_timeout_node, compare);
/freebsd/sys/netinet6/
H A Din6_var.h595 RB_PROTOTYPE(ip6_msource_tree, ip6_msource, im6s_link, ip6_msource_cmp);
/freebsd/lib/libc/rpc/
H A Dclnt_dg.c117 RB_PROTOTYPE(dg_fd_list, dg_fd, dg_link, cmp_dg_fd);
H A Dclnt_vc.c146 RB_PROTOTYPE(vc_fd_list, vc_fd, vc_link, cmp_vc_fd);
/freebsd/contrib/elftoolchain/addr2line/
H A Daddr2line.c100 RB_PROTOTYPE(cutree, range, entry, lopccmp);
/freebsd/contrib/ntp/sntp/libevent/WIN32-Code/
H A Dtree.h376 #define RB_PROTOTYPE(name, type, field, cmp) \ macro
/freebsd/contrib/libevent/WIN32-Code/
H A Dtree.h376 #define RB_PROTOTYPE(name, type, field, cmp) \ macro
/freebsd/crypto/openssh/openbsd-compat/
H A Dsys-tree.h383 #define RB_PROTOTYPE(name, type, field, cmp) \ macro

12