Searched refs:SERDs (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/cmd/fm/eversholt/common/ |
H A D | tree.c | 131 lut_free(SERDs, NULL, NULL); in tree_fini() 132 SERDs = NULL; in tree_fini() 1075 serd = tree_event2np_lut_lookup(SERDs, serd); in update_serd_refstmt() 1169 &SERDs, SERDcount, 0); in tree_decl() 1319 lut_walk(SERDs, (lut_cb)check_required_props, (void *)T_SERD); in tree_report() 1335 lut_walk(SERDs, (lut_cb)check_refcount, (void *)T_SERD); in tree_report()
|
H A D | tree.h | 326 struct lut *SERDs; variable
|
H A D | ptree.c | 706 lut_walk(SERDs, (lut_cb)byname_printer, (void *)&info); in ptree_type_pattern()
|
H A D | check.c | 726 if ((declp = tree_event2np_lut_lookup(SERDs, engnp)) == NULL) { in check_upset_engine()
|