Home
last modified time | relevance | path

Searched refs:problem_uuid_avl_pool (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/fm/libfmd_snmp/common/
H A Dproblem.c49 static uu_avl_pool_t *problem_uuid_avl_pool; variable
52 #define VALID_AVL_STATE (problem_uuid_avl_pool != NULL && \
211 problem_uuid_avl_pool); in problem_update_one()
380 if ((problem_uuid_avl_pool = uu_avl_pool_create("problem_uuid", in sunFmProblemTable_init()
392 if ((problem_uuid_avl = uu_avl_create(problem_uuid_avl_pool, NULL, in sunFmProblemTable_init()
399 uu_avl_pool_destroy(problem_uuid_avl_pool); in sunFmProblemTable_init()
409 uu_avl_pool_destroy(problem_uuid_avl_pool); in sunFmProblemTable_init()