Searched refs:RB_NFIND (Results 1 – 11 of 11) sorted by relevance
| /src/sys/dev/iommu/ |
| H A D | iommu_gas.c | 541 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 D | Makefile | 370 tree.3 RB_NFIND.3 \
|
| /src/sys/powerpc/aim/ |
| H A D | mmu_oea.c | 1040 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 D | mmu_oea64.c | 1322 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 D | addr2line.c | 411 res = RB_NFIND(cutree, &cuhead, &find); in culookup()
|
| /src/crypto/openssh/openbsd-compat/ |
| H A D | sys-tree.h | 729 #define RB_NFIND(name, x, y) name##_RB_NFIND(x, y) macro
|
| /src/sys/kern/ |
| H A D | kern_sysctl.c | 499 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 D | tree.h | 1036 #define RB_NFIND(name, x, y) name##_RB_NFIND(x, y) macro
|
| /src/crypto/openssh/ |
| H A D | krl.c | 258 ers = RB_NFIND(revoked_serial_tree, rt, &rs); in insert_serial_range()
|
| /src/sys/fs/tmpfs/ |
| H A D | tmpfs_subr.c | 1315 de = RB_NFIND(tmpfs_dir, dirhead, &dekey); in tmpfs_dir_lookup_cookie()
|
| /src/sys/netpfil/pf/ |
| H A D | pf_ioctl.c | 2080 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()
|