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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_map.c297 while (id >= (max = VBDTCAST(dtrace_id_t)dtp->dt_maxagg) || dtp->dt_aggdesc == NULL) {
314 dtp->dt_maxagg = new_max;
397 if (aggid >= dtp->dt_maxagg || dtp->dt_aggdesc[aggid] == NULL) {
402 assert(aggid < dtp->dt_maxagg);
414 assert((dtp->dt_aggdesc != NULL && dtp->dt_maxagg != 0) ||
415 (dtp->dt_aggdesc == NULL && dtp->dt_maxagg == 0));
420 for (i = 0; i < dtp->dt_maxagg; i++) {
427 dtp->dt_maxagg = 0;
H A Ddt_impl.h246 size_t dt_maxagg; /* max aggregation ID */ member in struct:dtrace_hdl

Completed in 248 milliseconds