Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dfme.c108 int nsuspects; /* count of suspects */ member
2265 fmep->nsuspects++; in trim_suspects()
2779 struct rsl *erl = srl + fmep->nsuspects - 1; in publish_suspects()
2784 qsort(srl, fmep->nsuspects, sizeof (struct rsl), rslcmp); in publish_suspects()
2787 frs = alloca(fmep->nsuspects * sizeof (uint_t)); in publish_suspects()
3340 fmep->nsuspects = 0; in save_suspects()
3352 fmep->nsuspects = 0; in restore_suspects()
3355 fmep->nsuspects++; in restore_suspects()
3403 rpcnt = fmep->nsuspects; in fme_eval()
3421 if (fmep->nsuspects == 0 && mess_zero_count == 0) { in fme_eval()
[all …]