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

/freebsd-10.2-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_printf.h100 uint_t pfv_flags; /* flags used for validation */ member in struct:dt_pfargv
H A Ddt_printf.c850 pfv->pfv_flags = 0;
1062 pfv->pfv_flags = flags;
1363 if (pfv->pfv_flags & DT_PRINTF_AGGREGATION) {
1398 if (pfv->pfv_flags & DT_PRINTF_AGGREGATION) {
1477 if (pfv->pfv_flags & DT_PRINTF_AGGREGATION) {
1573 if (pfv->pfv_flags & DT_PRINTF_AGGREGATION) {
1875 pfv->pfv_flags |= DT_PRINTF_AGGREGATION;

Completed in 132 milliseconds