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

/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dfme.c3354 int rpcnt; local
3385 rpcnt = fmep->nsuspects;
3393 srl = MALLOC(rpcnt * sizeof (struct rsl));
3394 bzero(srl, rpcnt * sizeof (struct rsl));
3395 srl2 = MALLOC(rpcnt * sizeof (struct rsl));
3396 bzero(srl2, rpcnt * sizeof (struct rsl));

Completed in 117 milliseconds