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

/freebsd-10.2-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_printf.h58 dt_pfprint_f *pfc_print; /* function to use for formatting */ member in struct:dt_pfconv
H A Ddt_printf.c774 if (pfc->pfc_check == NULL || pfc->pfc_print == NULL ||
1091 if (pfc->pfc_print == &pfprint_pct) {
1159 if (pfc->pfc_print == &pfprint_sint ||
1160 pfc->pfc_print == &pfprint_uint ||
1161 pfc->pfc_print == &pfprint_dint) {
1164 } else if (pfc->pfc_print == &pfprint_fp) {
1425 if (pfc->pfc_print == &pfprint_pct) {
1426 if (pfc->pfc_print(dtp, fp, NULL, pfd, NULL, 0, 1) >= 0)
1535 func = pfc->pfc_print;

Completed in 89 milliseconds