Home
last modified time | relevance | path

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

/xnu-8020.101.4/iokit/Kernel/
H A DIOStatistics.cpp270 found = RB_FIND(KextTree, &kextHead, &sought); in onKextUnload()
337 foundKext = RB_FIND(KextTree, &kextHead, &soughtKext); in onClassAdded()
352 foundClass = RB_FIND(ClassTree, &classHead, &soughtClass); in onClassAdded()
391 found = RB_FIND(ClassTree, &classHead, &sought); in onClassRemoved()
454 found = RB_FIND(ClassTree, &classHead, &sought); in registerEventSource()
561 found = RB_FIND(ClassTree, &classHead, &sought); in registerUserClient()
630 found = RB_FIND(IOWorkLoopCounter::DependencyTree, &wlc->dependencyHead, &sought); in detachWorkLoopEventSource()
/xnu-8020.101.4/bsd/net/
H A Dif_llreach.c253 lr = RB_FIND(ll_reach_tree, &ifp->if_ll_srcs, &find); in ifnet_llreach_set_reachable()
282 lr = RB_FIND(ll_reach_tree, &ifp->if_ll_srcs, &find); in ifnet_llreach_alloc()
303 lr = RB_FIND(ll_reach_tree, &ifp->if_ll_srcs, &find); in ifnet_llreach_alloc()
H A Dpf_table.c1316 p = RB_FIND(pfr_ktablehead, &pfr_ktables, &key); in pfr_add_tables()
1336 r = RB_FIND(pfr_ktablehead, &pfr_ktables, &key); in pfr_add_tables()
1402 p = RB_FIND(pfr_ktablehead, &pfr_ktables, &key); in pfr_del_tables()
1535 p = RB_FIND(pfr_ktablehead, &pfr_ktables, &key); in pfr_clr_tstats()
1576 p = RB_FIND(pfr_ktablehead, &pfr_ktables, &key); in pfr_set_tflags()
1679 kt = RB_FIND(pfr_ktablehead, &pfr_ktables, (struct pfr_ktable *)(void *)tbl); in pfr_ina_define()
1695 rt = RB_FIND(pfr_ktablehead, &pfr_ktables, &key); in pfr_ina_define()
2212 return RB_FIND(pfr_ktablehead, &pfr_ktables, in pfr_lookup_table()
H A Dpf_if.c150 kif = RB_FIND(pfi_ifhead, &pfi_ifs, &s); in pfi_kif_get()
639 p = RB_FIND(pfi_ifhead, &pfi_ifs, &key); in pfi_update_status()
H A Dpf_ruleset.c196 found = RB_FIND(pf_anchor_global, &pf_anchors, key); in pf_find_anchor()
H A Dpf.c1090 return RB_FIND(pf_state_tree_id, &tree_id, in pf_find_state_byid()
1104 sk = RB_FIND(pf_state_tree_lan_ext, &pf_statetbl_lan_ext, in pf_find_state()
1108 sk = RB_FIND(pf_state_tree_ext_gwy, &pf_statetbl_ext_gwy, in pf_find_state()
1115 sk = RB_FIND(pf_state_tree_lan_ext, in pf_find_state()
1148 sk = RB_FIND(pf_state_tree_lan_ext, in pf_find_state_all()
1152 sk = RB_FIND(pf_state_tree_ext_gwy, in pf_find_state_all()
1159 sk = RB_FIND(pf_state_tree_lan_ext, in pf_find_state_all()
1332 *sn = RB_FIND(pf_src_tree, &tree_src_tracking, &k); in pf_insert_src_node()
3235 *sn = RB_FIND(pf_src_tree, &tree_src_tracking, &k); in pf_map_addr()
H A Dnecp_client.c860 …struct necp_client_flow_registration *flow = RB_FIND(_necp_client_flow_global_tree, &necp_client_f… in necp_find_client_and_lock()
868 client = RB_FIND(_necp_client_global_tree, &necp_client_global_tree, &find); in necp_find_client_and_lock()
887 flow = RB_FIND(_necp_client_flow_tree, &client->flow_registrations, &find); in necp_client_find_flow()
904 …struct necp_client_flow_registration *flow = RB_FIND(_necp_fd_flow_tree, &client_fd->flows, &find); in necp_client_fd_find_client_unlocked()
911 client = RB_FIND(_necp_client_tree, &client_fd->clients, &find); in necp_client_fd_find_client_unlocked()
7072 flow = RB_FIND(_necp_fd_flow_tree, &client_fd->flows, &find); in necp_client_fd_find_flow()
H A Dpf_norm.c461 frag = RB_FIND(pf_frag_tree, tree, key); in pf_find_fragment_by_key()
H A Ddlil.c11241 ifce = RB_FIND(ifnet_fc_tree, &ifnet_fc_tree, &keyfc); in ifnet_fc_add()
11281 ifce = RB_FIND(ifnet_fc_tree, &ifnet_fc_tree, &keyfc); in ifnet_fc_get()
/xnu-8020.101.4/san/memory/
H A Dkasan_dynamic_blacklist.c255 e = RB_FIND(range_tree, &range_tree_root, &key); in kasan_dybl_unload_kext()
404 struct range_tree_entry *e = RB_FIND(range_tree, &range_tree_root, &key); in kasan_is_blacklisted()
/xnu-8020.101.4/osfmk/vm/
H A Dvm_map_store_rb.c68 rb_entry = RB_FIND(rb_head, &hdr->rb_head_store, &(cur->store)); in vm_map_store_walk_rb()
127 rb_entry = RB_FIND( rb_head, rbh, store); in vm_map_store_entry_unlink_rb()
/xnu-8020.101.4/bsd/skywalk/namespace/
H A Dprotons.c135 pt = RB_FIND(protons_token_tree, &protons_tokens, &find); in protons_find_token_with_protocol()
H A Dnetns.c450 return RB_FIND(ns_reservation_tree, tree, &res); in ns_reservation_tree_find()
476 namespace = RB_FIND(netns_namespaces_tree, &netns_namespaces, &find); in _netns_get_ns()
/xnu-8020.101.4/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_entry.c165 return RB_FIND(flow_owner_tree, &fob->fob_owner_head, &find); in flow_owner_find_by_pid()
175 fe = RB_FIND(flow_entry_id_tree, &fo->fo_flow_entry_id_head, &find); in flow_entry_find_by_uuid()
H A Dflow_manager.c251 ASSERT(RB_FIND(flow_mgr_tree, in flow_mgr_create()
433 fm = RB_FIND(flow_mgr_tree, &flow_mgr_head, &find); in flow_mgr_find_lock()
H A Dflow_route.c226 fr = RB_FIND(flow_route_tree, &frb->frb_head, &find); in flow_route_find_by_addr()
311 fr = RB_FIND(flow_route_id_tree, &frib->frib_head, &find); in flow_route_find_by_uuid()
/xnu-8020.101.4/bsd/netinet6/
H A Din6_mcast.c395 ims = RB_FIND(ip6_msource_tree, &imf->im6f_sources, &find); in im6o_match_source()
638 ims = RB_FIND(ip6_msource_tree, &inm->in6m_srcs, &find); in in6m_record_source()
688 ims = RB_FIND(ip6_msource_tree, &imf->im6f_sources, &find); in im6f_get_source()
752 ims = RB_FIND(ip6_msource_tree, &imf->im6f_sources, &find); in im6f_prune()
895 ims = RB_FIND(ip6_msource_tree, &inm->in6m_srcs, &find); in in6m_get_source()
H A Dnd6_prproxy.c1373 soltgt = RB_FIND(prproxy_sols_tree, &pr->ndpr_prproxy_sols, &find); in nd6_solsrc_enq()
1432 soltgt = RB_FIND(prproxy_sols_tree, &pr->ndpr_prproxy_sols, &find); in nd6_solsrc_deq()
/xnu-8020.101.4/bsd/netinet/
H A Din_mcast.c386 ims = RB_FIND(ip_msource_tree, &imf->imf_sources, &find); in imo_match_source()
701 ims = RB_FIND(ip_msource_tree, &inm->inm_srcs, &find); in inm_record_source()
752 ims = RB_FIND(ip_msource_tree, &imf->imf_sources, &find); in imf_get_source()
817 ims = RB_FIND(ip_msource_tree, &imf->imf_sources, &find); in imf_prune()
963 ims = RB_FIND(ip_msource_tree, &inm->inm_srcs, &find); in inm_get_source()
H A Din_pcb.c3252 tmp_inp = RB_FIND(inp_fc_tree, &inp_fc_tree, inp); in inp_calc_flowhash()
3304 inp = RB_FIND(inp_fc_tree, &inp_fc_tree, &key_inp); in inp_fc_getinp()
H A Dflow_divert.c226 fd_cb = RB_FIND(fd_pcb_tree, &group->pcb_tree, &key_item); in flow_divert_pcb_lookup()
282 exist = RB_FIND(fd_pcb_tree, &curr_group->pcb_tree, fd_cb); in flow_divert_pcb_insert()
/xnu-8020.101.4/bsd/kern/
H A Dposix_shm.c220 return RB_FIND(pshmhead, &pshm_head, look); in pshm_cache_search()
/xnu-8020.101.4/bsd/skywalk/mem/
H A Dskmem_region.c1323 sg = RB_FIND(segtfreehead, &skr->skr_seg_tfree, &sg_key); in skmem_region_mirror_alloc()
1880 ASSERT(sg == RB_FIND(segtfreehead, &skr->skr_seg_tfree, &sg_key)); in sksegment_alloc_with_idx()
/xnu-8020.101.4/bsd/skywalk/nexus/
H A Dnexus.c1078 nx = RB_FIND(kern_nexus_tree, &nx_head, &find); in nxctl_get_channel_list()
1987 nx = RB_FIND(kern_nexus_tree, &nx_head, &find); in nx_destroy()
2027 nx = RB_FIND(kern_nexus_tree, &nx_head, &find); in nx_find()
/xnu-8020.101.4/libkern/libkern/
H A Dtree.h819 #define RB_FIND(name, x, y) name##_RB_FIND(x, y) macro