| /xnu-8020.101.4/iokit/Kernel/ |
| H A D | IOStatistics.cpp | 270 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 D | if_llreach.c | 253 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 D | pf_table.c | 1316 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 D | pf_if.c | 150 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 D | pf_ruleset.c | 196 found = RB_FIND(pf_anchor_global, &pf_anchors, key); in pf_find_anchor()
|
| H A D | pf.c | 1090 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 D | necp_client.c | 860 …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 D | pf_norm.c | 461 frag = RB_FIND(pf_frag_tree, tree, key); in pf_find_fragment_by_key()
|
| H A D | dlil.c | 11241 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 D | kasan_dynamic_blacklist.c | 255 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 D | vm_map_store_rb.c | 68 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 D | protons.c | 135 pt = RB_FIND(protons_token_tree, &protons_tokens, &find); in protons_find_token_with_protocol()
|
| H A D | netns.c | 450 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 D | flow_entry.c | 165 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 D | flow_manager.c | 251 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 D | flow_route.c | 226 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 D | in6_mcast.c | 395 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 D | nd6_prproxy.c | 1373 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 D | in_mcast.c | 386 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 D | in_pcb.c | 3252 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 D | flow_divert.c | 226 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 D | posix_shm.c | 220 return RB_FIND(pshmhead, &pshm_head, look); in pshm_cache_search()
|
| /xnu-8020.101.4/bsd/skywalk/mem/ |
| H A D | skmem_region.c | 1323 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 D | nexus.c | 1078 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 D | tree.h | 819 #define RB_FIND(name, x, y) name##_RB_FIND(x, y) macro
|