Searched defs:lutpp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dtree.c1018 struct node *np, struct node *nvpairs, struct lut **lutpp,
1030 * the global lut pointed to by lutpp (Faults, Defects, Upsets,
1039 if (justpath && (decl = tree_name2np_lut_lookup(*lutpp, np)) == NULL) {
1042 *lutpp = tree_name2np_lut_add(*lutpp, np, ret);
1045 (decl = tree_event2np_lut_lookup(*lutpp, np)) == NULL) {
1048 *lutpp = tree_event2np_lut_add(*lutpp, np, ret);
1017 dodecl(enum nodetype t, const char *file, int line, struct node *np, struct node *nvpairs, struct lut **lutpp, struct stats *countp, int justpath) argument

Completed in 58 milliseconds