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

/netbsd-current/external/cddl/osnet/dist/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.c797 if (pfc->pfc_check == NULL || pfc->pfc_print == NULL ||
1114 if (pfc->pfc_print == &pfprint_pct) {
1183 if (pfc->pfc_print == &pfprint_sint ||
1184 pfc->pfc_print == &pfprint_uint ||
1185 pfc->pfc_print == &pfprint_dint) {
1188 } else if (pfc->pfc_print == &pfprint_fp) {
1452 if (pfc->pfc_print == &pfprint_pct) {
1453 if (pfc->pfc_print(dtp, fp, NULL, pfd, NULL, 0, 1) >= 0)
1562 func = pfc->pfc_print;

Completed in 203 milliseconds