Home
last modified time | relevance | path

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

12

/xnu-8796.121.2/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-8796.121.2/bsd/net/ !
H A Dif_llreach.c252 lr = RB_FIND(ll_reach_tree, &ifp->if_ll_srcs, &find); in ifnet_llreach_set_reachable()
281 lr = RB_FIND(ll_reach_tree, &ifp->if_ll_srcs, &find); in ifnet_llreach_alloc()
302 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()
1681 kt = RB_FIND(pfr_ktablehead, &pfr_ktables, (struct pfr_ktable *)(void *)tbl); in pfr_ina_define()
1697 rt = RB_FIND(pfr_ktablehead, &pfr_ktables, &key); in pfr_ina_define()
2230 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.c1110 return RB_FIND(pf_state_tree_id, &tree_id, in pf_find_state_byid()
1124 sk = RB_FIND(pf_state_tree_lan_ext, &pf_statetbl_lan_ext, in pf_find_state()
1128 sk = RB_FIND(pf_state_tree_ext_gwy, &pf_statetbl_ext_gwy, in pf_find_state()
1135 sk = RB_FIND(pf_state_tree_lan_ext, in pf_find_state()
1168 sk = RB_FIND(pf_state_tree_lan_ext, in pf_find_state_all()
1172 sk = RB_FIND(pf_state_tree_ext_gwy, in pf_find_state_all()
1179 sk = RB_FIND(pf_state_tree_lan_ext, in pf_find_state_all()
1352 *sn = RB_FIND(pf_src_tree, &tree_src_tracking, &k); in pf_insert_src_node()
3292 *sn = RB_FIND(pf_src_tree, &tree_src_tracking, &k); in pf_map_addr()
H A Dnecp_client.c867 …struct necp_client_flow_registration *flow = RB_FIND(_necp_client_flow_global_tree, &necp_client_f… in necp_find_client_and_lock()
875 client = RB_FIND(_necp_client_global_tree, &necp_client_global_tree, &find); in necp_find_client_and_lock()
894 flow = RB_FIND(_necp_client_flow_tree, &client->flow_registrations, &find); in necp_client_find_flow()
911 …struct necp_client_flow_registration *flow = RB_FIND(_necp_fd_flow_tree, &client_fd->flows, &find); in necp_client_fd_find_client_unlocked()
918 client = RB_FIND(_necp_client_tree, &client_fd->clients, &find); in necp_client_fd_find_client_unlocked()
7332 flow = RB_FIND(_necp_fd_flow_tree, &client_fd->flows, &find); in necp_client_fd_find_flow()
/xnu-8796.121.2/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-8796.121.2/bsd/skywalk/namespace/ !
H A Dflowidns.c135 return RB_FIND(flowidns_flowid_tree, in flowidns_find_fftn()
H A Dprotons.c134 pt = RB_FIND(protons_token_tree, &protons_tokens, &find); in protons_find_token_with_protocol()
H A Dnetns.c444 return RB_FIND(ns_reservation_tree, tree, &res); in ns_reservation_tree_find()
470 namespace = RB_FIND(netns_namespaces_tree, &netns_namespaces, &find); in _netns_get_ns()
/xnu-8796.121.2/bsd/netinet6/ !
H A Din6_mcast.c390 ims = RB_FIND(ip6_msource_tree, &imf->im6f_sources, &find); in im6o_match_source()
633 ims = RB_FIND(ip6_msource_tree, &inm->in6m_srcs, &find); in in6m_record_source()
683 ims = RB_FIND(ip6_msource_tree, &imf->im6f_sources, &find); in im6f_get_source()
747 ims = RB_FIND(ip6_msource_tree, &imf->im6f_sources, &find); in im6f_prune()
890 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-8796.121.2/bsd/netinet/ !
H A Din_mcast.c418 ims = RB_FIND(ip_msource_tree, &imf->imf_sources, &find); in imo_match_source()
716 ims = RB_FIND(ip_msource_tree, &inm->inm_srcs, &find); in inm_record_source()
767 ims = RB_FIND(ip_msource_tree, &imf->imf_sources, &find); in imf_get_source()
832 ims = RB_FIND(ip_msource_tree, &imf->imf_sources, &find); in imf_prune()
978 ims = RB_FIND(ip_msource_tree, &inm->inm_srcs, &find); in inm_get_source()
H A Din_pcb.c3300 tmp_inp = RB_FIND(inp_fc_tree, &inp_fc_tree, inp); in inp_calc_flowhash()
3354 inp = RB_FIND(inp_fc_tree, &inp_fc_tree, &key_inp); in inp_fc_getinp()
H A Dflow_divert.c232 fd_cb = RB_FIND(fd_pcb_tree, &group->pcb_tree, &key_item); in flow_divert_pcb_lookup()
321 if (NULL != RB_FIND(fd_pcb_tree, &curr_group->pcb_tree, fd_cb)) { in flow_divert_add_to_group()
/xnu-8796.121.2/bsd/skywalk/nexus/flowswitch/flow/ !
H A Dflow_entry.c166 return RB_FIND(flow_owner_tree, &fob->fob_owner_head, &find); in flow_owner_find_by_pid()
176 fe = RB_FIND(flow_entry_id_tree, &fo->fo_flow_entry_id_head, &find); in flow_entry_find_by_uuid()
H A Dflow_route.c221 fr = RB_FIND(flow_route_tree, &frb->frb_head, &find); in flow_route_find_by_addr()
299 fr = RB_FIND(flow_route_id_tree, &frib->frib_head, &find); in flow_route_find_by_uuid()
H A Dflow_manager.c242 ASSERT(RB_FIND(flow_mgr_tree, in flow_mgr_create()
400 fm = RB_FIND(flow_mgr_tree, &flow_mgr_head, &find); in flow_mgr_find_lock()
/xnu-8796.121.2/osfmk/vm/ !
H A Dvm_map_store_rb.c110 rb_entry = RB_FIND( rb_head, rbh, store); in vm_map_store_entry_unlink_rb()
/xnu-8796.121.2/bsd/kern/ !
H A Dposix_shm.c220 return RB_FIND(pshmhead, &pshm_head, look); in pshm_cache_search()
/xnu-8796.121.2/bsd/skywalk/mem/ !
H A Dskmem_region.c1329 sg = RB_FIND(segtfreehead, &skr->skr_seg_tfree, &sg_key); in skmem_region_mirror_alloc()
1886 ASSERT(sg == RB_FIND(segtfreehead, &skr->skr_seg_tfree, &sg_key)); in sksegment_alloc_with_idx()
/xnu-8796.121.2/bsd/skywalk/nexus/ !
H A Dnexus.c1044 nx = RB_FIND(kern_nexus_tree, &nx_head, &find); in nxctl_get_channel_list()
1945 nx = RB_FIND(kern_nexus_tree, &nx_head, &find); in nx_destroy()
1985 nx = RB_FIND(kern_nexus_tree, &nx_head, &find); in nx_find()
/xnu-8796.121.2/osfmk/kern/ !
H A Dmachine.c790 …struct io_timeout_override_entry *node = RB_FIND(io_timeout_override, &io_timeout_override_root, &… in ml_io_reset_timeouts()
/xnu-8796.121.2/libkern/libkern/ !
H A Dtree.h819 #define RB_FIND(name, x, y) name##_RB_FIND(x, y) macro

12