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

/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Ditree.c132 struct bubble *tobp; /* bubble arrow goes to */ member in struct:__anon27
192 G.tobp = itree_add_bubble(G.toe, B_TO, G.k, G.generation);
194 arrowp->head = G.tobp;
196 add_arrow(G.tobp, arrowp);
1475 struct bubble *frombp, *tobp; local
1521 tobp = itree_add_bubble(toe, B_TO, 0,
1524 arrowp->head = tobp;
1526 add_arrow(tobp, arrowp);

Completed in 51 milliseconds