Searched refs:RB_NFIND (Results 1 – 10 of 10) sorted by relevance
/openbsd/usr.sbin/ypldap/ |
H A D | yp.c | 603 if ((ue = RB_NFIND(user_name_tree, env->sc_user_names, in ypproc_next_2_svc() 620 if ((ge = RB_NFIND(group_name_tree, env->sc_group_names, in ypproc_next_2_svc()
|
/openbsd/usr.sbin/ospf6d/ |
H A D | rde_lsdb.c | 633 v = RB_NFIND(lsa_tree, &area->lsa_tree, &key); in lsa_find_rtr_frag() 674 v = RB_NFIND(lsa_tree, tree, &key); in lsa_find_lsid()
|
/openbsd/regress/sys/sys/tree/rb/ |
H A D | rb-test.c | 404 ins = RB_NFIND(tree, &root, tmp); in RB_PROTOTYPE() 971 ins = RB_NFIND(tree, &root, &it); in mix_operations()
|
/openbsd/usr.sbin/bgpd/ |
H A D | rde_rib.c | 584 ctx->ctx_re = RB_NFIND(rib_tree, rib_tree(rib_byid(id)), &xre); in rib_dump_subtree() 901 np = RB_NFIND(prefix_index, &peer->adj_rib_out, &xp); in prefix_adjout_first() 1569 ctx->ctx_p = RB_NFIND(prefix_index, &peer->adj_rib_out, &xp); in prefix_dump_subtree()
|
/openbsd/usr.sbin/snmpd/ |
H A D | application_internal.c | 397 object = RB_NFIND(appl_internal_objects, in appl_internal_getnext()
|
H A D | application.c | 833 nregion = RB_NFIND(appl_regions, &(ctx->ac_regions), &search); in appl_region_next() 1681 region = RB_NFIND(appl_regions, in appl_varbind_backend()
|
/openbsd/lib/libagentx/ |
H A D | agentx.c | 795 axo = RB_NFIND(axc_objects, &(axc->axc_objects), &axo_search); 2041 axo = RB_NFIND(axc_objects, &(axr->axr_axc->axc_objects), &axo_search); 2820 axo = RB_NFIND(axc_objects, &(axc->axc_objects), &axo_search);
|
/openbsd/sys/sys/ |
H A D | tree.h | 722 #define RB_NFIND(name, x, y) name##_RB_NFIND(x, y) macro
|
/openbsd/usr.bin/ssh/ |
H A D | krl.c | 256 ers = RB_NFIND(revoked_serial_tree, rt, &rs); in insert_serial_range()
|
/openbsd/libexec/snmpd/snmpd_metrics/ |
H A D | kroute.c | 967 return RB_NFIND(ka_tree, &kat, &ka); in kr_getnextaddr()
|