Searched refs:dp_stmts (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.2-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_program.h46 dt_list_t dp_stmts; /* linked list of dt_stmt_t's */ member in struct:dtrace_prog
H A Ddt_program.c70 for (stp = dt_list_next(&pgp->dp_stmts); stp != NULL; stp = next) {
98 if (dt_list_next(&pgp->dp_stmts) != NULL) {
106 for (stp = dt_list_next(&pgp->dp_stmts); stp; stp = dt_list_next(stp)) {
288 dt_list_append(&pgp->dp_stmts, stp);
301 for (stp = dt_list_next(&pgp->dp_stmts); stp != NULL; stp = next) {
H A Ddt_handle.c76 stp = dt_list_next(&pgp->dp_stmts);
H A Ddt_dof.c673 for (last = NULL, stp = dt_list_next(&pgp->dp_stmts);
717 for (last = NULL, stp = dt_list_next(&pgp->dp_stmts);
H A Ddt_pid.c797 for (stp = dt_list_next(&pgp->dp_stmts); stp != NULL;

Completed in 37 milliseconds