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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_parser.h126 #define dn_aggtup dn_u._nodes._links[1] /* DT_NODE_AGG */ macro
H A Ddt_parser.c605 dt_node_list_free(&dnp->dn_aggtup);
3726 * If the left-hand side is an aggregation, just set dn_aggtup
3733 if (lp->dn_aggtup != NULL) {
3739 lp->dn_aggtup = rp;
4013 dnp->dn_ident, &dnp->dn_aggtup));
4665 for (arg = dnp->dn_aggtup; arg != NULL; arg = arg->dn_list) {
H A Ddt_cc.c1125 for (anp = dnp->dn_aggtup; anp != NULL; anp = anp->dn_list) {

Completed in 48 milliseconds