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

/freebsd-10-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_parser.h123 #define dn_aggtup dn_u._nodes._links[1] /* DT_NODE_AGG */ macro
H A Ddt_parser.c622 dt_node_list_free(&dnp->dn_aggtup);
3801 * If the left-hand side is an aggregation, just set dn_aggtup
3808 if (lp->dn_aggtup != NULL) {
3814 lp->dn_aggtup = rp;
4097 dnp->dn_ident, &dnp->dn_aggtup));
4753 for (arg = dnp->dn_aggtup; arg != NULL; arg = arg->dn_list) {
H A Ddt_cc.c1269 for (anp = dnp->dn_aggtup; anp != NULL; anp = anp->dn_list) {

Completed in 330 milliseconds