Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/fm/libfmd_snmp/common/
H A Dproblem.c50 static uu_avl_t *problem_uuid_avl; variable
53 problem_uuid_avl != NULL)
93 data = uu_avl_find(problem_uuid_avl, key, NULL, NULL); in problem_lookup_uuid_exact()
107 (void) uu_avl_find(problem_uuid_avl, key, NULL, &idx); in problem_lookup_uuid_next()
109 data = uu_avl_nearest_next(problem_uuid_avl, idx); in problem_lookup_uuid_next()
212 (void) uu_avl_find(problem_uuid_avl, data, NULL, &idx); in problem_update_one()
213 uu_avl_insert(problem_uuid_avl, data, idx); in problem_update_one()
394 if ((problem_uuid_avl = uu_avl_create(problem_uuid_avl_pool, NULL, in sunFmProblemTable_init()
410 uu_avl_destroy(problem_uuid_avl); in sunFmProblemTable_init()