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

/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dfme.c1026 * returns true if engine tripped and *enamep and *ippp were filled in.
1307 * build up tripped[], an array of ereports produced by the firing of
1316 /* we build an array of tripped ereports that we send ourselves */
1320 } *tripped; local
1342 tripped = alloca(sizeof (*tripped) * nupset);
1343 bzero((void *)tripped, sizeof (*tripped) * nupset);
1349 &tripped[ntrip].ename, &tripped[ntri
[all...]

Completed in 66 milliseconds