Searched refs:dlmgmt_dlconf_avl (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/dlmgmtd/
H A Ddlmgmt_util.c56 avl_tree_t dlmgmt_dlconf_avl; variable
167 avl_create(&dlmgmt_dlconf_avl, cmp_dlconf_by_id,
182 avl_destroy(&dlmgmt_dlconf_avl);
773 dlconfp = AVL_NEXT(&dlmgmt_dlconf_avl, dlconfp);
782 dlconfp = avl_find(&dlmgmt_dlconf_avl, &dlconf, NULL);
791 dlconfp = AVL_NEXT(&dlmgmt_dlconf_avl, dlconfp);
H A Ddlmgmt_impl.h95 extern avl_tree_t dlmgmt_dlconf_avl;
H A Ddlmgmt_door.c747 avl_add(&dlmgmt_dlconf_avl, dlconfp);
772 dlconfp = avl_find(&dlmgmt_dlconf_avl, &dlconf, NULL);
805 dlconfp = avl_find(&dlmgmt_dlconf_avl, &dlconf, NULL);
851 dlconfp = avl_find(&dlmgmt_dlconf_avl, &dlconf, NULL);
963 dlconfp = avl_find(&dlmgmt_dlconf_avl, &dlconf, NULL);
972 avl_remove(&dlmgmt_dlconf_avl, dlconfp);
1041 avl_add(&dlmgmt_dlconf_avl, dlconfp);
1144 if ((dlconfp = avl_find(&dlmgmt_dlconf_avl, &dlconf, NULL)) == NULL ||

Completed in 51 milliseconds