Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/drm/include/linux/
H A Didr.h27 SPLAY_ENTRY(idr_entry) entry;
H A Dxarray.h21 SPLAY_ENTRY(xarray_entry) entry;
/openbsd/lib/libfuse/
H A Dtree.c25 SPLAY_ENTRY(treeentry) entry;
H A Ddict.c28 SPLAY_ENTRY(dictentry) entry;
/openbsd/regress/sys/sys/tree/splay/
H A Dsplay-test.c36 SPLAY_ENTRY(node) node;
/openbsd/usr.sbin/smtpd/
H A Dwaitq.c30 SPLAY_ENTRY(waitq) entry;
H A Dsmtpd.h677 SPLAY_ENTRY(mta_host) entry;
697 SPLAY_ENTRY(mta_domain) entry;
709 SPLAY_ENTRY(mta_source) entry;
747 SPLAY_ENTRY(mta_route) entry;
798 SPLAY_ENTRY(mta_relay) entry;
H A Dtree.c28 SPLAY_ENTRY(treeentry) entry;
H A Ddict.c29 SPLAY_ENTRY(dictentry) entry;
H A Dresolver.c34 SPLAY_ENTRY(request) entry;
H A Dbounce.c56 SPLAY_ENTRY(bounce_message) sp_entry;
H A Dscheduler_ramqueue.c37 SPLAY_ENTRY(rq_envelope) t_entry;
H A Dmta.c116 SPLAY_ENTRY(mta_block) entry;
/openbsd/sys/arch/sparc64/dev/
H A Diommuvar.h77 SPLAY_ENTRY(iommu_page_entry) ipe_node;
/openbsd/sys/dev/pci/drm/include/drm/
H A Ddrm_file.h403 SPLAY_ENTRY(drm_file) link;
H A Ddrm_gem.h441 SPLAY_ENTRY(drm_gem_object) entry;
/openbsd/usr.sbin/lpd/
H A Dfrontend.c43 SPLAY_ENTRY(conn) entry;
H A Dresolver.c44 SPLAY_ENTRY(request) entry;
H A Dfrontend_lpr.c52 SPLAY_ENTRY(lpr_conn) entry;
/openbsd/usr.sbin/ldapd/
H A Dldapd.h235 SPLAY_ENTRY(ssl) ssl_nodes;
/openbsd/libexec/ld.so/hppa/
H A Drtld_machine.c53 SPLAY_ENTRY(hppa_plabel) node;
/openbsd/usr.sbin/httpd/
H A Dhttpd.h366 SPLAY_ENTRY(client) clt_nodes;
/openbsd/sys/arch/hppa/dev/
H A Dastro.c132 SPLAY_ENTRY(iommu_page_entry) ipe_node;
/openbsd/usr.sbin/relayd/
H A Drelayd.h590 SPLAY_ENTRY(rsession) se_nodes;
/openbsd/sys/sys/
H A Dtree.h71 #define SPLAY_ENTRY(type) \ macro