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

/freebsd-12-stable/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.c775 if (pfc->pfc_check == NULL || pfc->pfc_print == NULL ||
1092 if (pfc->pfc_print == &pfprint_pct) {
1160 if (pfc->pfc_print == &pfprint_sint ||
1161 pfc->pfc_print == &pfprint_uint ||
1162 pfc->pfc_print == &pfprint_dint) {
1165 } else if (pfc->pfc_print == &pfprint_fp) {
1429 if (pfc->pfc_print == &pfprint_pct) {
1430 if (pfc->pfc_print(dtp, fp, NULL, pfd, NULL, 0, 1) >= 0)
1539 func = pfc->pfc_print;

Completed in 181 milliseconds