Searched refs:dd_next (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_decl.c91 ddp->dd_next = NULL;
102 ndp = ddp->dd_next;
115 while (ddp->dd_next != NULL) {
116 dsp->ds_decl = ddp->dd_next;
117 ddp->dd_next = NULL;
135 assert(ddp->dd_next == NULL);
136 ddp->dd_next = top;
380 while (ndp->dd_next != NULL && ndp->dd_next->dd_kind == CTF_K_ARRAY)
381 ndp = ndp->dd_next; /* ski
[all...]
H A Ddt_decl.h52 struct dt_decl *dd_next; /* next declaration in list */ member in struct:dt_decl
H A Ddt_parser.c1633 if (dt_decl_type(ddp->dd_next, &dtt) != 0)
2276 if (dt_decl_type(ddp->dd_next, &dtt) != 0)

Completed in 169 milliseconds