Home
last modified time | relevance | path

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

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