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.c1003 tree_event2np_lut_lookup(struct lut *root, struct node *enp) function
1045 (decl = tree_event2np_lut_lookup(*lutpp, np)) == NULL) {
1075 serd = tree_event2np_lut_lookup(SERDs, serd);
1101 decl = tree_event2np_lut_lookup(Faults, np);
1110 decl = tree_event2np_lut_lookup(Upsets, np);
1119 decl = tree_event2np_lut_lookup(Defects, np);
H A Dtree.h308 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) {
561 if ((dnp = tree_event2np_lut_lookup(lutp, np)) == NULL) {
726 if ((declp = tree_event2np_lut_lookup(SERDs, engnp)) == NULL) {
905 if ((dnp = tree_event2np_lut_lookup(Errors, rhs)) == NULL) {

Completed in 49 milliseconds