Symbol: SPLAY_GENERATE
lib/libfuse/dict.c
106
SPLAY_GENERATE(dict, dictentry, entry, dictentry_cmp);
lib/libfuse/tree.c
103
SPLAY_GENERATE(tree, treeentry, entry, treeentry_cmp);
libexec/ld.so/hppa/rtld_machine.c
77
SPLAY_GENERATE(_dl_md_plabels, hppa_plabel, node, _dl_md_plcmp);
regress/sys/sys/tree/splay/splay-test.c
52
SPLAY_GENERATE(tree, node, node, compare);
sys/arch/hppa/dev/astro.c
584
SPLAY_GENERATE(iommu_page_tree, iommu_page_entry, ipe_node, iomap_compare);
sys/arch/sparc64/dev/iommu.c
1728
SPLAY_GENERATE(iommu_page_tree, iommu_page_entry, ipe_node, iomap_compare);
sys/dev/pci/drm/drm_drv.c
1769
SPLAY_GENERATE(drm_file_tree, drm_file, link, drm_file_cmp);
sys/dev/pci/drm/drm_linux.c
1045
SPLAY_GENERATE(xarray_tree, xarray_entry, entry, xarray_cmp);
sys/dev/pci/drm/drm_linux.c
988
SPLAY_GENERATE(idr_tree, idr_entry, entry, idr_cmp);
usr.sbin/httpd/server.c
1481
SPLAY_GENERATE(client_tree, client, clt_nodes, server_client_cmp);
usr.sbin/ldapd/parse.y
101
SPLAY_GENERATE(ssltree, ssl, ssl_nodes, ssl_cmp);
usr.sbin/lpd/frontend.c
66
SPLAY_GENERATE(conntree, conn, entry, conn_cmp);
usr.sbin/lpd/frontend_lpr.c
802
SPLAY_GENERATE(lpr_conn_tree, lpr_conn, entry, lpr_conn_cmp);
usr.sbin/lpd/resolver.c
361
SPLAY_GENERATE(reqtree, request, entry, request_cmp);
usr.sbin/relayd/relay.c
2734
SPLAY_GENERATE(session_tree, rsession, se_nodes, relay_session_cmp);
usr.sbin/smtpd/bounce.c
807
SPLAY_GENERATE(bounce_message_tree, bounce_message, sp_entry,
usr.sbin/smtpd/dict.c
265
SPLAY_GENERATE(_dict, dictentry, entry, dictentry_cmp);
usr.sbin/smtpd/mta.c
2176
SPLAY_GENERATE(mta_relay_tree, mta_relay, entry, mta_relay_cmp);
usr.sbin/smtpd/mta.c
2242
SPLAY_GENERATE(mta_host_tree, mta_host, entry, mta_host_cmp);
usr.sbin/smtpd/mta.c
2305
SPLAY_GENERATE(mta_domain_tree, mta_domain, entry, mta_domain_cmp);
usr.sbin/smtpd/mta.c
2375
SPLAY_GENERATE(mta_source_tree, mta_source, entry, mta_source_cmp);
usr.sbin/smtpd/mta.c
2549
SPLAY_GENERATE(mta_route_tree, mta_route, entry, mta_route_cmp);
usr.sbin/smtpd/mta.c
2621
SPLAY_GENERATE(mta_block_tree, mta_block, entry, mta_block_cmp);
usr.sbin/smtpd/resolver.c
456
SPLAY_GENERATE(reqtree, request, entry, request_cmp);
usr.sbin/smtpd/scheduler_ramqueue.c
1190
SPLAY_GENERATE(prioqtree, rq_envelope, t_entry, rq_envelope_cmp);
usr.sbin/smtpd/tree.c
255
SPLAY_GENERATE(_tree, treeentry, entry, treeentry_cmp);
usr.sbin/smtpd/waitq.c
52
SPLAY_GENERATE(waitqtree, waitq, entry, waitq_cmp);