Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fm/modules/common/eversholt/
H A Deval.c120 struct config *croot, struct arrow *arrowp, int try, int *dupedp) in eval_getname() argument
133 if (eval_expr(np, ex, events, globals, croot, arrowp, try, in eval_getname()
153 arrowp, try, &val) && val.t == NODEPTR) in eval_getname()
166 struct lut **globals, struct config *croot, struct arrow *arrowp, in eval_cat() argument
176 arrowp, try, &lval)) in eval_cat()
179 arrowp, try, &rval)) in eval_cat()
195 arrowp, try, valuep)) in eval_cat()
212 struct config *croot, struct arrow *arrowp, int try, struct evalue *valuep) in eval_func() argument
230 croot, arrowp, try, &duped_lhs); in eval_func()
232 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.h60 struct arrow *arrowp, struct evalue *valuep);
62 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.c1103 struct arrow *arrowp, char ***argv, int *argc, int *argvlen) in arglist2argv() argument
1118 if (arglist2argv(np->u.expr.left, globals, croot, arrowp, in arglist2argv()
1126 if (arglist2argv(np->u.expr.right, globals, croot, arrowp, in arglist2argv()
1157 if (!eval_expr(np, NULL, NULL, globals, croot, arrowp, in arglist2argv()
1246 generate_envp(struct arrow *arrowp, char ***envp, int *envc, int *envplen) in generate_envp() argument
1265 arrowp->tail->myevent->enode->u.event.ename->u.name.s, in generate_envp()
1266 arrowp->tail->myevent->ipp); in generate_envp()
1268 arrowp->head->myevent->enode->u.event.ename->u.name.s, in generate_envp()
1269 arrowp->head->myevent->ipp); in generate_envp()
1271 if (arrowp->head->myevent->enode->file == NULL) { in generate_envp()
[all …]
H A Dfme.c232 ap->arrowp->pnode->u.arrow.needed = 1; in set_needed_arrows()
233 ipath_dummy_lut(ap->arrowp); in set_needed_arrows()
251 ap->arrowp->pnode->u.arrow.needed = 0; in unset_needed_arrows()
1620 ap->arrowp->mark = 0; in clear_arrows()
3520 checkconstraints(struct fme *fmep, struct arrow *arrowp) in checkconstraints() argument
3526 if (arrowp->forever_false) { in checkconstraints()
3529 for (ctp = arrowp->constraints; ctp != NULL; ctp = ctp->next) { in checkconstraints()
3537 if (arrowp->forever_true) { in checkconstraints()
3540 for (ctp = arrowp->constraints; ctp != NULL; ctp = ctp->next) { in checkconstraints()
3549 for (ctp = arrowp->constraints; ctp != NULL; ctp = ctp->next) { in checkconstraints()
[all …]
H A Deval.h55 struct lut **globals, struct config *croot, struct arrow *arrowp,
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()