Searched refs:DTRACE_AGGVARIDNONE (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_aggregate.c427 if (agg->dtagd_varid != DTRACE_AGGVARIDNONE)
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)
H A Ddt_map.c414 agg->dtagd_varid = DTRACE_AGGVARIDNONE;
H A Ddt_open.c1332 DTRACE_AGGVARIDNONE + 1, UINT_MAX);
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/lockstat/
H A Dlockstat.c999 * order, and they are guaranteed to start from DTRACE_AGGVARIDNONE
1006 if (aggdesc->dtagd_varid > DTRACE_AGGVARIDNONE + 1) {
1013 if (aggdesc->dtagd_varid != DTRACE_AGGVARIDNONE + 2)
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Ddtrace.h80 #define DTRACE_AGGVARIDNONE 0 /* invalid aggregation variable ID */ macro

Completed in 243 milliseconds