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

/freebsd-current/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_printf.h59 dt_pfprint_f *pfc_print; /* function to use for formatting */ member in struct:dt_pfconv
H A Ddt_printf.c781 if (pfc->pfc_check == NULL || pfc->pfc_print == NULL ||
1098 if (pfc->pfc_print == &pfprint_pct) {
1166 if (pfc->pfc_print == &pfprint_sint ||
1167 pfc->pfc_print == &pfprint_uint ||
1168 pfc->pfc_print == &pfprint_dint) {
1171 } else if (pfc->pfc_print == &pfprint_fp) {
1435 if (pfc->pfc_print == &pfprint_pct) {
1436 if (pfc->pfc_print(dtp, fp, NULL, pfd, NULL, 0, 1) >= 0)
1545 func = pfc->pfc_print;

Completed in 121 milliseconds