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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dpic8259.c187 * triggered. Using this call avoids potential race conditions. This
193 int triggered = ( undi_irq_this_trigger_count - local
204 return triggered ? 1 : 0;
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dfme.c203 fmep->Tcallcount = stats_new_counter(nbuf, "calls to triggered()", 1);
294 Nfmep->Tcallcount = stats_new_counter(nbuf, "calls to triggered()", 1);
3503 static int triggered(struct fme *fmep, struct event *ep, int mark);
3581 triggered(struct fme *fmep, struct event *ep, int mark) function
3686 if (!triggered(fmep, ep2, EFFECTS_COUNTER)) {
3792 out(O_ALTFP|O_VERB, " NOT YET triggered");
3796 out(O_ALTFP|O_VERB, " NOT triggered");
3799 out(O_ALTFP|O_VERB, " triggered");
3966 if (triggered(fmep, ep2, REQMNTS_COUNTER))

Completed in 74 milliseconds