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

/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Desclex.c957 struct filestats *nfstats = Fstats; local
965 while (nfstats != NULL) {
966 Fstats = nfstats->next;
967 stats_delete(nfstats->stats);
968 if (nfstats->idstats != NULL)
969 stats_delete(nfstats->idstats);
970 FREE(nfstats);
971 nfstats = Fstats;

Completed in 57 milliseconds