Searched refs:avl_create (Results 1 - 25 of 118) sorted by relevance

12345

/illumos-gate/usr/src/man/man3avl/
H A DMakefile22 avl_create.3avl \
/illumos-gate/usr/src/lib/libcmdutils/common/
H A Davltree.c66 * must be an argument to libavl's avl_create() function. Therefore,
89 * is allocated for the tree, and libavl's avl_create() routine is
175 avl_create(*stree,
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dwrap.c104 avl_create(ofl->ofl_wrap, wrap_cmp, sizeof (WrapSymNode),
H A Dentry.c372 avl_create(&ofl->ofl_symavl, &ld_sym_avl_comp, sizeof (Sym_avlnode),
376 avl_create(&ofl->ofl_segs_avl, ofl_segs_avl_cmp,
380 avl_create(&ofl->ofl_ents_avl, ofl_ents_avl_cmp, sizeof (Ent_desc),
H A Dgroups.c54 avl_create(avlt, isdavl_compare, sizeof (Isd_node),
/illumos-gate/usr/src/uts/common/sys/
H A Davl.h74 * 1. Create the list/tree with: avl_create()
151 extern void avl_create(avl_tree_t *tree,
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dunique.c58 avl_create(&unique_avl, unique_compare,
H A Dspace_reftree.c76 avl_create(t, space_reftree_compare,
H A Dvdev_queue.c250 avl_create(&vq->vq_active_tree, vdev_queue_offset_compare,
252 avl_create(vdev_queue_type_tree(vq, ZIO_TYPE_READ),
255 avl_create(vdev_queue_type_tree(vq, ZIO_TYPE_WRITE),
272 avl_create(vdev_queue_class_tree(vq, p), compfn,
H A Dvdev_cache.c386 avl_create(&vc->vc_offset_tree, vdev_cache_offset_compare,
390 avl_create(&vc->vc_lastused_tree, vdev_cache_lastused_compare,
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Ddup_avl.c140 avl_create(&dup_frags, fragment_cmp,
296 avl_create(target, by_ino_cmp, sizeof (inode_dup_t),
487 avl_create(&new->fr_claimants, claimant_cmp, sizeof (fragment_t),
583 avl_create(&new->id_fragments, by_lfn_cmp, sizeof (reference_t),
/illumos-gate/usr/src/cmd/localedef/
H A Dcollate.c423 avl_create(&collsyms, collsym_compare, sizeof (collsym_t),
426 avl_create(&collundefs, collundef_compare, sizeof (collsym_t),
429 avl_create(&elem_by_symbol, element_compare_symbol, sizeof (collelem_t),
431 avl_create(&elem_by_expand, element_compare_expand, sizeof (collelem_t),
434 avl_create(&collchars, collchar_compare, sizeof (collchar_t),
438 avl_create(&substs[i], subst_compare, sizeof (subst_t),
440 avl_create(&substs_ref[i], subst_compare_ref,
442 avl_create(&weights[i], weight_compare, sizeof (weight_t),
/illumos-gate/usr/src/uts/common/idmap/
H A Didmap_cache.c182 avl_create(&cache->sid2pid.tree, (avl_comp_fn)kidmap_compare_sid,
192 avl_create(&cache->uid2sid.tree, (avl_comp_fn)kidmap_compare_pid,
199 avl_create(&cache->gid2sid.tree, (avl_comp_fn)kidmap_compare_pid,
277 avl_create(&cache->sid2pid.tree, (avl_comp_fn)kidmap_compare_sid,
295 avl_create(&cache->uid2sid.tree, (avl_comp_fn)kidmap_compare_pid,
310 avl_create(&cache->gid2sid.tree, (avl_comp_fn)kidmap_compare_pid,
843 avl_create(&kidmap_sid_prefix_store->tree,
/illumos-gate/usr/src/cmd/dlmgmtd/
H A Ddlmgmt_util.c161 avl_create(&dlmgmt_name_avl, cmp_link_by_zname, sizeof (dlmgmt_link_t),
163 avl_create(&dlmgmt_id_avl, cmp_link_by_id, sizeof (dlmgmt_link_t),
165 avl_create(&dlmgmt_loan_avl, cmp_link_by_name, sizeof (dlmgmt_link_t),
167 avl_create(&dlmgmt_dlconf_avl, cmp_dlconf_by_id,
/illumos-gate/usr/src/lib/libidmap/common/
H A Didmap_cache.c289 avl_create(&idmap_cache.sid2uid_gid.tree,
301 avl_create(&idmap_cache.uid2sid_winname.tree,
314 avl_create(&idmap_cache.gid2sid_winname.tree,
327 avl_create(&idmap_cache.winname2uid_gid.tree,
359 avl_create(&idmap_cache.sid2uid_gid.tree,
383 avl_create(&idmap_cache.uid2sid_winname.tree,
408 avl_create(&idmap_cache.gid2sid_winname.tree,
431 avl_create(&idmap_cache.winname2uid_gid.tree,
/illumos-gate/usr/src/cmd/sgs/tools/common/
H A Dstring_table.c179 avl_create(stp->st_lentree, &avl_len_compare, sizeof (LenNode),
237 avl_create(lnp->ln_strtree, &avl_str_compare, sizeof (StrNode),
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_cache.c84 avl_create(&chandle->ch_cache, cmpfn, sizeof (smb_cache_node_t),
/illumos-gate/usr/src/cmd/mdb/common/modules/libc/
H A Dfindstack_subr.c235 avl_create(tree, stacks_ulwp_compare, sizeof (stacks_ulwp_t),
/illumos-gate/usr/src/uts/common/io/comstar/port/pppt/
H A Dpppt.c432 avl_create(&pppt_global.global_target_list,
436 avl_create(&pppt_global.global_sess_list,
524 avl_create(&delete_target_list,
1054 avl_create(&ps->ps_task_list, pppt_task_avl_compare,
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dbind.c86 avl_create(&rdsv3_bind_tree, rdsv3_bind_node_compare,
/illumos-gate/usr/src/uts/common/klm/
H A Dklmmod.c78 avl_create(&g->nlm_hosts_tree, nlm_host_cmp,
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dvncache.c307 avl_create(&vncache_avl,
/illumos-gate/usr/src/cmd/iconv/
H A Diconv_list.c263 avl_create(&cs_avl, cs_compare, sizeof (codeset_t),
/illumos-gate/usr/src/uts/common/os/
H A Dfork.c260 avl_create(&as->a_wpage, wp_compare,
611 avl_create(&p->p_wpage, wp_compare,
1111 avl_create(&cp->p_warea, wa_compare, sizeof (struct watched_area),
1173 avl_create(&cp->p_ct_held, contract_compar, sizeof (contract_t),
1366 avl_create(&pp->p_wpage, wp_compare,
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_protect.c2199 avl_create(ttp, compare_slaac_ip, sizeof (slaac_addr_t),
2212 avl_create(sip, compare_slaac_ip, sizeof (slaac_addr_t),
2565 avl_create(&mcip->mci_v4_pending_txn, compare_dhcpv4_xid,
2567 avl_create(&mcip->mci_v4_completed_txn, compare_dhcpv4_cid,
2569 avl_create(&mcip->mci_v4_dyn_ip, compare_dhcpv4_ip,
2571 avl_create(&mcip->mci_v6_pending_txn, compare_dhcpv6_xid,
2573 avl_create(&mcip->mci_v6_cid, compare_dhcpv6_cid,
2575 avl_create(&mcip->mci_v6_dyn_ip, compare_dhcpv6_ip,
2577 avl_create(&mcip->mci_v6_slaac_ip, compare_slaac_ip,

Completed in 106 milliseconds

12345