Searched defs:bubp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Ditree.c94 static void itree_free_arrowlists(struct bubble *bubp, int arrows_too);
95 static void itree_prune_arrowlists(struct bubble *bubp);
2017 itree_free_arrowlists(struct bubble *bubp, int arrows_too) argument
2021 al = bubp->arrows;
2034 itree_delete_arrow(struct bubble *bubp, struct arrow *arrow) argument
2038 al = bubp->arrows;
2040 bubp->arrows = al->next;
2057 itree_prune_arrowlists(struct bubble *bubp) argument
2061 al = bubp->arrows;
2064 if (bubp
[all...]

Completed in 49 milliseconds