Home
last modified time | relevance | path

Searched refs:arrowp (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Deval.c121 struct config *croot, struct arrow *arrowp, int try, int *dupedp) in eval_getname() argument
134 if (eval_expr(np, ex, events, globals, croot, arrowp, try, in eval_getname()
154 arrowp, try, &val) && val.t == NODEPTR) in eval_getname()
167 struct lut **globals, struct config *croot, struct arrow *arrowp, in eval_cat() argument
177 arrowp, try, &lval)) in eval_cat()
180 arrowp, try, &rval)) in eval_cat()
196 arrowp, try, valuep)) in eval_cat()
213 struct config *croot, struct arrow *arrowp, int try, struct evalue *valuep) in eval_func() argument
231 croot, arrowp, try, &duped_lhs); in eval_func()
233 globals, croot, arrowp, try, &duped_rhs); in eval_func()
[all …]
H A Ditree.c101 static struct constraintlist *itree_add_constraint(struct arrow *arrowp,
170 struct arrow *arrowp; in generate() local
182 arrowp = itree_add_arrow(G.arrownp, G.fromnp, G.tonp, infop->ex); in generate()
183 if (arrowp == NULL) { in generate()
193 arrowp->tail = G.frombp; in generate()
194 arrowp->head = G.tobp; in generate()
195 add_arrow(G.frombp, arrowp); in generate()
196 add_arrow(G.tobp, arrowp); in generate()
1476 struct arrow *arrowp; in itree_create_dummy() local
1516 arrowp = alloc_xmalloc( in itree_create_dummy()
[all …]
H A Dplatform.h59 struct arrow *arrowp, struct evalue *valuep);
61 struct config *croot, struct arrow *arrowp, struct evalue *valuep);
H A Ditree.h122 } *arrowp; member
148 struct constraintlist *itree_next_constraint(struct arrow *arrowp,
H A Dplatform.c1105 struct arrow *arrowp, char ***argv, int *argc, int *argvlen) in arglist2argv() argument
1120 if (arglist2argv(np->u.expr.left, globals, croot, arrowp, in arglist2argv()
1128 if (arglist2argv(np->u.expr.right, globals, croot, arrowp, in arglist2argv()
1159 if (!eval_expr(np, NULL, NULL, globals, croot, arrowp, in arglist2argv()
1248 generate_envp(struct arrow *arrowp, char ***envp, int *envc, int *envplen) in generate_envp() argument
1267 arrowp->tail->myevent->enode->u.event.ename->u.name.s, in generate_envp()
1268 arrowp->tail->myevent->ipp); in generate_envp()
1270 arrowp->head->myevent->enode->u.event.ename->u.name.s, in generate_envp()
1271 arrowp->head->myevent->ipp); in generate_envp()
1273 if (arrowp->head->myevent->enode->file == NULL) { in generate_envp()
[all …]
H A Dfme.c238 ap->arrowp->pnode->u.arrow.needed = 1; in set_needed_arrows()
239 ipath_dummy_lut(ap->arrowp); in set_needed_arrows()
257 ap->arrowp->pnode->u.arrow.needed = 0; in unset_needed_arrows()
1627 ap->arrowp->mark = 0; in clear_arrows()
3531 checkconstraints(struct fme *fmep, struct arrow *arrowp) in checkconstraints() argument
3537 if (arrowp->forever_false) { in checkconstraints()
3540 for (ctp = arrowp->constraints; ctp != NULL; ctp = ctp->next) { in checkconstraints()
3548 if (arrowp->forever_true) { in checkconstraints()
3551 for (ctp = arrowp->constraints; ctp != NULL; ctp = ctp->next) { in checkconstraints()
3560 for (ctp = arrowp->constraints; ctp != NULL; ctp = ctp->next) { in checkconstraints()
[all …]
H A Dipath.c149 ipath_dummy_lut(struct arrow *arrowp) in ipath_dummy_lut() argument
153 ipp = arrowp->head->myevent->ipp_un; in ipath_dummy_lut()
159 ipp = arrowp->tail->myevent->ipp_un; in ipath_dummy_lut()
H A Deval.h53 struct lut **globals, struct config *croot, struct arrow *arrowp,