Symbol: RB_FIND
bin/pwait/pwait.c
248
if ((p = RB_FIND(pidtree, &pids, &k)) != NULL) {
crypto/openssh/krl.c
1166
erki = RB_FIND(revoked_key_id_tree, &rc->revoked_key_ids, &rki);
crypto/openssh/krl.c
1181
ers = RB_FIND(revoked_serial_tree, &rc->revoked_serials, &rs);
crypto/openssh/krl.c
1203
erb = RB_FIND(revoked_blob_tree, &krl->revoked_sha1s, &rb);
crypto/openssh/krl.c
1213
erb = RB_FIND(revoked_blob_tree, &krl->revoked_sha256s, &rb);
crypto/openssh/krl.c
1224
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/libc/rpc/clnt_dg.c
131
elem = RB_FIND(dg_fd_list, &dg_fd_head, &key);
lib/libc/rpc/clnt_vc.c
160
elem = RB_FIND(vc_fd_list, &vc_fd_head, &key);
sbin/pfctl/pf_ruleset.c
152
found = RB_FIND(pfctl_anchor_global, &V_pf_anchors, key);
sbin/pfctl/pfctl.c
4226
return (RB_FIND(pfctl_statelim_nms, &pf->statelim_nms, &key));
sbin/pfctl/pfctl.c
4238
return (RB_FIND(pfctl_statelim_nms, &pf->statelim_nms, &key));
sbin/pfctl/pfctl.c
4294
return (RB_FIND(pfctl_sourcelim_nms, &pf->sourcelim_nms, &key));
sbin/pfctl/pfctl.c
4306
return (RB_FIND(pfctl_sourcelim_nms, &pf->sourcelim_nms, &key));
sys/dev/xen/evtchn/evtchn_dev.c
131
return (RB_FIND(evtchn_tree, &u->evtchns, &tmp));
sys/dev/xen/gntdev/gntdev.c
316
gref_start = RB_FIND(gref_tree_head, &priv_user->gref_tree, &find_gref);
sys/dev/xen/gntdev/gntdev.c
547
gmap = RB_FIND(gmap_tree_head, &priv_user->gmap_tree, &find_gmap);
sys/fs/autofs/autofs_vnops.c
610
anp = RB_FIND(autofs_node_tree, &parent->an_children, &find);
sys/fs/tmpfs/tmpfs_subr.c
1272
de = RB_FIND(tmpfs_dir, &dnode->tn_dir.tn_dirhead, &dekey);
sys/geom/eli/g_eli_key_cache.c
116
ekey = RB_FIND(g_eli_key_tree, &sc->sc_ekeys_tree, &keysearch);
sys/geom/eli/g_eli_key_cache.c
321
key = RB_FIND(g_eli_key_tree, &sc->sc_ekeys_tree, &keysearch);
sys/geom/eli/g_eli_key_cache.c
329
key = RB_FIND(g_eli_key_tree, &sc->sc_ekeys_tree, &keysearch);
sys/kern/kern_sysctl.c
1212
oid = RB_FIND(sysctl_oid_list, lsp, &key);
sys/kern/kern_sysctl.c
1351
oidp = RB_FIND(sysctl_oid_list, lsp, &key);
sys/kern/kern_sysctl.c
2296
oid = RB_FIND(sysctl_oid_list, lsp, &key);
sys/kern/subr_epoch.c
200
if (RB_FIND(stacktree, &epoch_stacks, &se) != NULL)
sys/kern/vfs_inotify.c
1028
watch = RB_FIND(inotify_watch_tree, &sc->watches, &key);
sys/kern/vfs_inotify.c
652
if (RB_FIND(inotify_watch_tree, &sc->watches, &key) != NULL) {
sys/kern/vfs_inotify.c
875
watch1 = RB_FIND(inotify_watch_tree, &sc->watches, &key);
sys/net/if_ovpn.c
346
return (RB_FIND(ovpn_kpeers, &sc->peers, &p));
sys/net/if_ovpn.c
830
MPASS(RB_FIND(ovpn_kpeers, &sc->peers, peer) == peer);
sys/netinet/in_mcast.c
440
ims = RB_FIND(ip_msource_tree, &imf->imf_sources, &find);
sys/netinet/in_mcast.c
690
ims = RB_FIND(ip_msource_tree, &inm->inm_srcs, &find);
sys/netinet/in_mcast.c
742
ims = RB_FIND(ip_msource_tree, &imf->imf_sources, &find);
sys/netinet/in_mcast.c
809
ims = RB_FIND(ip_msource_tree, &imf->imf_sources, &find);
sys/netinet/in_mcast.c
936
ims = RB_FIND(ip_msource_tree, &inm->inm_srcs, &find);
sys/netinet/tcp_log_buf.c
849
tmp_tlb = RB_FIND(tcp_log_id_tree, &tcp_log_id_head,
sys/netinet6/in6_mcast.c
302
ims = RB_FIND(ip6_msource_tree, &imf->im6f_sources, &find);
sys/netinet6/in6_mcast.c
708
ims = RB_FIND(ip6_msource_tree, &inm->in6m_srcs, &find);
sys/netinet6/in6_mcast.c
759
ims = RB_FIND(ip6_msource_tree, &imf->im6f_sources, &find);
sys/netinet6/in6_mcast.c
825
ims = RB_FIND(ip6_msource_tree, &imf->im6f_sources, &find);
sys/netinet6/in6_mcast.c
955
ims = RB_FIND(ip6_msource_tree, &inm->in6m_srcs, &find);
sys/netpfil/ipfw/ip_fw_bpf.c
109
tap = RB_FIND(tap_tree, &ch->taps, &key);
sys/netpfil/ipfw/ip_fw_bpf.c
129
tap = RB_FIND(tap_tree, &ch->taps, &key);
sys/netpfil/ipfw/ip_fw_bpf.c
84
tap = RB_FIND(tap_tree, &ch->taps, &key);
sys/netpfil/pf/pf.c
544
return (RB_FIND(pf_statelim_id_tree,
sys/netpfil/pf/pf.c
556
return (RB_FIND(pf_sourcelim_id_tree,
sys/netpfil/pf/pf.c
691
return (RB_FIND(pf_source_tree, &srlim->pfsrlim_sources, key));
sys/netpfil/pf/pf.c
8114
ep = RB_FIND(pf_sctp_endpoints, &V_pf_sctp_endpoints, &key);
sys/netpfil/pf/pf.c
8136
ep = RB_FIND(pf_sctp_endpoints, &V_pf_sctp_endpoints, &key);
sys/netpfil/pf/pf.c
8171
ep = RB_FIND(pf_sctp_endpoints, &V_pf_sctp_endpoints, &key);
sys/netpfil/pf/pf.c
8308
ep = RB_FIND(pf_sctp_endpoints, &V_pf_sctp_endpoints, &key);
sys/netpfil/pf/pf_if.c
335
return (RB_FIND(pfi_ifhead, &V_pfi_ifs, (struct pfi_kkif *)&s));
sys/netpfil/pf/pf_if.c
410
if (! RB_FIND(pfi_ifhead, &V_pfi_ifs, kif)) {
sys/netpfil/pf/pf_if.c
876
p = RB_FIND(pfi_ifhead, &V_pfi_ifs, (struct pfi_kkif *)&key);
sys/netpfil/pf/pf_ioctl.c
1573
old_rule = RB_FIND(pf_krule_global, old_tree, rule);
sys/netpfil/pf/pf_ioctl.c
1924
npfsrlim = RB_FIND(pf_sourcelim_id_tree,
sys/netpfil/pf/pf_ioctl.c
2072
return (RB_FIND(pf_statelim_id_tree, tree, key));
sys/netpfil/pf/pf_ioctl.c
2288
return (RB_FIND(pf_sourcelim_id_tree, tree, key));
sys/netpfil/pf/pf_ioctl.c
2358
return (RB_FIND(pf_source_ioc_tree, tree, key));
sys/netpfil/pf/pf_norm.c
340
frnode = RB_FIND(pf_frnode_tree, &V_pf_frnode_tree, key);
sys/netpfil/pf/pf_norm.c
346
frag = RB_FIND(pf_frag_tree, &frnode->fn_tree, &idkey);
sys/netpfil/pf/pf_norm.c
622
frnode = RB_FIND(pf_frnode_tree, &V_pf_frnode_tree, key);
sys/netpfil/pf/pf_ruleset.c
140
found = RB_FIND(pf_kanchor_global, &V_pf_anchors, key);
sys/netpfil/pf/pf_ruleset.c
568
found = RB_FIND(pf_keth_anchor_global, &V_pf_keth_anchors, key);
sys/netpfil/pf/pf_table.c
1248
p = RB_FIND(pfr_ktablehead, &V_pfr_ktables, &key);
sys/netpfil/pf/pf_table.c
1266
r = RB_FIND(pfr_ktablehead, &V_pfr_ktables, &key);
sys/netpfil/pf/pf_table.c
1322
p = RB_FIND(pfr_ktablehead, &V_pfr_ktables, &key);
sys/netpfil/pf/pf_table.c
1447
p = RB_FIND(pfr_ktablehead, &V_pfr_ktables, &key);
sys/netpfil/pf/pf_table.c
1479
p = RB_FIND(pfr_ktablehead, &V_pfr_ktables, &key);
sys/netpfil/pf/pf_table.c
1566
kt = RB_FIND(pfr_ktablehead, &V_pfr_ktables, (struct pfr_ktable *)tbl);
sys/netpfil/pf/pf_table.c
1579
rt = RB_FIND(pfr_ktablehead, &V_pfr_ktables, &key);
sys/netpfil/pf/pf_table.c
2094
return (RB_FIND(pfr_ktablehead, &V_pfr_ktables,
sys/powerpc/aim/mmu_oea64.c
3005
return (RB_FIND(pvo_tree, &pm->pmap_pvo, &key));
sys/powerpc/aim/mmu_oea64.c
3130
for (pvo = RB_FIND(pvo_tree, &kernel_pmap->pmap_pvo, &key);
sys/rpc/clnt_nl.c
414
if ((nl = RB_FIND(nl_data_t, &rpcnl_clients,
sys/rpc/rpcsec_tls/rpctls_impl.c
164
upsp = RB_FIND(upsock_t, &upcall_sockets,
sys/rpc/rpcsec_tls/rpctls_impl.c
225
if (RB_FIND(upsock_t, &upcall_sockets, ups)) {
sys/rpc/rpcsec_tls/rpctls_impl.c
305
MPASS((RB_FIND(upsock_t, &upcall_sockets, &ups) == NULL));
sys/rpc/rpcsec_tls/rpctls_impl.c
417
MPASS((RB_FIND(upsock_t, &upcall_sockets, &ups) == NULL));
sys/vm/vm_phys.c
1056
seg = RB_FIND(fict_tree, &vm_phys_fictitious_tree, &tmp);
sys/vm/vm_phys.c
1215
seg = RB_FIND(fict_tree, &vm_phys_fictitious_tree, &tmp);
tests/sys/sys/rb_test.c
83
ATF_REQUIRE_EQ(tmp, RB_FIND(tree, &root, tmp));
usr.bin/diff/diffdir.c
78
if (RB_FIND(inodetree, tree, ino)) {
usr.bin/localedef/charmap.c
263
if ((wc != (wchar_t)-1) && ((RB_FIND(cmap_wc, &cmap_wc, &srch)) == NULL)) {
usr.bin/localedef/charmap.c
273
if (RB_FIND(cmap_sym, &cmap_sym, &srch) != NULL) {
usr.bin/localedef/charmap.c
303
cm = RB_FIND(cmap_sym, &cmap_sym, &srch);
usr.bin/localedef/charmap.c
379
n = RB_FIND(cmap_sym, &cmap_sym, &srch);
usr.bin/localedef/charmap.c
394
return (RB_FIND(cmap_wc, &cmap_wc, &srch) ? 0 : -1);
usr.bin/localedef/collate.c
1039
if (RB_FIND(weights, &weights[pass], &srch) != NULL)
usr.bin/localedef/collate.c
1074
if ((w = RB_FIND(weights, &weights[pass], &srch)) == NULL) {
usr.bin/localedef/collate.c
503
if (RB_FIND(collsyms, &collsyms, sym) != NULL) {
usr.bin/localedef/collate.c
521
return (RB_FIND(collsyms, &collsyms, &srch));
usr.bin/localedef/collate.c
530
return (RB_FIND(elem_by_symbol, &elem_by_symbol, &srch));
usr.bin/localedef/collate.c
541
if ((ud = RB_FIND(collundefs, &collundefs, &srch)) == NULL) {
usr.bin/localedef/collate.c
565
cc = RB_FIND(collchars, &collchars, &srch);
usr.bin/localedef/collate.c
817
if ((RB_FIND(elem_by_symbol, &elem_by_symbol, e) != NULL) ||
usr.bin/localedef/collate.c
818
(RB_FIND(elem_by_expand, &elem_by_expand, e) != NULL)) {
usr.bin/localedef/collate.c
931
s = RB_FIND(substs_ref, &substs_ref[curr_weight], &srch);
usr.bin/localedef/collate.c
959
if (RB_FIND(substs, &substs[curr_weight], s) != NULL) {
usr.bin/localedef/ctype.c
182
if ((ctn = RB_FIND(ctypes, &ctypes, &srch)) == NULL) {
usr.bin/sockstat/main.c
1152
p = RB_FIND(pcbs_t, &pcbs,
usr.bin/sockstat/main.c
1159
f = RB_FIND(files_t, &ftree,
usr.bin/sockstat/main.c
1189
while ((p = RB_FIND(pcbs_t, &pcbs,
usr.bin/sockstat/main.c
1191
f = RB_FIND(files_t, &ftree,
usr.bin/sockstat/main.c
1278
sp = RB_FIND(socks_t, &socks, &(struct sock)
usr.bin/sockstat/main.c
1375
s = RB_FIND(socks_t, &socks,
usr.bin/sockstat/main.c
1499
sp = RB_FIND(socks_t, &socks, &(struct sock)
usr.bin/sockstat/main.c
1721
s = RB_FIND(socks_t, &socks,
usr.sbin/bhyve/mem.c
91
res = RB_FIND(mmio_rb_tree, rbt, &find);
usr.sbin/certctl/certctl.c
268
return (RB_FIND(cert_tree, haystack, &needle));
usr.sbin/certctl/certctl.c
907
if ((other = RB_FIND(cert_tree, &untrusted, cert)) != NULL) {
usr.sbin/makefs/cd9660/iso9660_rrip.c
674
node = RB_FIND(inode_map_tree, &(diskStructure->rr_inode_map),
usr.sbin/ypldap/yp.c
349
if ((ue = RB_FIND(user_name_tree, env->sc_user_names,
usr.sbin/ypldap/yp.c
365
if ((ue = RB_FIND(user_uid_tree, &env->sc_user_uids,
usr.sbin/ypldap/yp.c
379
if ((ge = RB_FIND(group_gid_tree, &env->sc_group_gids,
usr.sbin/ypldap/yp.c
389
if ((ge = RB_FIND(group_name_tree, env->sc_group_names,
usr.sbin/ypldap/yp.c
428
if ((ue = RB_FIND(user_uid_tree, &env->sc_user_uids,
usr.sbin/ypldap/yp.c
499
if ((ue = RB_FIND(user_name_tree, env->sc_user_names,
usr.sbin/ypldap/yp.c
537
if ((ge = RB_FIND(group_name_tree, env->sc_group_names,
usr.sbin/ypldap/ypldap.c
244
if ((ue = RB_FIND(user_name_tree, env->sc_user_names_t,