Home
last modified time | relevance | path

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

/netbsd/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_map.c329 while (id >= (max = dtp->dt_maxagg) || dtp->dt_aggdesc == NULL) {
346 dtp->dt_maxagg = new_max;
437 if (aggid >= dtp->dt_maxagg || dtp->dt_aggdesc[aggid] == NULL) {
442 assert(aggid < dtp->dt_maxagg);
454 assert((dtp->dt_aggdesc != NULL && dtp->dt_maxagg != 0) ||
455 (dtp->dt_aggdesc == NULL && dtp->dt_maxagg == 0));
460 for (i = 0; i < dtp->dt_maxagg; i++) {
467 dtp->dt_maxagg = 0;
H A Ddt_impl.h280 size_t dt_maxagg; /* max aggregation ID */ member