Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dtree.c50 struct lut *Defects; variable
137 lut_free(Defects, NULL, NULL); in tree_fini()
138 Defects = NULL; in tree_fini()
1132 &Defects, Defectcount, 0); in tree_decl()
1135 decl = tree_event2np_lut_lookup(Defects, np); in tree_decl()
1346 lut_walk(Defects, (lut_cb)check_upset_engine, (void *)T_DEFECT); in tree_report()
H A Dtree.h319 extern struct lut *Defects;
H A Dptree.c695 lut_walk(Defects, (lut_cb)byname_printer, (void *)&info); in ptree_type_pattern()
H A Dcheck.c520 lutp = Defects; in check_propnames()