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

/macosx-10.9.5/dtrace-118.1/libdtrace/
H A Ddt_printf.h81 struct dt_pfargd *pfd_next; /* pointer to next arg descriptor */ member in struct:dt_pfargd
H A Ddt_printf.c817 nfd->pfd_next = pfd;
965 nfd->pfd_next = pfd;
985 nfd = pfd->pfd_next;
1029 for (i = 0, j = 0; i < pfv->pfv_argc; i++, pfd = pfd->pfd_next) {
1311 for (i = 0; i < pfv->pfv_argc; i++, pfd = pfd->pfd_next) {
1706 for (i = 0; i < pfv->pfv_argc; i++, pfd = pfd->pfd_next) {
1760 for (i = 0; i < pfv->pfv_argc; i++, pfd = pfd->pfd_next) {

Completed in 121 milliseconds