Searched defs:dlmgmt_dlconf_avl (Results 1 - 1 of 1) 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);

Completed in 60 milliseconds