Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_printf.h100 uint_t pfv_flags; /* flags used for validation */ member
H A Ddt_printf.c873 pfv->pfv_flags = 0; in dt_printf_create()
1085 pfv->pfv_flags = flags; in dt_printf_validate()
1388 if (pfv->pfv_flags & DT_PRINTF_AGGREGATION) { in dt_printf_format()
1425 if (pfv->pfv_flags & DT_PRINTF_AGGREGATION) { in dt_printf_format()
1504 if (pfv->pfv_flags & DT_PRINTF_AGGREGATION) { in dt_printf_format()
1609 if (pfv->pfv_flags & DT_PRINTF_AGGREGATION) { in dt_printf_format()
1913 pfv->pfv_flags |= DT_PRINTF_AGGREGATION; in dtrace_printa_create()