Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fm/modules/common/eversholt/
H A Deft.c219 extern struct stats *Filecount;
306 if (stats_counter_value(Filecount) == 0) { in _fmd_init()
/titanic_41/usr/src/cmd/fm/eversholt/common/
H A Desclex.c61 struct stats *Filecount; variable
221 Filecount = stats_new_counter("lex.files", "total files read", 0); in lex_init()
252 stats_counter_bump(Filecount); in lex_init()
963 stats_delete(Filecount); in lex_free()