Home
last modified time | relevance | path

Searched refs:nsuspects (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/fm/modules/common/eversholt/
H A Dfme.c102 int nsuspects; /* count of suspects */ member
2254 fmep->nsuspects++; in trim_suspects()
2768 struct rsl *erl = srl + fmep->nsuspects - 1; in publish_suspects()
2773 qsort(srl, fmep->nsuspects, sizeof (struct rsl), rslcmp); in publish_suspects()
2776 frs = alloca(fmep->nsuspects * sizeof (uint_t)); in publish_suspects()
3329 fmep->nsuspects = 0; in save_suspects()
3341 fmep->nsuspects = 0; in restore_suspects()
3344 fmep->nsuspects++; in restore_suspects()
3392 rpcnt = fmep->nsuspects; in fme_eval()
3410 if (fmep->nsuspects == 0 && mess_zero_count == 0) { in fme_eval()
[all …]