Searched refs:DTRACE_AGGVARIDNONE (Results 1 – 5 of 5) sorted by relevance
428 if (agg->dtagd_varid != DTRACE_AGGVARIDNONE) in dt_aggregate_aggvarid()1316 dtrace_aggid_t max = DTRACE_AGGVARIDNONE, id;1340 if (clear || max == DTRACE_AGGVARIDNONE)1427 dtrace_aggid_t max = DTRACE_AGGVARIDNONE, id;1442 if (clear || max == DTRACE_AGGVARIDNONE)1708 if (aggvars[i] == DTRACE_AGGVARIDNONE || aggvars[i] < 0)
414 agg->dtagd_varid = DTRACE_AGGVARIDNONE;
1348 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()
87 #define DTRACE_AGGVARIDNONE 0 /* invalid aggregation variable ID */ macro