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

/freebsd-12-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_printf.h81 struct dt_pfargd *pfd_next; /* pointer to next arg descriptor */ member in struct:dt_pfargd
H A Ddt_printf.c869 nfd->pfd_next = pfd;
1017 nfd->pfd_next = pfd;
1037 nfd = pfd->pfd_next;
1081 for (i = 0, j = 0; i < pfv->pfv_argc; i++, pfd = pfd->pfd_next) {
1378 for (i = 0; i < pfv->pfv_argc; i++, pfd = pfd->pfd_next) {
1857 for (i = 0; i < pfv->pfv_argc; i++, pfd = pfd->pfd_next) {
1911 for (i = 0; i < pfv->pfv_argc; i++, pfd = pfd->pfd_next) {

Completed in 101 milliseconds