Home
last modified time | relevance | path

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

12

/NextBSD/crypto/openssh/
HDmonitor_mm.c127 RB_REMOVE(mmtree, head, mms); in mm_freelist()
202 RB_REMOVE(mmtree, &mm->rb_free, mms); in mm_malloc()
228 RB_REMOVE(mmtree, &mm->rb_allocated, mms); in mm_free()
258 RB_REMOVE(mmtree, &mm->rb_free, mms); in mm_free()
281 RB_REMOVE(mmtree, &mm->rb_free, mms); in mm_free()
HDkrl.c149 RB_REMOVE(revoked_serial_tree, &rc->revoked_serials, rs); in revoked_certs_free()
153 RB_REMOVE(revoked_key_id_tree, &rc->revoked_key_ids, rki); in revoked_certs_free()
172 RB_REMOVE(revoked_blob_tree, &krl->revoked_keys, rb); in ssh_krl_free()
177 RB_REMOVE(revoked_blob_tree, &krl->revoked_sha1s, rb); in ssh_krl_free()
286 RB_REMOVE(revoked_serial_tree, rt, crs); in insert_serial_range()
300 RB_REMOVE(revoked_serial_tree, rt, crs); in insert_serial_range()
/NextBSD/sys/dev/drm/
HDdrm_drawable.c101 RB_REMOVE(drawable_tree, &dev->drw_head, in drm_rmdraw()
164 RB_REMOVE(drawable_tree, &dev->drw_head, in drm_drawable_free_all()
/NextBSD/usr.sbin/ypldap/
HDypldap.c156 RB_REMOVE(user_name_tree, in main_trash_update()
166 RB_REMOVE(group_name_tree, in main_trash_update()
306 RB_REMOVE(user_name_tree, env->sc_user_names, in main_end_update()
319 RB_REMOVE(group_name_tree, in main_end_update()
HDyp.c503 RB_REMOVE(user_name_tree, env->sc_user_names, in ypproc_next_2_svc()
508 RB_REMOVE(user_name_tree, env->sc_user_names, &ukey); in ypproc_next_2_svc()
530 RB_REMOVE(group_name_tree, env->sc_group_names, in ypproc_next_2_svc()
535 RB_REMOVE(group_name_tree, env->sc_group_names, &gkey); in ypproc_next_2_svc()
/NextBSD/sys/netpfil/pf/
HDpf_ruleset.c262 RB_REMOVE(pf_anchor_global, &V_pf_anchors, in pf_find_or_create_ruleset()
298 RB_REMOVE(pf_anchor_global, &V_pf_anchors, ruleset->anchor); in pf_remove_if_empty_ruleset()
300 RB_REMOVE(pf_anchor_node, &parent->children, in pf_remove_if_empty_ruleset()
HDpf_if.c161 RB_REMOVE(pfi_ifhead, &V_pfi_ifs, p); in pfi_cleanup()
241 RB_REMOVE(pfi_ifhead, &V_pfi_ifs, kif); in pfi_kif_unref()
/NextBSD/sys/dev/xen/evtchn/
HDevtchn_dev.c230 RB_REMOVE(evtchn_tree, &u->evtchns, evtchn); in evtchn_release()
384 RB_REMOVE(evtchn_tree, &u->evtchns, evtchn); in evtchn_bind_user_port()
481 RB_REMOVE(evtchn_tree, &u->evtchns, evtchn); in evtchn_ioctl()
/NextBSD/sys/geom/eli/
HDg_eli_key_cache.c155 RB_REMOVE(g_eli_key_tree, &sc->sc_ekeys_tree, key); in g_eli_key_replace()
174 RB_REMOVE(g_eli_key_tree, &sc->sc_ekeys_tree, key); in g_eli_key_remove()
/NextBSD/sys/x86/iommu/
HDintel_gas.c227 RB_REMOVE(dmar_gas_entries_tree, &domain->rb_root, entry); in dmar_gas_rb_remove()
275 RB_REMOVE(dmar_gas_entries_tree, &domain->rb_root, entry); in dmar_gas_fini_domain()
284 RB_REMOVE(dmar_gas_entries_tree, &domain->rb_root, entry); in dmar_gas_fini_domain()
291 RB_REMOVE(dmar_gas_entries_tree, &domain->rb_root, entry); in dmar_gas_fini_domain()
/NextBSD/sys/fs/msdosfs/
HDmsdosfs_fileno.c92 RB_REMOVE(msdosfs_filenotree, &pmp->pm_filenos, mf); in msdosfs_fileno_free()
/NextBSD/contrib/bsnmp/snmp_mibII/
HDmibII_route.c154 RB_REMOVE(sroutes, &sroutes, r); in mib_sroute_process()
243 RB_REMOVE(sroutes, &sroutes, r); in mib_fetch_route()
/NextBSD/usr.sbin/bhyve/
HDmem.c268 RB_REMOVE(mmio_rb_tree, &mmio_rb_root, entry); in unregister_mem()
/NextBSD/sys/netinet6/
HDin6_mcast.c733 RB_REMOVE(ip6_msource_tree, &imf->im6f_sources, ims); in im6f_rollback()
787 RB_REMOVE(ip6_msource_tree, &imf->im6f_sources, ims); in im6f_reap()
804 RB_REMOVE(ip6_msource_tree, &imf->im6f_sources, ims); in im6f_purge()
1057 RB_REMOVE(ip6_msource_tree, &inm->in6m_srcs, ims); in in6m_reap()
1073 RB_REMOVE(ip6_msource_tree, &inm->in6m_srcs, ims); in in6m_purge()
/NextBSD/sys/netinet/
HDin_mcast.c780 RB_REMOVE(ip_msource_tree, &imf->imf_sources, ims); in imf_rollback()
834 RB_REMOVE(ip_msource_tree, &imf->imf_sources, ims); in imf_reap()
851 RB_REMOVE(ip_msource_tree, &imf->imf_sources, ims); in imf_purge()
1111 RB_REMOVE(ip_msource_tree, &inm->inm_srcs, ims); in inm_reap()
1127 RB_REMOVE(ip_msource_tree, &inm->inm_srcs, ims); in inm_purge()
/NextBSD/share/man/man3/
HDMakefile182 tree.3 RB_REMOVE.3 \
/NextBSD/sys/fs/tmpfs/
HDtmpfs_subr.c1029 RB_REMOVE(tmpfs_dir, head, xde); in tmpfs_dir_detach()
1037 RB_REMOVE(tmpfs_dir, head, de); in tmpfs_dir_detach()
1051 RB_REMOVE(tmpfs_dir, &dnode->tn_dir.tn_dirhead, de); in tmpfs_dir_destroy()
/NextBSD/contrib/pf/libevent/
HDevent.c807 RB_REMOVE(event_tree, &base->timetree, ev); in event_queue_remove()
/NextBSD/sys/powerpc/aim/
HDmmu_oea64.c2199 RB_REMOVE(pvo_tree, &tofree, pvo); in moea64_remove_pages()
2242 RB_REMOVE(pvo_tree, &tofree, pvo); in moea64_remove()
2420 RB_REMOVE(pvo_tree, &pvo->pvo_pmap->pmap_pvo, pvo); in moea64_pvo_remove_from_pmap()
/NextBSD/contrib/ntp/sntp/libevent/WIN32-Code/
HDtree.h666 #define RB_REMOVE(name, x, y) name##_RB_REMOVE(x, y) macro
/NextBSD/crypto/openssh/openbsd-compat/
HDsys-tree.h727 #define RB_REMOVE(name, x, y) name##_RB_REMOVE(x, y) macro
/NextBSD/contrib/ipfilter/sys/
HDtree.h732 #define RB_REMOVE(name, x, y) name##_RB_REMOVE(x, y) macro
/NextBSD/sys/sys/
HDtree.h763 #define RB_REMOVE(name, x, y) name##_RB_REMOVE(x, y) macro
/NextBSD/sys/vm/
HDvm_phys.c1059 RB_REMOVE(fict_tree, &vm_phys_fictitious_tree, seg); in vm_phys_fictitious_unreg_range()
/NextBSD/sys/dev/drm2/ttm/
HDttm_bo.c765 RB_REMOVE(ttm_bo_device_buffer_objects, in ttm_bo_release()

12