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

/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dcheck.c394 struct lut *lutp = stmtnp->u.stmt.lutp; local
401 tree_s2np_lut_lookup(lutp, Allowednames[i].name) == NULL)
411 struct node *nvpairnp, struct lut *lutp)
429 else if ((np = tree_s2np_lut_lookup(lutp, s)) != NULL) {
476 struct lut *lutp; local
491 lutp = Faults;
506 lutp = Upsets;
520 lutp = Defects;
535 lutp
410 check_stmt_allowed_properties(enum nodetype t, struct node *nvpairnp, struct lut *lutp) argument
[all...]
H A Dtree.c301 if (root->u.stmt.lutp)
302 lut_free(root->u.stmt.lutp, NULL, NULL);
942 nvpair2lut(struct node *np, struct lut *lutp, enum nodetype t) argument
948 check_stmt_allowed_properties(t, np, lutp);
949 lutp = tree_s2np_lut_add(lutp,
952 lutp = nvpair2lut(np->u.expr.left, lutp, t);
953 lutp = nvpair2lut(np->u.expr.right, lutp,
[all...]
H A Dtree.h219 struct lut *lutp; /* for declarations */ member in struct:node::__anon457::__anon462
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dconfig.c213 struct lut *lutp; local
217 lutp = rhs->u.stmt.lutp;
253 lut_walk(lutp, (lut_cb)addconfigprop, (void *)parent);
H A Ditree.c392 nrhs->u.stmt.lutp = props2instance(orhs, pd->epname);
440 lut_walk(eventnp->u.event.declp->u.stmt.lutp, nv_instantiate, &pd);
452 lut_free(dn->u.stmt.lutp, instances_destructor, NULL);
453 dn->u.stmt.lutp = NULL;
1542 itree_free(struct lut *lutp) argument
1548 lut_free(lutp, itree_destructor, NULL);
1554 itree_prune(struct lut *lutp) argument
1560 lut_walk(lutp, itree_pruner, NULL);

Completed in 72 milliseconds