Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dfme.c110 int uniqobs; /* number of unique events observed */ member
413 Nfmep->uniqobs = 0; in newfme()
524 OBBUFNMSZ, "observed%d.nvp", fp->uniqobs); in serialize_observation()
533 fp->uniqobs++; in serialize_observation()
535 sizeof (fp->uniqobs)); in serialize_observation()
555 sizeof (fp->uniqobs)); in init_fme_bufs()
577 for (o = 0; o < fp->uniqobs; o++) { in destroy_fme_bufs()
603 for (ocnt = 0; ocnt < fmep->uniqobs; ocnt++) { in reconstitute_observations()
682 if (ocnt == fmep->uniqobs) { in reconstitute_observations()
775 (void *)&fmep->uniqobs, sizeof (fmep->uniqobs)); in fme_restart()
[all …]