Searched refs:dn_aggfun (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_parser.h117 #define dn_aggfun dn_u._nodes._links[0] /* DT_NODE_AGG */ macro
H A Ddt_cc.c1086 if (dnp->dn_aggfun == NULL) {
1092 fid = dnp->dn_aggfun->dn_ident;
1094 if (dnp->dn_aggfun->dn_args != NULL &&
1095 dt_node_is_scalar(dnp->dn_aggfun->dn_args) == 0) {
1096 dnerror(dnp->dn_aggfun, D_AGG_SCALAR, "%s( ) argument #1 must "
1169 dt_node_t *arg1 = dnp->dn_aggfun->dn_args->dn_list;
1295 incr = dnp->dn_aggfun->dn_args->dn_list;
1336 if (dnp->dn_aggfun->dn_args != NULL) {
1337 dt_cg(yypcb, dnp->dn_aggfun->dn_args);
H A Ddt_parser.c593 if (dnp->dn_aggfun != NULL) {
594 dt_node_free(dnp->dn_aggfun);
595 dnp->dn_aggfun = NULL;
3429 if (lp->dn_aggfun != NULL) {
3434 lp->dn_aggfun = rp;
3990 * If dn_aggfun is set, this node is a collapsed aggregation assignment (see
3992 * case we cook both the tuple and the function call. If dn_aggfun is NULL,
4001 if (dnp->dn_aggfun != NULL) {
4002 dnp->dn_aggfun = dt_node_cook(dnp->dn_aggfun, DT_IDFLG_RE
[all...]

Completed in 43 milliseconds