Searched refs:DTRACE_AGGVARIDNONE (Results 1 – 5 of 5) sorted by relevance
427 if (agg->dtagd_varid != DTRACE_AGGVARIDNONE) in dt_aggregate_aggvarid()1308 dtrace_aggid_t max = DTRACE_AGGVARIDNONE, id;1332 if (clear || max == DTRACE_AGGVARIDNONE)1419 dtrace_aggid_t max = DTRACE_AGGVARIDNONE, id;1434 if (clear || max == DTRACE_AGGVARIDNONE)1700 if (aggvars[i] == DTRACE_AGGVARIDNONE || aggvars[i] < 0)
414 agg->dtagd_varid = DTRACE_AGGVARIDNONE;
1329 DTRACE_AGGVARIDNONE + 1, UINT_MAX); in dt_vopen()
1014 if (aggdesc->dtagd_varid > DTRACE_AGGVARIDNONE + 1) { in process_aggregate()1021 if (aggdesc->dtagd_varid != DTRACE_AGGVARIDNONE + 2) in process_aggregate()
80 #define DTRACE_AGGVARIDNONE 0 /* invalid aggregation variable ID */ macro