Searched refs:oaggs (Results 1 – 1 of 1) sorted by relevance
10550 dtrace_aggregation_t **oaggs = state->dts_aggregations; in dtrace_ecb_aggregation_create() local10558 ASSERT(oaggs == NULL); in dtrace_ecb_aggregation_create()10564 if (oaggs != NULL) { in dtrace_ecb_aggregation_create()10565 bcopy(oaggs, aggs, onaggs * sizeof (*aggs)); in dtrace_ecb_aggregation_create()10566 kmem_free(oaggs, onaggs * sizeof (*aggs)); in dtrace_ecb_aggregation_create()