Searched refs:RB_FIND (Results 1 - 25 of 32) sorted by relevance

12

/freebsd-13-stable/contrib/netbsd-tests/include/sys/
H A Dt_tree.c75 return (!!RB_FIND(head, &tt, m));
/freebsd-13-stable/tests/sys/sys/
H A Drb_test.c76 } while (RB_FIND(tree, &root, tmp) != NULL);
/freebsd-13-stable/usr.bin/localedef/
H A Dcollate.c505 if (RB_FIND(collsyms, &collsyms, sym) != NULL) {
523 return (RB_FIND(collsyms, &collsyms, &srch));
532 return (RB_FIND(elem_by_symbol, &elem_by_symbol, &srch));
543 if ((ud = RB_FIND(collundefs, &collundefs, &srch)) == NULL) {
567 cc = RB_FIND(collchars, &collchars, &srch);
819 if ((RB_FIND(elem_by_symbol, &elem_by_symbol, e) != NULL) ||
820 (RB_FIND(elem_by_expand, &elem_by_expand, e) != NULL)) {
933 s = RB_FIND(substs_ref, &substs_ref[curr_weight], &srch);
961 if (RB_FIND(substs, &substs[curr_weight], s) != NULL) {
1041 if (RB_FIND(weight
[all...]
H A Dctype.c184 if ((ctn = RB_FIND(ctypes, &ctypes, &srch)) == NULL) {
/freebsd-13-stable/usr.sbin/ypldap/
H A Dyp.c353 if ((ue = RB_FIND(user_name_tree, env->sc_user_names,
369 if ((ue = RB_FIND(user_uid_tree, &env->sc_user_uids,
383 if ((ge = RB_FIND(group_gid_tree, &env->sc_group_gids,
393 if ((ge = RB_FIND(group_name_tree, env->sc_group_names,
432 if ((ue = RB_FIND(user_uid_tree, &env->sc_user_uids,
503 if ((ue = RB_FIND(user_name_tree, env->sc_user_names,
541 if ((ge = RB_FIND(group_name_tree, env->sc_group_names,
H A Dypldap.c245 if ((ue = RB_FIND(user_name_tree, env->sc_user_names_t,
/freebsd-13-stable/sys/geom/eli/
H A Dg_eli_key_cache.c119 ekey = RB_FIND(g_eli_key_tree, &sc->sc_ekeys_tree, &keysearch);
324 key = RB_FIND(g_eli_key_tree, &sc->sc_ekeys_tree, &keysearch);
332 key = RB_FIND(g_eli_key_tree, &sc->sc_ekeys_tree, &keysearch);
/freebsd-13-stable/contrib/bsnmp/snmp_mibII/
H A DmibII_route.c141 r = RB_FIND(sroutes, &sroutes, &key);
294 return (RB_FIND(sroutes, &sroutes, &key));
/freebsd-13-stable/crypto/openssh/
H A Dkrl.c1228 erki = RB_FIND(revoked_key_id_tree, &rc->revoked_key_ids, &rki);
1243 ers = RB_FIND(revoked_serial_tree, &rc->revoked_serials, &rs);
1265 erb = RB_FIND(revoked_blob_tree, &krl->revoked_sha1s, &rb);
1275 erb = RB_FIND(revoked_blob_tree, &krl->revoked_sha256s, &rb);
1286 erb = RB_FIND(revoked_blob_tree, &krl->revoked_keys, &rb);
/freebsd-13-stable/sys/netpfil/pf/
H A Dpf_table.c1170 p = RB_FIND(pfr_ktablehead, &V_pfr_ktables, &key);
1188 r = RB_FIND(pfr_ktablehead, &V_pfr_ktables, &key);
1244 p = RB_FIND(pfr_ktablehead, &V_pfr_ktables, &key);
1369 p = RB_FIND(pfr_ktablehead, &V_pfr_ktables, &key);
1401 p = RB_FIND(pfr_ktablehead, &V_pfr_ktables, &key);
1488 kt = RB_FIND(pfr_ktablehead, &V_pfr_ktables, (struct pfr_ktable *)tbl);
1501 rt = RB_FIND(pfr_ktablehead, &V_pfr_ktables, &key);
2004 return (RB_FIND(pfr_ktablehead, &V_pfr_ktables,
H A Dpf_ruleset.c128 found = RB_FIND(pf_kanchor_global, &V_pf_anchors, key);
H A Dpf_if.c293 return (RB_FIND(pfi_ifhead, &V_pfi_ifs, (struct pfi_kkif *)&s));
776 p = RB_FIND(pfi_ifhead, &V_pfi_ifs, (struct pfi_kkif *)&key);
/freebsd-13-stable/sbin/pfctl/
H A Dpf_ruleset.c152 found = RB_FIND(pfctl_anchor_global, &V_pf_anchors, key);
/freebsd-13-stable/usr.sbin/bhyve/
H A Dmem.c93 res = RB_FIND(mmio_rb_tree, rbt, &find);
/freebsd-13-stable/sys/netinet/
H A Din_mcast.c456 ims = RB_FIND(ip_msource_tree, &imf->imf_sources, &find);
706 ims = RB_FIND(ip_msource_tree, &inm->inm_srcs, &find);
758 ims = RB_FIND(ip_msource_tree, &imf->imf_sources, &find);
825 ims = RB_FIND(ip_msource_tree, &imf->imf_sources, &find);
952 ims = RB_FIND(ip_msource_tree, &inm->inm_srcs, &find);
2675 * cost of one RB_FIND() per source entry; duplicate
/freebsd-13-stable/sys/netinet6/
H A Din6_mcast.c304 ims = RB_FIND(ip6_msource_tree, &imf->im6f_sources, &find);
676 ims = RB_FIND(ip6_msource_tree, &inm->in6m_srcs, &find);
727 ims = RB_FIND(ip6_msource_tree, &imf->im6f_sources, &find);
793 ims = RB_FIND(ip6_msource_tree, &imf->im6f_sources, &find);
923 ims = RB_FIND(ip6_msource_tree, &inm->in6m_srcs, &find);
2535 * cost of one RB_FIND() per source entry; duplicate
/freebsd-13-stable/sys/dev/xen/evtchn/
H A Devtchn_dev.c137 return (RB_FIND(evtchn_tree, &u->evtchns, &tmp));
/freebsd-13-stable/sys/fs/autofs/
H A Dautofs_vnops.c613 anp = RB_FIND(autofs_node_tree, &parent->an_children, &find);
/freebsd-13-stable/share/man/man3/
H A DMakefile311 tree.3 RB_FIND.3 \
/freebsd-13-stable/sys/dev/xen/gntdev/
H A Dgntdev.c319 gref_start = RB_FIND(gref_tree_head, &priv_user->gref_tree, &find_gref);
555 gmap = RB_FIND(gmap_tree_head, &priv_user->gmap_tree, &find_gmap);
/freebsd-13-stable/sys/vm/
H A Dvm_phys.c906 seg = RB_FIND(fict_tree, &vm_phys_fictitious_tree, &tmp);
1065 seg = RB_FIND(fict_tree, &vm_phys_fictitious_tree, &tmp);
/freebsd-13-stable/contrib/ipfilter/sys/
H A Dtree.h733 #define RB_FIND(name, x, y) name##_RB_FIND(x, y) macro
/freebsd-13-stable/contrib/libevent/WIN32-Code/
H A Dtree.h667 #define RB_FIND(name, x, y) name##_RB_FIND(x, y) macro
/freebsd-13-stable/contrib/ntp/sntp/libevent/WIN32-Code/
H A Dtree.h667 #define RB_FIND(name, x, y) name##_RB_FIND(x, y) macro
/freebsd-13-stable/sys/kern/
H A Dsubr_epoch.c195 if (RB_FIND(stacktree, &epoch_stacks, &se) != NULL)

Completed in 327 milliseconds

12