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

/freebsd-current/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_printf.h93 #define DT_PFCONV_AGG 0x0100 /* use aggregation result (%@) */ macro
H A Ddt_printf.c957 pfd->pfd_flags |= DT_PFCONV_AGG;
1138 if (pfd->pfd_flags & DT_PFCONV_AGG) {
1365 * this record index with any conversion where DT_PFCONV_AGG is set.
1454 if (pfd->pfd_flags & DT_PFCONV_AGG) {
1457 * create a DT_PFCONV_AGG conversion without an
1471 * DT_PFCONV_AGG conversions beyond the number of
1951 if (pfd->pfd_flags & DT_PFCONV_AGG)

Completed in 98 milliseconds