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

/macosx-10.10.1/dtrace-147/libdtrace/
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.h280 size_t dt_maxagg; /* max aggregation ID */ member in struct:dtrace_hdl

Completed in 98 milliseconds