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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_parser.h129 #define dn_aggtup dn_u._nodes._links[1] /* DT_NODE_AGG */ macro
H A Ddt_sugar.c241 for (arg = dnp->dn_aggtup; arg != NULL; arg = arg->dn_list)
H A Ddt_parser.c617 dt_node_list_free(&dnp->dn_aggtup);
3797 * If the left-hand side is an aggregation, just set dn_aggtup
3804 if (lp->dn_aggtup != NULL) {
3810 lp->dn_aggtup = rp;
4093 dnp->dn_ident, &dnp->dn_aggtup));
4934 for (arg = dnp->dn_aggtup; arg != NULL; arg = arg->dn_list) {
H A Ddt_cc.c1188 for (anp = dnp->dn_aggtup; anp != NULL; anp = anp->dn_list) {

Completed in 84 milliseconds