Home
last modified time | relevance | path

Searched refs:nbundle (Results 1 – 1 of 1) sorted by relevance

/src/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_aggregate.c1689 dt_ahashent_t *h, **sorted = NULL, ***bundle, **nbundle; local
2021 if ((nbundle = dt_zalloc(dtp, bundlesize)) == NULL) {
2032 assert(nbundle[map[id] - 1] == NULL);
2033 nbundle[map[id] - 1] = sorted[j];
2035 if (nbundle[naggvars] == NULL)
2036 nbundle[naggvars] = sorted[j];
2040 if (nbundle[j] != NULL)
2055 assert(nbundle[remap[j] - 1] != NULL);
2056 nbundle[j] = nbundle[remap[j] - 1];
2058 nbundle[j] = &zaggdata[j];
[all …]