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

/freebsd-11-stable/usr.sbin/ypldap/
H A Dypldap.h214 RB_PROTOTYPE( user_name_tree, userent, ue_name_node, userent_name_cmp);
215 RB_PROTOTYPE( user_uid_tree, userent, ue_uid_node, userent_uid_cmp);
216 RB_PROTOTYPE( group_name_tree, groupent, ge_name_node, groupent_name_cmp);
217 RB_PROTOTYPE( group_gid_tree, groupent, ge_gid_node, groupent_gid_cmp);
/freebsd-11-stable/contrib/netbsd-tests/include/sys/
H A Dt_tree.c57 RB_PROTOTYPE(head, mist, rbentry, mistcmp)
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Drbtree.h57 RB_PROTOTYPE(linux_root, rb_node, __entry, panic_cmp);
/freebsd-11-stable/sys/fs/msdosfs/
H A Dmsdosfs_fileno.c61 RB_PROTOTYPE(msdosfs_filenotree, msdosfs_fileno, mf_tree,
/freebsd-11-stable/sys/fs/autofs/
H A Dautofs.h142 RB_PROTOTYPE(autofs_node_tree, autofs_node, an_link, autofs_node_cmp);
/freebsd-11-stable/sys/powerpc/include/
H A Dpmap.h110 RB_PROTOTYPE(pvo_tree, pvo_entry, pvo_plink, pvo_vaddr_compare);
/freebsd-11-stable/sys/dev/drm2/ttm/
H A Dttm_bo_driver.h1021 RB_PROTOTYPE(ttm_bo_device_buffer_objects, ttm_buffer_object, vm_rb,
/freebsd-11-stable/sys/netinet/
H A Din_var.h225 RB_PROTOTYPE(ip_msource_tree, ip_msource, ims_link, ip_msource_cmp);
/freebsd-11-stable/usr.sbin/bhyve/
H A Dmem.c62 RB_PROTOTYPE(mmio_rb_tree, mmio_rb_range, mr_link, mmio_rb_range_compare);
/freebsd-11-stable/contrib/elftoolchain/libelf/
H A D_libelf.h85 RB_PROTOTYPE(scntree, _Elf_Scn, e_scn, elfscn_cmp);
/freebsd-11-stable/share/man/man3/
H A DMakefile185 tree.3 RB_PROTOTYPE.3 \
/freebsd-11-stable/sys/geom/eli/
H A Dg_eli_key_cache.c98 RB_PROTOTYPE(g_eli_key_tree, g_eli_key, gek_link, g_eli_key_cmp);
/freebsd-11-stable/contrib/bsnmp/snmp_mibII/
H A DmibII_route.c52 RB_PROTOTYPE(sroutes, sroute, link, sroute_compare);
/freebsd-11-stable/contrib/pf/libevent/
H A Devent.c168 RB_PROTOTYPE(event_tree, event, ev_timeout_node, compare);
/freebsd-11-stable/sys/netinet6/
H A Din6_var.h589 RB_PROTOTYPE(ip6_msource_tree, ip6_msource, im6s_link, ip6_msource_cmp);
/freebsd-11-stable/sys/x86/iommu/
H A Dintel_dmar.h61 RB_PROTOTYPE(dmar_gas_entries_tree, dmar_map_entry, rb_entry,
/freebsd-11-stable/sys/net/
H A Dpfvar.h939 RB_PROTOTYPE(pf_anchor_global, pf_anchor, entry_global, pf_anchor_compare);
940 RB_PROTOTYPE(pf_anchor_node, pf_anchor, entry_node, pf_anchor_compare);
/freebsd-11-stable/contrib/ntp/sntp/libevent/WIN32-Code/
H A Dtree.h376 #define RB_PROTOTYPE(name, type, field, cmp) \ macro
/freebsd-11-stable/contrib/ipfilter/sys/
H A Dtree.h386 #define RB_PROTOTYPE(name, type, field, cmp) \ macro
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dsys-tree.h383 #define RB_PROTOTYPE(name, type, field, cmp) \ macro
/freebsd-11-stable/sys/netpfil/pf/
H A Dpf_if.c97 static RB_PROTOTYPE(pfi_ifhead, pfi_kif, pfik_tree, pfi_if_compare);
H A Dpf_norm.c126 static RB_PROTOTYPE(pf_frag_tree, pf_fragment, fr_entry, pf_frag_compare);
H A Dpf_table.c190 static RB_PROTOTYPE(pfr_ktablehead, pfr_ktable, pfrkt_tree, pfr_ktable_compare);
/freebsd-11-stable/contrib/elftoolchain/addr2line/
H A Daddr2line.c99 RB_PROTOTYPE(cutree, CU, entry, lopccmp);
/freebsd-11-stable/sys/sys/
H A Dtree.h381 #define RB_PROTOTYPE(name, type, field, cmp) \ macro

Completed in 353 milliseconds