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

/illumos-gate/usr/src/lib/fm/libfmevent/common/
H A Dfmev_subscribe.c53 uu_avl_t *sh_avl; member in struct:__anon2487
279 if (uu_avl_find(ihdl->sh_avl, sip, NULL, &idx) != NULL) {
318 uu_avl_insert(ihdl->sh_avl, sip, idx);
338 uu_avl_remove(ihdl->sh_avl, sip);
371 if ((sip = uu_avl_find(ihdl->sh_avl, &si, NULL, NULL)) != NULL) {
551 if ((ihdl->sh_avl = uu_avl_create(ihdl->sh_pool, NULL,
673 if (ihdl->sh_avl) {
677 while ((sip = uu_avl_teardown(ihdl->sh_avl, &cookie)) != NULL)
680 uu_avl_destroy(ihdl->sh_avl);
681 ihdl->sh_avl
[all...]

Completed in 44 milliseconds