Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fm/modules/common/eversholt/
H A Dfme.c3359 struct rsl *srl2 = NULL; in fme_eval() local
3402 srl2 = MALLOC(rpcnt * sizeof (struct rsl)); in fme_eval()
3403 bzero(srl2, rpcnt * sizeof (struct rsl)); in fme_eval()
3404 mess_zero_count = trim_suspects(fmep, srl, srl2, ffep); in fme_eval()
3422 publish_suspects(fmep, srl2); in fme_eval()
3461 publish_suspects(nfmep, srl2); in fme_eval()
3468 FREE(srl2); in fme_eval()