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

/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_parser.h122 #define dn_aggfun dn_u._nodes._links[0] /* DT_NODE_AGG */ macro
H A Ddt_cc.c1248 if (dnp->dn_aggfun == NULL) {
1254 fid = dnp->dn_aggfun->dn_ident;
1256 if (dnp->dn_aggfun->dn_args != NULL &&
1257 dt_node_is_scalar(dnp->dn_aggfun->dn_args) == 0) {
1258 dnerror(dnp->dn_aggfun, D_AGG_SCALAR, "%s( ) argument #1 must "
1331 dt_node_t *arg1 = dnp->dn_aggfun->dn_args->dn_list;
1467 dt_node_t *llarg = dnp->dn_aggfun->dn_args->dn_list;
1597 incr = dnp->dn_aggfun->dn_args->dn_list;
1638 if (dnp->dn_aggfun->dn_args != NULL) {
1639 dt_cg(yypcb, dnp->dn_aggfun
[all...]
H A Ddt_parser.c618 if (dnp->dn_aggfun != NULL) {
619 dt_node_free(dnp->dn_aggfun);
620 dnp->dn_aggfun = NULL;
3525 if (lp->dn_aggfun != NULL) {
3530 lp->dn_aggfun = rp;
4083 * If dn_aggfun is set, this node is a collapsed aggregation assignment (see
4085 * case we cook both the tuple and the function call. If dn_aggfun is NULL,
4094 if (dnp->dn_aggfun != NULL) {
4095 dnp->dn_aggfun = dt_node_cook(dnp->dn_aggfun, DT_IDFLG_RE
[all...]

Completed in 125 milliseconds