Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Desclex.c964 struct filestats *nfstats = Fstats; in lex_free() local
972 while (nfstats != NULL) { in lex_free()
973 Fstats = nfstats->next; in lex_free()
974 stats_delete(nfstats->stats); in lex_free()
975 if (nfstats->idstats != NULL) in lex_free()
976 stats_delete(nfstats->idstats); in lex_free()
977 FREE(nfstats); in lex_free()
978 nfstats = Fstats; in lex_free()