Searched refs:lutp (Results 1 – 9 of 9) sorted by relevance
/titanic_44/usr/src/cmd/fm/eversholt/common/ |
H A D | tree.c | 301 if (root->u.stmt.lutp) in tree_free() 302 lut_free(root->u.stmt.lutp, NULL, NULL); in tree_free() 942 nvpair2lut(struct node *np, struct lut *lutp, enum nodetype t) in nvpair2lut() argument 948 check_stmt_allowed_properties(t, np, lutp); in nvpair2lut() 949 lutp = tree_s2np_lut_add(lutp, in nvpair2lut() 952 lutp = nvpair2lut(np->u.expr.left, lutp, t); in nvpair2lut() 953 lutp = nvpair2lut(np->u.expr.right, lutp, t); in nvpair2lut() 960 return (lutp); in nvpair2lut() 1043 ret->u.stmt.lutp = nvpair2lut(nvpairs, NULL, t); in dodecl() 1049 ret->u.stmt.lutp = nvpair2lut(nvpairs, NULL, t); in dodecl() [all …]
|
H A D | check.c | 394 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 D | check.h | 48 struct node *nvpairnp, struct lut *lutp);
|
H A D | tree.h | 219 struct lut *lutp; /* for declarations */ member
|
H A D | ptree.c | 384 } else if (np->u.stmt.lutp) { in ptree() 390 lut_walk(np->u.stmt.lutp, ptree_plut, &pd); in ptree()
|
/titanic_44/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | config.c | 213 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 D | eft_mdb.c | 772 } else if (node.u.stmt.lutp) { in eft_node() 774 (uintptr_t)node.u.stmt.lutp) != 0) in eft_node() 787 } else if (node.u.stmt.lutp) { in eft_node() 789 (uintptr_t)node.u.stmt.lutp) != 0) in eft_node()
|
H A D | itree.c | 392 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 D | fme.c | 1095 lut_lookup(serdinst->u.stmt.lutp, (void *)L_id, NULL)) != NULL) { in serd_eval() 1231 nN = lut_lookup(serdinst->u.stmt.lutp, (void *)L_N, in serd_eval() 1237 nT = lut_lookup(serdinst->u.stmt.lutp, (void *)L_T, in serd_eval() 1283 lut_lookup(serdinst->u.stmt.lutp, in serd_eval()
|