Searched defs:arrowp (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dipath.c149 ipath_dummy_lut(struct arrow *arrowp) argument
153 ipp = arrowp->head->myevent->ipp_un;
159 ipp = arrowp->tail->myevent->ipp_un;
H A Ditree.h122 } *arrowp; member in struct:event::bubble::arrowlist
148 struct constraintlist *itree_next_constraint(struct arrow *arrowp,
H A Deval.c120 struct config *croot, struct arrow *arrowp, int try, int *dupedp)
133 if (eval_expr(np, ex, events, globals, croot, arrowp, try,
153 arrowp, try, &val) && val.t == NODEPTR)
166 struct lut **globals, struct config *croot, struct arrow *arrowp,
176 arrowp, try, &lval))
179 arrowp, try, &rval))
195 arrowp, try, valuep))
212 struct config *croot, struct arrow *arrowp, int try, struct evalue *valuep)
230 croot, arrowp, try, &duped_lhs);
232 globals, croot, arrowp, tr
118 eval_getname(struct node *funcnp, struct lut *ex, struct node *events[], struct node *np, struct lut **globals, struct config *croot, struct arrow *arrowp, int try, int *dupedp) argument
165 eval_cat(struct node *np, struct lut *ex, struct node *events[], struct lut **globals, struct config *croot, struct arrow *arrowp, int try, struct evalue *valuep) argument
210 eval_func(struct node *funcnp, struct lut *ex, struct node *events[], struct node *np, struct lut **globals, struct config *croot, struct arrow *arrowp, int try, struct evalue *valuep) argument
1385 eval_expr(struct node *np, struct lut *ex, struct node *events[], struct lut **globals, struct config *croot, struct arrow *arrowp, int try, struct evalue *valuep) argument
[all...]
H A Dplatform.c1103 struct arrow *arrowp, char ***argv, int *argc, int *argvlen)
1118 if (arglist2argv(np->u.expr.left, globals, croot, arrowp,
1126 if (arglist2argv(np->u.expr.right, globals, croot, arrowp,
1157 if (!eval_expr(np, NULL, NULL, globals, croot, arrowp,
1246 generate_envp(struct arrow *arrowp, char ***envp, int *envc, int *envplen) argument
1265 arrowp->tail->myevent->enode->u.event.ename->u.name.s,
1266 arrowp->tail->myevent->ipp);
1268 arrowp->head->myevent->enode->u.event.ename->u.name.s,
1269 arrowp->head->myevent->ipp);
1271 if (arrowp
1102 arglist2argv(struct node *np, struct lut **globals, struct config *croot, struct arrow *arrowp, char ***argv, int *argc, int *argvlen) argument
1302 platform_call(struct node *np, struct lut **globals, struct config *croot, struct arrow *arrowp, struct evalue *valuep) argument
1404 platform_confcall(struct node *np, struct lut **globals, struct config *croot, struct arrow *arrowp, struct evalue *valuep) argument
[all...]
H A Ditree.c101 static struct constraintlist *itree_add_constraint(struct arrow *arrowp,
170 struct arrow *arrowp; local
182 arrowp = itree_add_arrow(G.arrownp, G.fromnp, G.tonp, infop->ex);
183 if (arrowp == NULL) {
193 arrowp->tail = G.frombp;
194 arrowp->head = G.tobp;
195 add_arrow(G.frombp, arrowp);
196 add_arrow(G.tobp, arrowp);
1476 struct arrow *arrowp; local
1516 arrowp
2088 itree_add_constraint(struct arrow *arrowp, struct node *c) argument
2112 itree_next_constraint(struct arrow *arrowp, struct constraintlist *last) argument
[all...]
H A Dfme.c232 ap->arrowp->pnode->u.arrow.needed = 1;
233 ipath_dummy_lut(ap->arrowp);
251 ap->arrowp->pnode->u.arrow.needed = 0;
1620 ap->arrowp->mark = 0;
3513 checkconstraints(struct fme *fmep, struct arrow *arrowp) argument
3519 if (arrowp->forever_false) {
3522 for (ctp = arrowp->constraints; ctp != NULL; ctp = ctp->next) {
3530 if (arrowp->forever_true) {
3533 for (ctp = arrowp->constraints; ctp != NULL; ctp = ctp->next) {
3542 for (ctp = arrowp
[all...]

Completed in 103 milliseconds