Searched refs:dt_maxagg (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_map.c295 while (id >= (max = dtp->dt_maxagg) || dtp->dt_aggdesc == NULL) {
312 dtp->dt_maxagg = new_max;
395 if (aggid >= dtp->dt_maxagg || dtp->dt_aggdesc[aggid] == NULL) {
400 assert(aggid < dtp->dt_maxagg);
412 assert((dtp->dt_aggdesc != NULL && dtp->dt_maxagg != 0) ||
413 (dtp->dt_aggdesc == NULL && dtp->dt_maxagg == 0));
418 for (i = 0; i < dtp->dt_maxagg; i++) {
425 dtp->dt_maxagg = 0;
H A Ddt_impl.h236 size_t dt_maxagg; /* max aggregation ID */ member in struct:dtrace_hdl

Completed in 18 milliseconds