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

/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Ditree.h65 * requirements_test bubble mark bits
93 struct bubble { struct in struct:event
94 struct bubble *next;
107 struct bubble *head;
108 struct bubble *tail;
145 struct arrowlist *itree_next_arrow(struct bubble *bubblep,
147 struct bubble *itree_next_bubble(struct event *eventp, struct bubble *last);
H A Ditree.c89 static void itree_pbubble(int flags, struct bubble *bp);
94 static void itree_free_arrowlists(struct bubble *bubp, int arrows_too);
95 static void itree_prune_arrowlists(struct bubble *bubp);
100 static void add_arrow(struct bubble *bp, struct arrow *ap);
103 static struct bubble *itree_add_bubble(struct event *eventp,
105 static void itree_free_bubble(struct bubble *freeme);
131 struct bubble *frombp; /* bubble arrow comes from */
132 struct bubble *tobp; /* bubble arro
2076 itree_next_arrow(struct bubble *bubble, struct arrowlist *last) argument
[all...]

Completed in 60 milliseconds