Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/fm/eversholt/common/
H A Dtree.c131 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 Dtree.h326 struct lut *SERDs; variable
H A Dptree.c706 lut_walk(SERDs, (lut_cb)byname_printer, (void *)&info); in ptree_type_pattern()
H A Dcheck.c726 if ((declp = tree_event2np_lut_lookup(SERDs, engnp)) == NULL) { in check_upset_engine()