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

/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Descparse.y91 %type <np> eventlist event nork norkexpr globid propbody
139 propbody: eventlist nork ARROW nork eventlist
143 | propbody nork ARROW nork eventlist
149 nork : /* empty */ label
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Ditree.h97 int nork; member in struct:event::bubble
H A Ditree.c104 enum bubbletype btype, int nork, int gen);
1436 * Constraints are ignored and all nork values are set to 0. If after all that
1635 out(flags|O_NONL, "N=%d to:", bp->nork);
1637 out(flags|O_NONL, "K=%d from:", bp->nork);
1639 out(flags|O_NONL, "K=%d masked from:", bp->nork);
1776 itree_add_bubble(struct event *eventp, enum bubbletype btype, int nork, int gen) argument
1790 else if (nork == 1 && curr->nork == 1) {
1796 if ((nork == N_IS_ALL && curr->nork
[all...]

Completed in 63 milliseconds