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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_parser.h125 #define dn_aggfun dn_u._nodes._links[0] /* DT_NODE_AGG */ macro
H A Ddt_cc.c1104 if (dnp->dn_aggfun == NULL) {
1110 fid = dnp->dn_aggfun->dn_ident;
1112 if (dnp->dn_aggfun->dn_args != NULL &&
1113 dt_node_is_scalar(dnp->dn_aggfun->dn_args) == 0) {
1114 dnerror(dnp->dn_aggfun, D_AGG_SCALAR, "%s( ) argument #1 must "
1187 dt_node_t *arg1 = dnp->dn_aggfun->dn_args->dn_list;
1313 incr = dnp->dn_aggfun->dn_args->dn_list;
1354 if (dnp->dn_aggfun->dn_args != NULL) {
1355 dt_cg(yypcb, dnp->dn_aggfun->dn_args);
H A Ddt_parser.c601 if (dnp->dn_aggfun != NULL) {
602 dt_node_free(dnp->dn_aggfun);
603 dnp->dn_aggfun = NULL;
3438 if (lp->dn_aggfun != NULL) {
3443 lp->dn_aggfun = rp;
3999 * If dn_aggfun is set, this node is a collapsed aggregation assignment (see
4001 * case we cook both the tuple and the function call. If dn_aggfun is NULL,
4010 if (dnp->dn_aggfun != NULL) {
4011 dnp->dn_aggfun = dt_node_cook(dnp->dn_aggfun, DT_IDFLG_RE
[all...]

Completed in 79 milliseconds