Searched refs:oaggs (Results 1 – 1 of 1) sorted by relevance
10667 dtrace_aggregation_t **oaggs = state->dts_aggregations; in dtrace_ecb_aggregation_create() local10675 ASSERT(oaggs == NULL); in dtrace_ecb_aggregation_create()10681 if (oaggs != NULL) { in dtrace_ecb_aggregation_create()10682 bcopy(oaggs, aggs, onaggs * sizeof (*aggs)); in dtrace_ecb_aggregation_create()10683 kmem_free(oaggs, onaggs * sizeof (*aggs)); in dtrace_ecb_aggregation_create()