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

/freebsd-10.2-release/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.c868 nfd->pfd_next = pfd;
1016 nfd->pfd_next = pfd;
1036 nfd = pfd->pfd_next;
1080 for (i = 0, j = 0; i < pfv->pfv_argc; i++, pfd = pfd->pfd_next) {
1376 for (i = 0; i < pfv->pfv_argc; i++, pfd = pfd->pfd_next) {
1844 for (i = 0; i < pfv->pfv_argc; i++, pfd = pfd->pfd_next) {
1898 for (i = 0; i < pfv->pfv_argc; i++, pfd = pfd->pfd_next) {

Completed in 55 milliseconds