/illumos-gate/usr/src/tools/smatch/src/ |
H A D | smatch_slist.c | 551 avl_insert(stree, new); in overwrite_sm_state_stree() 569 avl_insert(stree, new); in set_state_stree() 737 avl_insert(one, sm); in match_states_stree() 741 avl_insert(two, sm); in match_states_stree() 797 avl_insert(stree, sm); in clone_pool_havers_stree() 864 avl_insert(&results, one); in __merge_stree() 879 avl_insert(&results, res); in __merge_stree() 950 avl_insert(&one, sm); in merge_fake_stree() 954 avl_insert(&two, sm); in merge_fake_stree() 959 avl_insert(&one->base_stree, sm); in merge_fake_stree() [all …]
|
H A D | avl.h | 55 bool avl_insert(struct stree **avl, const struct sm_state *sm);
|
H A D | avl.c | 128 avl_insert(&new, i.sm); in clone_stree_real() 134 bool avl_insert(struct stree **avl, const struct sm_state *sm) in avl_insert() function
|
/illumos-gate/usr/src/man/man3avl/ |
H A D | Makefile | 27 avl_insert.3avl \ 52 avl_insert_here.3avl := LINKSRC = avl_insert.3avl
|
/illumos-gate/usr/src/cmd/localedef/ |
H A D | collate.c | 484 avl_insert(&collsyms, sym, where); in define_collsym() 524 avl_insert(&collundefs, ud, where); in get_collundef() 549 avl_insert(&collchars, cc, where); in get_collchar() 799 avl_insert(&elem_by_symbol, e, where1); in define_collelem() 800 avl_insert(&elem_by_expand, e, where2); in define_collelem() 933 avl_insert(&substs_ref[curr_weight], s, where); in add_order_subst() 939 avl_insert(&substs[curr_weight], s, where); in add_order_subst() 1024 avl_insert(&weights[pass], w, where); in add_weight()
|
H A D | charmap.c | 214 avl_insert(&cmap_wc, n, where); in add_charmap_impl() 231 avl_insert(&cmap_sym, n, where); in add_charmap_impl()
|
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/ |
H A D | dup_avl.c | 149 avl_insert(&dup_frags, (void *)dup, where); in find_dup_ref() 312 avl_insert(target, (void *)tgt_inode, where); in invert_frags() 334 avl_insert(&tgt_inode->id_fragments, in invert_frags() 413 avl_insert(&dup->fr_claimants, (void *)claimant, where); in increment_claimant()
|
/illumos-gate/usr/src/uts/common/idmap/ |
H A D | idmap_cache.c | 603 avl_insert(&sid2pid_hb->tree, new, where); in kidmap_cache_add_sid2uid() 641 avl_insert(&uid2sid_hb->tree, new, where); in kidmap_cache_add_sid2uid() 696 avl_insert(&sid2pid_hb->tree, new, where); in kidmap_cache_add_sid2gid() 734 avl_insert(&gid2sid_hb->tree, new, where); in kidmap_cache_add_sid2gid() 807 avl_insert(&sid2pid_hb->tree, new, where); in kidmap_cache_add_sid2pid() 847 avl_insert(&uid2sid_hb->tree, new, where); in kidmap_cache_add_sid2pid() 878 avl_insert(&gid2sid_hb->tree, new, where); in kidmap_cache_add_sid2pid() 1003 avl_insert(&kidmap_sid_prefix_store->tree, new, where); in kidmap_find_sid_prefix()
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-library.man3avl.inc | 25 file path=usr/share/man/man3avl/avl_insert.3avl 26 link path=usr/share/man/man3avl/avl_insert_here.3avl target=avl_insert.3avl
|
/illumos-gate/usr/src/cmd/iconv/ |
H A D | charmap.c | 325 avl_insert(&cmap_sym, n, where_sym); in add_charmap_impl_fr() 329 avl_insert(&cmap_sym, n, where_sym); in add_charmap_impl_fr() 330 avl_insert(&cmap_mbs, n, where_mbs); in add_charmap_impl_fr()
|
H A D | iconv_list.c | 94 avl_insert(&cs_avl, cs, where); in cs_insert()
|
/illumos-gate/usr/src/lib/libidmap/common/ |
H A D | idmap_cache.c | 838 avl_insert(&idmap_cache.sid2uid_gid.tree, new, where); in idmap_cache_add_sid2uid() 888 avl_insert(&idmap_cache.uid2sid_winname.tree, new, in idmap_cache_add_sid2uid() 950 avl_insert(&idmap_cache.sid2uid_gid.tree, new, where); in idmap_cache_add_sid2gid() 1000 avl_insert(&idmap_cache.gid2sid_winname.tree, new, in idmap_cache_add_sid2gid() 1079 avl_insert(&idmap_cache.sid2uid_gid.tree, new, where); in idmap_cache_add_sid2pid() 1132 avl_insert(&idmap_cache.uid2sid_winname.tree, in idmap_cache_add_sid2pid() 1179 avl_insert(&idmap_cache.gid2sid_winname.tree, in idmap_cache_add_sid2pid() 1249 avl_insert(&idmap_cache.winname2uid_gid.tree, new, in idmap_cache_add_winname2uid() 1309 avl_insert(&idmap_cache.uid2sid_winname.tree, new, in idmap_cache_add_winname2uid() 1380 avl_insert(&idmap_cache.winname2uid_gid.tree, new, in idmap_cache_add_winname2gid() [all …]
|
/illumos-gate/usr/src/cmd/sgs/libld/common/ |
H A D | wrap.c | 129 avl_insert(ofl->ofl_wrap, wsnp, where); in ld_wrap_enter()
|
/illumos-gate/usr/src/lib/libcmdutils/common/ |
H A D | avltree.c | 191 avl_insert(*stree, tnode, where); in add_tnode()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | avl.h | 178 extern void avl_insert(avl_tree_t *tree, void *node, avl_index_t where);
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | unique.c | 90 avl_insert(&unique_avl, un, idx); in unique_insert()
|
H A D | zfs_rlock.c | 191 avl_insert(tree, new, where); in rangelock_enter_writer() 323 avl_insert(tree, new, where); in rangelock_add_reader()
|
/illumos-gate/usr/src/common/avl/ |
H A D | avl.c | 466 avl_insert(avl_tree_t *tree, void *new_data, avl_index_t where) in avl_insert() function 609 avl_insert(tree, new_data, AVL_MKINDEX(node, child)); in avl_insert_here() 635 avl_insert(tree, new_node, where); in avl_add()
|
/illumos-gate/usr/src/lib/libavl/ |
H A D | mapfile-vers | 57 avl_insert;
|
/illumos-gate/usr/src/test/zfs-tests/cmd/btree_test/ |
H A D | btree_test.c | 253 avl_insert(&avl, node, avl_idx); in drain_tree() 329 avl_insert(&avl, node, avl_idx); in stress_tree()
|
/illumos-gate/usr/src/cmd/sgs/common/ |
H A D | string_table.c | 238 avl_insert(stp->st_lentree, lnp, where); in st_insert() 254 avl_insert(lnp->ln_strtree, snp, where); in st_insert()
|
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/ |
H A D | ibcm_utils.c | 211 avl_insert(&(hcap->hca_passive_tree), (void *)sp, where); in ibcm_lookup_msg() 224 avl_insert(&hcap->hca_active_tree, (void *)sp, where); in ibcm_lookup_msg() 227 avl_insert(&(hcap->hca_passive_comid_tree), (void *)sp, where); in ibcm_lookup_msg() 230 avl_insert(&(hcap->hca_active_tree), (void *)sp, where); in ibcm_lookup_msg() 1260 avl_insert(&ibcm_svc_avl_tree, (void *)svcinfop, where); in ibcm_create_svc_entry()
|
/illumos-gate/usr/src/uts/common/io/mac/ |
H A D | mac_protect.c | 380 avl_insert(&mcip->mci_v4_pending_txn, txn, where); in insert_dhcpv4_pending_txn() 425 avl_insert(&mcip->mci_v4_completed_txn, txn, where); in insert_dhcpv4_completed_txn() 430 avl_insert(&mcip->mci_v4_dyn_ip, txn, where); in insert_dhcpv4_completed_txn() 1135 avl_insert(&mcip->mci_v6_cid, cid, where); in insert_dhcpv6_cid() 1140 avl_insert(&mcip->mci_v6_dyn_ip, addr, where); in insert_dhcpv6_cid() 1216 avl_insert(&mcip->mci_v6_pending_txn, txn, where); in insert_dhcpv6_pending_txn() 1455 avl_insert(tree, addr, where); in insert_slaac_ip()
|
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/ |
H A D | nsmb_ext.mapfile | 48 avl_insert { FLAGS = EXTERN };
|
/illumos-gate/usr/src/cmd/svr4pkg/pkgserv/ |
H A D | pkgserv.c | 820 avl_insert(list, ent, where); in parse_contents() 931 avl_insert(list, ent, where); in parse_log() 1337 avl_insert(list, ent, where); in pkgaddlines()
|