Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dtree.c56 struct lut *STATs; variable
149 lut_free(STATs, NULL, NULL); in tree_fini()
150 STATs = NULL; in tree_fini()
1191 &STATs, STATcount, 0); in tree_decl()
1336 lut_walk(STATs, (lut_cb)check_required_props, (void *)T_STAT); in tree_report()
H A Dtree.h325 extern struct lut *STATs;
H A Dptree.c707 lut_walk(STATs, (lut_cb)byname_printer, (void *)&info); in ptree_type_pattern()