/titanic_41/usr/src/cmd/fs.d/ufs/fsck/ |
H A D | dup_avl.c | 358 while ((inode_dup = avl_destroy_nodes(tree, &outer)) != NULL) { in free_invert_frags() 360 while ((ref_dup = avl_destroy_nodes(&inode_dup->id_fragments, in free_invert_frags() 382 while ((fragv = avl_destroy_nodes(&dup_frags, &dup_cookie)) != NULL) { in free_dup_state() 384 while ((claimv = avl_destroy_nodes(&fragv->fr_claimants, in free_dup_state()
|
/titanic_41/usr/src/uts/common/fs/zfs/ |
H A D | spa_errlog.c | 287 while ((se = avl_destroy_nodes(&spa->spa_errlist_last, in spa_errlog_drain() 291 while ((se = avl_destroy_nodes(&spa->spa_errlist_scrub, in spa_errlog_drain() 327 while ((se = avl_destroy_nodes(t, &cookie)) != NULL) in sync_error_list()
|
H A D | space_reftree.c | 86 while ((sr = avl_destroy_nodes(t, &cookie)) != NULL) in space_reftree_destroy()
|
H A D | zfs_fuid.c | 171 while (domnode = avl_destroy_nodes(domain_tree, &cookie)) in zfs_fuid_table_destroy() 176 while (domnode = avl_destroy_nodes(idx_tree, &cookie)) in zfs_fuid_table_destroy()
|
H A D | zil.c | 130 while ((zn = avl_destroy_nodes(t, &cookie)) != NULL) in zil_bp_tree_fini() 816 while ((zv = avl_destroy_nodes(t, &cookie)) != NULL) { in zil_flush_vdevs() 1172 while ((ian = avl_destroy_nodes(t, &cookie)) != NULL) { in zil_itxg_clean() 1442 while ((ian = avl_destroy_nodes(t, &cookie)) != NULL) { in zil_async_to_sync()
|
H A D | range_tree.c | 386 while ((rs = avl_destroy_nodes(&rt->rt_root, &cookie)) != NULL) { in range_tree_vacate()
|
H A D | dsl_deadlist.c | 132 while ((dle = avl_destroy_nodes(&dl->dl_tree, &cookie)) in dsl_deadlist_close()
|
/titanic_41/usr/src/man/man3avl/ |
H A D | Makefile | 24 avl_destroy_nodes.3avl \
|
/titanic_41/usr/src/lib/libcmdutils/common/ |
H A D | avltree.c | 211 while ((tnode = avl_destroy_nodes(stree, &cookie)) != NULL) { in destroy_tree()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | avl.h | 297 extern void *avl_destroy_nodes(avl_tree_t *tree, void **cookie);
|
/titanic_41/usr/src/uts/common/idmap/ |
H A D | idmap_cache.c | 216 while ((sid2pid = avl_destroy_nodes(&cache->sid2pid.tree, &cookie)) in kidmap_cache_delete() 225 while ((pid2sid = avl_destroy_nodes(&cache->uid2sid.tree, &cookie)) in kidmap_cache_delete() 234 while ((pid2sid = avl_destroy_nodes(&cache->gid2sid.tree, &cookie)) in kidmap_cache_delete() 272 while ((sid2pid = avl_destroy_nodes(&cache->sid2pid.tree, &cookie)) in kidmap_cache_purge() 290 while ((pid2sid = avl_destroy_nodes(&cache->uid2sid.tree, &cookie)) in kidmap_cache_purge() 305 while ((pid2sid = avl_destroy_nodes(&cache->gid2sid.tree, &cookie)) in kidmap_cache_purge()
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | system-library.man3avl.inc | 19 file path=usr/share/man/man3avl/avl_destroy_nodes.3avl
|
/titanic_41/usr/src/lib/libavl/ |
H A D | mapfile-vers | 47 avl_destroy_nodes;
|
/titanic_41/usr/src/cmd/sgs/tools/common/ |
H A D | string_table.c | 614 while ((snp = avl_destroy_nodes(lnp->ln_strtree, in st_getstrtab_sz() 635 while ((lnp = avl_destroy_nodes(stp->st_lentree, in st_getstrtab_sz()
|
/titanic_41/usr/src/uts/common/io/ib/clients/rdsv3/ |
H A D | bind.c | 103 avl_destroy_nodes(&rdsv3_bind_tree, &cookie)) != NULL) { in rdsv3_bind_exit()
|
/titanic_41/usr/src/cmd/mdb/common/modules/libc/ |
H A D | findstack_subr.c | 314 while ((sulwp = avl_destroy_nodes(tree, &cookie)) != NULL) in stacks_findstack_cleanup()
|
/titanic_41/usr/src/uts/common/io/mac/ |
H A D | mac_protect.c | 486 while ((txn = avl_destroy_nodes(&mcip->mci_v4_dyn_ip, in flush_dhcpv4() 494 while ((txn = avl_destroy_nodes(&mcip->mci_v4_completed_txn, in flush_dhcpv4() 499 while ((txn = avl_destroy_nodes(&mcip->mci_v4_pending_txn, in flush_dhcpv4() 1162 while (avl_destroy_nodes(&mcip->mci_v6_dyn_ip, &cookie) != NULL) { in flush_dhcpv6() 1165 while ((cid = avl_destroy_nodes(&mcip->mci_v6_cid, &cookie)) != NULL) { in flush_dhcpv6() 1169 while ((txn = avl_destroy_nodes(&mcip->mci_v6_pending_txn, in flush_dhcpv6()
|
/titanic_41/usr/src/lib/smbsrv/libsmb/common/ |
H A D | smb_cache.c | 495 while ((cnode = avl_destroy_nodes(cache, &cookie)) != NULL) { in smb_cache_destroy_nodes()
|
H A D | smb_pwdutil.c | 1066 while ((uc_newnode = avl_destroy_nodes(&tmp_cache, &cookie)) != NULL) { in smb_lucache_do_update() 1113 while ((ucnode = avl_destroy_nodes(&smb_uch.uc_cache, &cookie)) in smb_lucache_flush()
|
/titanic_41/usr/src/lib/smbsrv/libmlsvc/common/ |
H A D | smb_quota.c | 863 while ((node = avl_destroy_nodes(&qtree->qt_avl, &cookie)) != NULL) in smb_quota_tree_delete() 915 while ((node = avl_destroy_nodes(&qtree->qt_avl, &cookie)) != NULL) in smb_quota_tree_populate()
|
/titanic_41/usr/src/lib/libidmap/common/ |
H A D | idmap_cache.c | 353 while ((sid2uid_gid = avl_destroy_nodes( in idmap_cache_purge() 374 while ((uid2sid_winname = avl_destroy_nodes( in idmap_cache_purge() 399 while ((gid2sid_winname = avl_destroy_nodes( in idmap_cache_purge() 423 while ((winname2uid_gid = avl_destroy_nodes( in idmap_cache_purge()
|
/titanic_41/usr/src/uts/common/io/usb/usba/ |
H A D | usba_devdb.c | 553 avl_destroy_nodes(&usba_devdb, &cookie)) != NULL) { in usba_devdb_destroy_device_database()
|
/titanic_41/usr/src/lib/libzfs/common/ |
H A D | libzfs_iter.c | 293 while ((node = avl_destroy_nodes(&avl, &cookie)) != NULL) in zfs_iter_snapshots_sorted()
|
/titanic_41/usr/src/lib/libuutil/common/ |
H A D | uu_avl.c | 459 void *elem = avl_destroy_nodes(&ap->ua_tree, cookie); in uu_avl_teardown()
|
/titanic_41/usr/src/uts/common/fs/nfs/ |
H A D | nfs_auth.c | 1420 while ((node = avl_destroy_nodes(&p->authc_tree, &cookie)) != NULL) in nfsauth_free_clnt_node() 1458 while ((node = avl_destroy_nodes(tree, &cookie)) != NULL) in nfsauth_cache_free()
|