Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_aggregate.c1685 dt_ahashent_t *h, **sorted = NULL, ***bundle, **nbundle; local
2017 if ((nbundle = dt_zalloc(dtp, bundlesize)) == NULL) {
2028 assert(nbundle[map[id] - 1] == NULL);
2029 nbundle[map[id] - 1] = sorted[j];
2031 if (nbundle[naggvars] == NULL)
2032 nbundle[naggvars] = sorted[j];
2036 if (nbundle[j] != NULL)
2051 assert(nbundle[remap[j] - 1] != NULL);
2052 nbundle[j] = nbundle[remap[j] - 1];
2054 nbundle[j] = &zaggdata[j];
[all …]