Symbol: RB_FIND
crypto/libressl/crypto/x509/x509_issuer_cache.c
133
if ((found = RB_FIND(x509_issuer_tree, &x509_issuer_cache,
crypto/openssh/krl.c
1164
erki = RB_FIND(revoked_key_id_tree, &rc->revoked_key_ids, &rki);
crypto/openssh/krl.c
1179
ers = RB_FIND(revoked_serial_tree, &rc->revoked_serials, &rs);
crypto/openssh/krl.c
1201
erb = RB_FIND(revoked_blob_tree, &krl->revoked_sha1s, &rb);
crypto/openssh/krl.c
1211
erb = RB_FIND(revoked_blob_tree, &krl->revoked_sha256s, &rb);
crypto/openssh/krl.c
1222
erb = RB_FIND(revoked_blob_tree, &krl->revoked_keys, &rb);
crypto/openssh/sftp-usergroup.c
84
if ((found = RB_FIND(idname_tree, tree, &idname)) != NULL)
crypto/openssh/srclimit.c
298
if ((penalty = RB_FIND(penalties_by_addr, by_addr, &find)) == NULL)
lib/libdmsg/msg.c
2117
pstate = RB_FIND(dmsg_state_tree,
lib/libdmsg/msg.c
2121
pstate = RB_FIND(dmsg_state_tree,
lib/libdmsg/msg.c
2164
state = RB_FIND(dmsg_state_tree,
lib/libdmsg/msg.c
2167
state = RB_FIND(dmsg_state_tree,
lib/libdmsg/msg_lnk.c
1173
cls = RB_FIND(h2span_cluster_tree, &cluster_tree, &dummy_cls);
lib/libdmsg/msg_lnk.c
570
cls = RB_FIND(h2span_cluster_tree, &cluster_tree, &dummy_cls);
lib/libdmsg/msg_lnk.c
587
node = RB_FIND(h2span_node_tree, &cls->tree, &dummy_node);
sbin/fsck_hammer2/test.c
478
e = RB_FIND(blockref_tree, root, &bref_find);
sbin/fsck_hammer2/test.c
824
e = RB_FIND(blockref_tree, droot, &bref_find);
sbin/hammer/cmd_dedup.c
601
sha_de = RB_FIND(sha_dedup_entry_rb_tree,
sbin/hammer/cmd_dedup.c
759
sha_de = RB_FIND(sha_dedup_entry_rb_tree, &de->u.fict_root,
sbin/vquota/vquota.c
157
if ((hlp = RB_FIND(hl_tree, &hl_root, &hl_find)) == NULL) {
sbin/vquota/vquota.c
314
if ((unp = RB_FIND(ac_utree, &ac_uroot, &ufind)) == NULL)
sbin/vquota/vquota.c
316
if ((gnp = RB_FIND(ac_gtree, &ac_groot, &gfind)) == NULL)
sys/dev/disk/xdisk/xdisk.c
421
sc = RB_FIND(xa_softc_tree, &xa_device_tree, &xaio->dummysc);
sys/kern/kern_dmsg.c
811
state = RB_FIND(kdmsg_state_tree, &iocom->statewr_tree,
sys/kern/kern_dmsg.c
814
state = RB_FIND(kdmsg_state_tree, &iocom->staterd_tree,
sys/kern/kern_dmsg.c
872
pstate = RB_FIND(kdmsg_state_tree,
sys/kern/kern_dmsg.c
876
pstate = RB_FIND(kdmsg_state_tree,
sys/kern/vfs_quota.c
162
if ((unp = RB_FIND(ac_utree, &mp->mnt_acct.ac_uroot, &ufind)) == NULL)
sys/kern/vfs_quota.c
164
if ((gnp = RB_FIND(ac_gtree, &mp->mnt_acct.ac_groot, &gfind)) == NULL)
sys/kern/vfs_quota.c
252
unp = RB_FIND(ac_utree, &mp->mnt_acct.ac_uroot, &ufind);
sys/kern/vfs_quota.c
258
gnp = RB_FIND(ac_gtree, &mp->mnt_acct.ac_groot, &gfind);
sys/kern/vfs_quota.c
299
if ((unp = RB_FIND(ac_utree, &mp->mnt_acct.ac_uroot, &ufind)) == NULL)
sys/kern/vfs_quota.c
320
if ((gnp = RB_FIND(ac_gtree, &mp->mnt_acct.ac_groot, &gfind)) == NULL)
sys/kern/vfs_quota.c
454
if ((unp = RB_FIND(ac_utree, &mp->mnt_acct.ac_uroot, &ufind)) == NULL) {
sys/kern/vfs_quota.c
470
if ((gnp = RB_FIND(ac_gtree, &mp->mnt_acct.ac_groot, &gfind)) == NULL) {
sys/net/ipfw/ip_fw2.c
2150
s = RB_FIND(ipfw_state_tree, &ctx->ipfw_state_tree, key);
sys/net/ipfw/ip_fw2.c
2617
t = RB_FIND(ipfw_track_tree, &ctx->ipfw_track_tree, key);
sys/net/ipfw/ip_fw2.c
2670
trk = RB_FIND(ipfw_trkcnt_tree, &ipfw_gd.ipfw_trkcnt_tree,
sys/net/ipfw3_basic/ip_fw3_state.c
205
s = RB_FIND(fw3_state_tree, state_tree1, k);
sys/net/ipfw3_basic/ip_fw3_state.c
220
s = RB_FIND(fw3_state_tree, state_tree2, k);
sys/net/ipfw3_basic/ip_fw3_state.c
297
s = RB_FIND(fw3_state_tree, the_tree, k);
sys/net/ipfw3_nat/ip_fw3_nat.c
256
s = RB_FIND(state_tree, tree_out, k);
sys/net/ipfw3_nat/ip_fw3_nat.c
440
} while (RB_FIND(state_tree, tree, s) != NULL);
sys/net/pf/pf.c
1127
return (RB_FIND(pf_state_tree_id, &tree_id[cpu],
sys/net/pf/pf.c
1153
sk = RB_FIND(pf_state_tree, &pf_statetbl[cpu], skey);
sys/net/pf/pf.c
1156
sk = RB_FIND(pf_state_tree, &pf_statetbl[ncpus], skey);
sys/net/pf/pf.c
1217
sk = RB_FIND(pf_state_tree, &pf_statetbl[cpu], skey);
sys/net/pf/pf.c
1220
sk = RB_FIND(pf_state_tree, &pf_statetbl[ncpus], skey);
sys/net/pf/pf.c
2725
*sn = RB_FIND(pf_src_tree, &tree_src_tracking[cpu], &k);
sys/net/pf/pf.c
577
*sn = RB_FIND(pf_src_tree, &tree_src_tracking[cpu], &k);
sys/net/pf/pf.c
854
(cur = RB_FIND(pf_state_rtree,
sys/net/pf/pf_if.c
181
return (RB_FIND(pfi_ifhead, &pfi_ifs, (struct pfi_kif *)&s));
sys/net/pf/pf_if.c
717
p = RB_FIND(pfi_ifhead, &pfi_ifs, (struct pfi_kif *)&key);
sys/net/pf/pf_norm.c
296
frag = RB_FIND(pf_frag_tree, tree, &key);
sys/net/pf/pf_ruleset.c
163
found = RB_FIND(pf_anchor_global, &pf_anchors, key);
sys/net/pf/pf_table.c
1170
p = RB_FIND(pfr_ktablehead, &pfr_ktables, &key);
sys/net/pf/pf_table.c
1186
r = RB_FIND(pfr_ktablehead, &pfr_ktables, &key);
sys/net/pf/pf_table.c
1247
p = RB_FIND(pfr_ktablehead, &pfr_ktables, &key);
sys/net/pf/pf_table.c
1372
p = RB_FIND(pfr_ktablehead, &pfr_ktables, &key);
sys/net/pf/pf_table.c
1410
p = RB_FIND(pfr_ktablehead, &pfr_ktables, &key);
sys/net/pf/pf_table.c
1500
kt = RB_FIND(pfr_ktablehead, &pfr_ktables, (struct pfr_ktable *)tbl);
sys/net/pf/pf_table.c
1513
rt = RB_FIND(pfr_ktablehead, &pfr_ktables, &key);
sys/net/pf/pf_table.c
1960
return (RB_FIND(pfr_ktablehead, &pfr_ktables,
sys/vfs/autofs/autofs_vnops.c
533
anp = RB_FIND(autofs_node_tree, &parent->an_children, &find);
sys/vfs/hammer/hammer_recover.c
1243
rterm = RB_FIND(hammer_rterm_rb_tree, root, &rtval);
sys/vfs/hammer/hammer_recover.c
1283
rterm = RB_FIND(hammer_rterm_rb_tree, root, &rtval);
sys/vfs/tmpfs/tmpfs_subr.c
700
de = RB_FIND(tmpfs_dirtree, &node->tn_dir.tn_dirtree, &wanted);
sys/vm/vm_vmspace.c
738
ve = RB_FIND(vmspace_rb_tree, &vkp->root, &key);
usr.bin/localedef/charmap.c
230
if ((wc != (wchar_t)-1) && ((RB_FIND(cmap_wc, &cmap_wc, &srch)) == NULL)) {
usr.bin/localedef/charmap.c
240
if (RB_FIND(cmap_sym, &cmap_sym, &srch) != NULL) {
usr.bin/localedef/charmap.c
270
cm = RB_FIND(cmap_sym, &cmap_sym, &srch);
usr.bin/localedef/charmap.c
346
n = RB_FIND(cmap_sym, &cmap_sym, &srch);
usr.bin/localedef/charmap.c
361
return (RB_FIND(cmap_wc, &cmap_wc, &srch) ? 0 : -1);
usr.bin/localedef/collate.c
1038
if (RB_FIND(weights, &weights[pass], &srch) != NULL)
usr.bin/localedef/collate.c
1073
if ((w = RB_FIND(weights, &weights[pass], &srch)) == NULL) {
usr.bin/localedef/collate.c
506
if (RB_FIND(collsyms, &collsyms, sym) != NULL) {
usr.bin/localedef/collate.c
523
return (RB_FIND(collsyms, &collsyms, &srch));
usr.bin/localedef/collate.c
532
return (RB_FIND(elem_by_symbol, &elem_by_symbol, &srch));
usr.bin/localedef/collate.c
543
if ((ud = RB_FIND(collundefs, &collundefs, &srch)) == NULL) {
usr.bin/localedef/collate.c
566
cc = RB_FIND(collchars, &collchars, &srch);
usr.bin/localedef/collate.c
818
if ((RB_FIND(elem_by_symbol, &elem_by_symbol, e) != NULL) ||
usr.bin/localedef/collate.c
819
(RB_FIND(elem_by_expand, &elem_by_expand, e) != NULL)) {
usr.bin/localedef/collate.c
930
s = RB_FIND(substs_ref, &substs_ref[curr_weight], &srch);
usr.bin/localedef/collate.c
958
if (RB_FIND(substs, &substs[curr_weight], s) != NULL) {
usr.bin/localedef/ctype.c
175
if ((ctn = RB_FIND(ctypes, &ctypes, &srch)) == NULL) {
usr.bin/systat/netbw.c
476
if ((elm = RB_FIND(mytcpcb_tree, &mytcp_tree, &dummy)) == NULL) {
usr.bin/systat/pftop.c
523
if ((elm = RB_FIND(mypfstate_tree, &mypf_tree, &dummy)) == NULL) {