Home
last modified time | relevance | path

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

/freebsd-13.1/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_printf.h76 int pfd_width; /* field width (or 0) */ member
H A Ddt_printf.c436 width = pfd->pfd_dynwidth ? pfd->pfd_dynwidth : pfd->pfd_width; in pfprint_stack()
905 pfd->pfd_width = n; in dt_printf_create()
952 pfd->pfd_width = 16; in dt_printf_create()
954 pfd->pfd_width = 8; in dt_printf_create()
1387 int width = pfd->pfd_width; in dt_printf_format()
1921 int width = pfd->pfd_width; in dtrace_printf_format()