Home
last modified time | relevance | path

Searched refs:lutp (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dtree.c317 if (root->u.stmt.lutp) in tree_free()
318 lut_free(root->u.stmt.lutp, NULL, NULL); in tree_free()
964 check_stmt_allowed_properties(t, np, lutp); in nvpair2lut()
965 lutp = tree_s2np_lut_add(lutp, in nvpair2lut()
968 lutp = nvpair2lut(np->u.expr.left, lutp, t); in nvpair2lut()
969 lutp = nvpair2lut(np->u.expr.right, lutp, t); in nvpair2lut()
976 return (lutp); in nvpair2lut()
1059 ret->u.stmt.lutp = nvpair2lut(nvpairs, NULL, t); in dodecl()
1065 ret->u.stmt.lutp = nvpair2lut(nvpairs, NULL, t); in dodecl()
1068 decl->u.stmt.lutp = nvpair2lut(nvpairs, decl->u.stmt.lutp, t); in dodecl()
[all …]
H A Dcheck.c394 struct lut *lutp = stmtnp->u.stmt.lutp; in check_stmt_required_properties() local
401 tree_s2np_lut_lookup(lutp, Allowednames[i].name) == NULL) in check_stmt_required_properties()
411 struct node *nvpairnp, struct lut *lutp) in check_stmt_allowed_properties() argument
429 else if ((np = tree_s2np_lut_lookup(lutp, s)) != NULL) { in check_stmt_allowed_properties()
476 struct lut *lutp; in check_propnames() local
491 lutp = Faults; in check_propnames()
506 lutp = Upsets; in check_propnames()
520 lutp = Defects; in check_propnames()
535 lutp = Errors; in check_propnames()
542 lutp = Ereports; in check_propnames()
[all …]
H A Dcheck.h46 struct node *nvpairnp, struct lut *lutp);
H A Dtree.h217 struct lut *lutp; /* for declarations */ member
H A Dptree.c382 } else if (np->u.stmt.lutp) { in ptree()
388 lut_walk(np->u.stmt.lutp, ptree_plut, &pd); in ptree()
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dconfig.c213 struct lut *lutp; in addconfig() local
217 lutp = rhs->u.stmt.lutp; in addconfig()
253 lut_walk(lutp, (lut_cb)addconfigprop, (void *)parent); in addconfig()
H A Deft_mdb.c774 } else if (node.u.stmt.lutp) { in eft_node()
776 (uintptr_t)node.u.stmt.lutp) != 0) in eft_node()
789 } else if (node.u.stmt.lutp) { in eft_node()
791 (uintptr_t)node.u.stmt.lutp) != 0) in eft_node()
H A Ditree.c392 nrhs->u.stmt.lutp = props2instance(orhs, pd->epname); in nv_instantiate()
440 lut_walk(eventnp->u.event.declp->u.stmt.lutp, nv_instantiate, &pd); in props2instance()
452 lut_free(dn->u.stmt.lutp, instances_destructor, NULL); in instances_destructor()
453 dn->u.stmt.lutp = NULL; in instances_destructor()
1542 itree_free(struct lut *lutp) in itree_free() argument
1548 lut_free(lutp, itree_destructor, NULL); in itree_free()
1554 itree_prune(struct lut *lutp) in itree_prune() argument
1560 lut_walk(lutp, itree_pruner, NULL); in itree_prune()
H A Dfme.c1102 lut_lookup(serdinst->u.stmt.lutp, (void *)L_id, NULL)) != NULL) { in serd_eval()
1238 nN = lut_lookup(serdinst->u.stmt.lutp, (void *)L_N, in serd_eval()
1244 nT = lut_lookup(serdinst->u.stmt.lutp, (void *)L_T, in serd_eval()
1290 lut_lookup(serdinst->u.stmt.lutp, in serd_eval()