Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dtree.c1019 tree_event2np_lut_lookup(struct lut *root, struct node *enp) in tree_event2np_lut_lookup() function
1061 (decl = tree_event2np_lut_lookup(*lutpp, np)) == NULL) { in dodecl()
1091 serd = tree_event2np_lut_lookup(SERDs, serd); in update_serd_refstmt()
1117 decl = tree_event2np_lut_lookup(Faults, np); in tree_decl()
1126 decl = tree_event2np_lut_lookup(Upsets, np); in tree_decl()
1135 decl = tree_event2np_lut_lookup(Defects, np); in tree_decl()
H A Dtree.h306 struct node *tree_event2np_lut_lookup(struct lut *root, struct node *enp);
H A Dcheck.c231 } else if (tree_event2np_lut_lookup(Ereports, np) == NULL) { in check_reportlist()
561 if ((dnp = tree_event2np_lut_lookup(lutp, np)) == NULL) { in check_propnames()
726 if ((declp = tree_event2np_lut_lookup(SERDs, engnp)) == NULL) { in check_upset_engine()
905 if ((dnp = tree_event2np_lut_lookup(Errors, rhs)) == NULL) { in check_cycle_rhs()