/openbsd/lib/libfuse/ |
H A D | tree.c | 32 SPLAY_PROTOTYPE(tree, treeentry, entry, treeentry_cmp);
|
H A D | dict.c | 35 SPLAY_PROTOTYPE(dict, dictentry, entry, dictentry_cmp);
|
/openbsd/regress/sys/sys/tree/splay/ |
H A D | splay-test.c | 50 SPLAY_PROTOTYPE(tree, node, node, compare);
|
/openbsd/usr.sbin/smtpd/ |
H A D | waitq.c | 38 SPLAY_PROTOTYPE(waitqtree, waitq, entry, waitq_cmp);
|
H A D | tree.c | 35 SPLAY_PROTOTYPE(_tree, treeentry, entry, treeentry_cmp);
|
H A D | dict.c | 36 SPLAY_PROTOTYPE(_dict, dictentry, entry, dictentry_cmp);
|
H A D | mta.c | 76 SPLAY_PROTOTYPE(mta_relay_tree, mta_relay, entry, mta_relay_cmp); 83 SPLAY_PROTOTYPE(mta_host_tree, mta_host, entry, mta_host_cmp); 92 SPLAY_PROTOTYPE(mta_domain_tree, mta_domain, entry, mta_domain_cmp); 100 SPLAY_PROTOTYPE(mta_source_tree, mta_source, entry, mta_source_cmp); 113 SPLAY_PROTOTYPE(mta_route_tree, mta_route, entry, mta_route_cmp); 126 SPLAY_PROTOTYPE(mta_block_tree, mta_block, entry, mta_block_cmp);
|
H A D | resolver.c | 58 SPLAY_PROTOTYPE(reqtree, request, entry, request_cmp);
|
H A D | bounce.c | 78 SPLAY_PROTOTYPE(bounce_message_tree, bounce_message, sp_entry,
|
H A D | scheduler_ramqueue.c | 89 SPLAY_PROTOTYPE(prioqtree, rq_envelope, t_entry, rq_envelope_cmp);
|
/openbsd/usr.sbin/lpd/ |
H A D | frontend.c | 51 SPLAY_PROTOTYPE(conntree, conn, entry, conn_cmp);
|
H A D | resolver.c | 66 SPLAY_PROTOTYPE(reqtree, request, entry, request_cmp);
|
H A D | frontend_lpr.c | 73 SPLAY_PROTOTYPE(lpr_conn_tree, lpr_conn, entry, lpr_conn_cmp);
|
/openbsd/usr.sbin/ldapd/ |
H A D | ldapd.h | 460 SPLAY_PROTOTYPE(ssltree, ssl, ssl_nodes, ssl_cmp);
|
/openbsd/libexec/ld.so/hppa/ |
H A D | rtld_machine.c | 76 SPLAY_PROTOTYPE(_dl_md_plabels, hppa_plabel, node, _dl_md_plcmp);
|
/openbsd/usr.sbin/httpd/ |
H A D | httpd.h | 666 SPLAY_PROTOTYPE(client_tree, client, clt_nodes, server_client_cmp);
|
/openbsd/sys/arch/hppa/dev/ |
H A D | astro.c | 582 SPLAY_PROTOTYPE(iommu_page_tree, iommu_page_entry, ipe_node, iomap_compare);
|
/openbsd/sys/dev/pci/drm/amd/amdgpu/ |
H A D | amdgpu_gem.c | 214 SPLAY_PROTOTYPE(drm_file_tree, drm_file, link, drm_file_cmp);
|
/openbsd/usr.sbin/relayd/ |
H A D | relayd.h | 1248 SPLAY_PROTOTYPE(session_tree, rsession, se_nodes, relay_session_cmp);
|
/openbsd/sys/sys/ |
H A D | tree.h | 116 #define SPLAY_PROTOTYPE(name, type, field, cmp) \ macro
|
/openbsd/sys/dev/pci/drm/ |
H A D | drm_drv.c | 128 SPLAY_PROTOTYPE(drm_file_tree, drm_file, link, drm_file_cmp);
|
H A D | drm_linux.c | 775 SPLAY_PROTOTYPE(idr_tree, idr_entry, entry, idr_cmp); 978 SPLAY_PROTOTYPE(xarray_tree, xarray_entry, entry, xarray_cmp);
|
/openbsd/sys/arch/sparc64/dev/ |
H A D | iommu.c | 1726 SPLAY_PROTOTYPE(iommu_page_tree, iommu_page_entry, ipe_node, iomap_compare);
|