Symbol: nlm_hosts_tree
usr/src/uts/common/klm/klmmod.c
108
ASSERT(avl_is_empty(&g->nlm_hosts_tree));
usr/src/uts/common/klm/klmmod.c
109
avl_destroy(&g->nlm_hosts_tree);
usr/src/uts/common/klm/klmmod.c
77
avl_create(&g->nlm_hosts_tree, nlm_host_cmp,
usr/src/uts/common/klm/nlm_impl.c
1208
avl_remove(&g->nlm_hosts_tree, hostp);
usr/src/uts/common/klm/nlm_impl.c
1639
hostp = avl_find(&g->nlm_hosts_tree, &key, &pos);
usr/src/uts/common/klm/nlm_impl.c
1749
avl_insert(&g->nlm_hosts_tree, host, where);
usr/src/uts/common/klm/nlm_impl.c
2492
while (!avl_is_empty(&g->nlm_hosts_tree)) {
usr/src/uts/common/klm/nlm_impl.c
2500
hostp = avl_first(&g->nlm_hosts_tree);
usr/src/uts/common/klm/nlm_impl.c
2516
hostp = AVL_NEXT(&g->nlm_hosts_tree, hostp);
usr/src/uts/common/klm/nlm_impl.c
2522
hostp = AVL_NEXT(&g->nlm_hosts_tree, hostp);
usr/src/uts/common/klm/nlm_impl.c
2575
hostp = avl_first(&g->nlm_hosts_tree);
usr/src/uts/common/klm/nlm_impl.c
2585
hostp = AVL_NEXT(&g->nlm_hosts_tree, hostp);
usr/src/uts/common/klm/nlm_impl.c
2611
hostp = avl_first(&g->nlm_hosts_tree);
usr/src/uts/common/klm/nlm_impl.c
2652
hostp = AVL_NEXT(&g->nlm_hosts_tree, hostp);
usr/src/uts/common/klm/nlm_impl.c
374
for (hostp = avl_first(&g->nlm_hosts_tree); hostp != NULL;
usr/src/uts/common/klm/nlm_impl.c
375
hostp = AVL_NEXT(&g->nlm_hosts_tree, hostp)) {
usr/src/uts/common/klm/nlm_impl.c
620
for (hostp = avl_first(&g->nlm_hosts_tree); hostp != NULL;
usr/src/uts/common/klm/nlm_impl.c
621
hostp = AVL_NEXT(&g->nlm_hosts_tree, hostp)) {
usr/src/uts/common/klm/nlm_impl.c
669
hostp = avl_first(&g->nlm_hosts_tree);
usr/src/uts/common/klm/nlm_impl.c
684
h_next = AVL_NEXT(&g->nlm_hosts_tree, hostp);
usr/src/uts/common/klm/nlm_service.c
1115
for (hostp = avl_first(&g->nlm_hosts_tree); hostp != NULL;
usr/src/uts/common/klm/nlm_service.c
1116
hostp = AVL_NEXT(&g->nlm_hosts_tree, hostp)) {