Symbol: SPLAY_FIND
lib/libfuse/dict.c
45
return (SPLAY_FIND(dict, d, &key) != NULL);
lib/libfuse/dict.c
55
if ((entry = SPLAY_FIND(dict, d, &key)) == NULL) {
lib/libfuse/dict.c
76
if ((entry = SPLAY_FIND(dict, d, &key)) == NULL)
lib/libfuse/dict.c
90
if ((entry = SPLAY_FIND(dict, d, &key)) == NULL)
lib/libfuse/tree.c
40
return (SPLAY_FIND(tree, t, &key) != NULL);
lib/libfuse/tree.c
49
if ((entry = SPLAY_FIND(tree, t, &key)) == NULL) {
lib/libfuse/tree.c
68
if ((entry = SPLAY_FIND(tree, t, &key)) == NULL) {
lib/libfuse/tree.c
83
if ((entry = SPLAY_FIND(tree, t, &key)) == NULL)
libexec/ld.so/hppa/rtld_machine.c
86
p = SPLAY_FIND(_dl_md_plabels, &_dl_md_plabel_root, &key);
regress/sys/sys/tree/splay/splay-test.c
72
} while (SPLAY_FIND(tree, &root, tmp) != NULL);
sys/arch/hppa/dev/astro.c
639
if (SPLAY_FIND(iommu_page_tree, &ipm->ipm_tree, &ipe))
sys/arch/hppa/dev/astro.c
675
e = SPLAY_FIND(iommu_page_tree, &ipm->ipm_tree, &pe);
sys/arch/sparc64/dev/iommu.c
1743
if (SPLAY_FIND(iommu_page_tree, &ipm->ipm_tree, &ipe))
sys/arch/sparc64/dev/iommu.c
1837
e = SPLAY_FIND(iommu_page_tree, &ipm->ipm_tree, &pe);
sys/dev/pci/drm/drm_drv.c
1777
return (SPLAY_FIND(drm_file_tree, &dev->files, &key));
sys/dev/pci/drm/drm_linux.c
1130
res = SPLAY_FIND(xarray_tree, &xa->xa_tree, &find);
sys/dev/pci/drm/drm_linux.c
1145
res = SPLAY_FIND(xarray_tree, &xa->xa_tree, &find);
sys/dev/pci/drm/drm_linux.c
1161
res = SPLAY_FIND(xarray_tree, &xa->xa_tree, &find);
sys/dev/pci/drm/drm_linux.c
916
res = SPLAY_FIND(idr_tree, &idr->tree, &find);
sys/dev/pci/drm/drm_linux.c
931
res = SPLAY_FIND(idr_tree, &idr->tree, &find);
sys/dev/pci/drm/drm_linux.c
946
res = SPLAY_FIND(idr_tree, &idr->tree, &find);
usr.sbin/ldapd/ldape.c
432
l->ssl = SPLAY_FIND(ssltree, conf->sc_ssl, &key);
usr.sbin/ldapd/parse.y
1249
s = SPLAY_FIND(ssltree, env->sc_ssl, &key);
usr.sbin/lpd/frontend.c
122
conn = SPLAY_FIND(conntree, &conns, &key);
usr.sbin/lpd/frontend.c
228
while (conn->id == 0 || SPLAY_FIND(conntree, &conns, conn))
usr.sbin/lpd/frontend_lpr.c
148
conn = SPLAY_FIND(lpr_conn_tree, &conns, &key);
usr.sbin/lpd/resolver.c
116
while (req->id == 0 || SPLAY_FIND(reqtree, &reqs, req))
usr.sbin/lpd/resolver.c
229
req = SPLAY_FIND(reqtree, &reqs, &key);
usr.sbin/lpd/resolver.c
85
while (req->id == 0 || SPLAY_FIND(reqtree, &reqs, req))
usr.sbin/relayd/relay_udp.c
435
if ((con = SPLAY_FIND(session_tree,
usr.sbin/smtpd/bounce.c
154
msg = SPLAY_FIND(bounce_message_tree, &messages, &key);
usr.sbin/smtpd/dict.c
103
if ((entry = SPLAY_FIND(_dict, &d->dict, &key)) == NULL)
usr.sbin/smtpd/dict.c
115
if ((entry = SPLAY_FIND(_dict, &d->dict, &key)) == NULL)
usr.sbin/smtpd/dict.c
128
if ((entry = SPLAY_FIND(_dict, &d->dict, &key)) == NULL)
usr.sbin/smtpd/dict.c
146
if ((entry = SPLAY_FIND(_dict, &d->dict, &key)) == NULL)
usr.sbin/smtpd/dict.c
222
curr = SPLAY_FIND(_dict, &d->dict, &key);
usr.sbin/smtpd/dict.c
44
return (SPLAY_FIND(_dict, &d->dict, &key) != NULL);
usr.sbin/smtpd/dict.c
71
if ((entry = SPLAY_FIND(_dict, &d->dict, &key)) == NULL) {
usr.sbin/smtpd/mta.c
1836
if ((r = SPLAY_FIND(mta_relay_tree, &relays, &key)) == NULL) {
usr.sbin/smtpd/mta.c
2186
h = SPLAY_FIND(mta_host_tree, &hosts, &key);
usr.sbin/smtpd/mta.c
2251
d = SPLAY_FIND(mta_domain_tree, &domains, &key);
usr.sbin/smtpd/mta.c
2318
s = SPLAY_FIND(mta_source_tree, &sources, &key);
usr.sbin/smtpd/mta.c
2434
r = SPLAY_FIND(mta_route_tree, &routes, &key);
usr.sbin/smtpd/mta.c
2559
b = SPLAY_FIND(mta_block_tree, &blocks, &key);
usr.sbin/smtpd/mta.c
2579
b = SPLAY_FIND(mta_block_tree, &blocks, &key);
usr.sbin/smtpd/mta.c
2598
if (SPLAY_FIND(mta_block_tree, &blocks, &key))
usr.sbin/smtpd/resolver.c
108
while (req->id == 0 || SPLAY_FIND(reqtree, &reqs, req))
usr.sbin/smtpd/resolver.c
135
while (req->id == 0 || SPLAY_FIND(reqtree, &reqs, req))
usr.sbin/smtpd/resolver.c
312
req = SPLAY_FIND(reqtree, &reqs, &key);
usr.sbin/smtpd/resolver.c
77
while (req->id == 0 || SPLAY_FIND(reqtree, &reqs, req))
usr.sbin/smtpd/tree.c
100
if ((entry = SPLAY_FIND(_tree, &t->tree, &key)) == NULL)
usr.sbin/smtpd/tree.c
113
if ((entry = SPLAY_FIND(_tree, &t->tree, &key)) == NULL)
usr.sbin/smtpd/tree.c
131
if ((entry = SPLAY_FIND(_tree, &t->tree, &key)) == NULL)
usr.sbin/smtpd/tree.c
208
curr = SPLAY_FIND(_tree, &t->tree, &key);
usr.sbin/smtpd/tree.c
43
return (SPLAY_FIND(_tree, &t->tree, &key) != NULL);
usr.sbin/smtpd/tree.c
53
if ((entry = SPLAY_FIND(_tree, &t->tree, &key)) == NULL) {
usr.sbin/smtpd/tree.c
88
if ((entry = SPLAY_FIND(_tree, &t->tree, &key)) == NULL)
usr.sbin/smtpd/waitq.c
61
wq = SPLAY_FIND(waitqtree, &waitqs, &key);
usr.sbin/smtpd/waitq.c
84
wq = SPLAY_FIND(waitqtree, &waitqs, &key);