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

/freebsd-10.2-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_printf.h92 #define DT_PFCONV_AGG 0x0100 /* use aggregation result (%@) */ macro
H A Ddt_printf.c950 pfd->pfd_flags |= DT_PFCONV_AGG;
1131 if (pfd->pfd_flags & DT_PFCONV_AGG) {
1357 * this record index with any conversion where DT_PFCONV_AGG is set.
1444 if (pfd->pfd_flags & DT_PFCONV_AGG) {
1447 * create a DT_PFCONV_AGG conversion without an
1461 * DT_PFCONV_AGG conversions beyond the number of
1932 if (pfd->pfd_flags & DT_PFCONV_AGG)

Completed in 49 milliseconds