Home
last modified time | relevance | path

Searched refs:RB_NFIND (Results 1 – 11 of 11) sorted by relevance

/src/sys/dev/iommu/
H A Diommu_gas.c541 next = RB_NFIND(iommu_gas_entries_tree, &domain->rb_root, entry); in iommu_gas_alloc_region()
665 entry = RB_NFIND(iommu_gas_entries_tree, &domain->rb_root, &fentry); in iommu_gas_remove_clip_left()
954 next = RB_NFIND(iommu_gas_entries_tree, &domain->rb_root, &key); in iommu_gas_reserve_region_extend()
/src/share/man/man3/
H A DMakefile370 tree.3 RB_NFIND.3 \
/src/sys/powerpc/aim/
H A Dmmu_oea.c1040 for (pvo = RB_NFIND(pvo_tree, &pm->pmap_pvo, &key); in moea_unwire()
1816 for (pvo = RB_NFIND(pvo_tree, &pm->pmap_pvo, &key); in moea_protect()
1907 for (pvo = RB_NFIND(pvo_tree, &pm->pmap_pvo, &key); in moea_remove()
H A Dmmu_oea64.c1322 for (pvo = RB_NFIND(pvo_tree, &pm->pmap_pvo, &key); in moea64_unwire()
2582 for (pvo = RB_NFIND(pvo_tree, &pm->pmap_pvo, &key); in moea64_protect()
2703 for (pvo = RB_NFIND(pvo_tree, &pm->pmap_pvo, &key); in moea64_remove_locked()
/src/contrib/elftoolchain/addr2line/
H A Daddr2line.c411 res = RB_NFIND(cutree, &cuhead, &find); in culookup()
/src/crypto/openssh/openbsd-compat/
H A Dsys-tree.h729 #define RB_NFIND(name, x, y) name##_RB_NFIND(x, y) macro
/src/sys/kern/
H A Dkern_sysctl.c499 p = RB_NFIND(sysctl_oid_list, parent, &key); in sysctl_register_oid()
510 p = RB_NFIND(sysctl_oid_list, parent, &key); in sysctl_register_oid()
/src/sys/sys/
H A Dtree.h1036 #define RB_NFIND(name, x, y) name##_RB_NFIND(x, y) macro
/src/crypto/openssh/
H A Dkrl.c258 ers = RB_NFIND(revoked_serial_tree, rt, &rs); in insert_serial_range()
/src/sys/fs/tmpfs/
H A Dtmpfs_subr.c1315 de = RB_NFIND(tmpfs_dir, dirhead, &dekey); in tmpfs_dir_lookup_cookie()
/src/sys/netpfil/pf/
H A Dpf_ioctl.c2080 return (RB_NFIND(pf_statelim_id_tree, tree, key)); in pf_statelim_rb_nfind()
2296 return (RB_NFIND(pf_sourcelim_id_tree, tree, key)); in pf_sourcelim_rb_nfind()
2367 return (RB_NFIND(pf_source_ioc_tree, tree, key)); in pf_source_rb_nfind()