Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Ditree.h93 struct bubble { struct
94 struct bubble *next;
95 struct event *myevent;
96 int gen; /* generation # */
97 int nork;
98 int mark:11;
99 enum bubbletype {
103 } t:2;
104 struct arrowlist {
123 } *arrows;
H A Ditree.c2076 itree_next_arrow(struct bubble *bubble, struct arrowlist *last) in itree_next_arrow()