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

/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_printf.h92 #define DT_PFCONV_AGG 0x0100 /* use aggregation result (%@) */ macro
H A Ddt_printf.c921 pfd->pfd_flags |= DT_PFCONV_AGG;
1102 if (pfd->pfd_flags & DT_PFCONV_AGG) {
1320 * this record index with any conversion where DT_PFCONV_AGG is set.
1407 if (pfd->pfd_flags & DT_PFCONV_AGG) {
1410 * create a DT_PFCONV_AGG conversion without an
1424 * DT_PFCONV_AGG conversions beyond the number of
1814 if (pfd->pfd_flags & DT_PFCONV_AGG)

Completed in 46 milliseconds