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

/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Deval.c54 static struct node *eval_fru(struct node *np);
129 nodep = eval_fru(np->u.func.arglist);
581 valuep->v = (uintptr_t)eval_fru(np);
1978 * eval_fru() and eval_asru() don't do much, but are called from a number
1982 eval_fru(struct node *np) function

Completed in 243 milliseconds