Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dfme.c3370 struct rsl *srl2 = NULL; in fme_eval() local
3413 srl2 = MALLOC(rpcnt * sizeof (struct rsl)); in fme_eval()
3414 bzero(srl2, rpcnt * sizeof (struct rsl)); in fme_eval()
3415 mess_zero_count = trim_suspects(fmep, srl, srl2, ffep); in fme_eval()
3433 publish_suspects(fmep, srl2); in fme_eval()
3472 publish_suspects(nfmep, srl2); in fme_eval()
3479 FREE(srl2); in fme_eval()