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

/illumos-gate/usr/src/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.c68 for (stp = dt_list_next(&pgp->dp_stmts); stp != NULL; stp = next) {
96 if (dt_list_next(&pgp->dp_stmts) != NULL) {
104 for (stp = dt_list_next(&pgp->dp_stmts); stp; stp = dt_list_next(stp)) {
283 dt_list_append(&pgp->dp_stmts, stp);
296 for (stp = dt_list_next(&pgp->dp_stmts); stp != NULL; stp = next) {
H A Ddt_handle.c74 stp = dt_list_next(&pgp->dp_stmts);
H A Ddt_dof.c669 for (last = NULL, stp = dt_list_next(&pgp->dp_stmts);
713 for (last = NULL, stp = dt_list_next(&pgp->dp_stmts);
H A Ddt_pid.c727 for (stp = dt_list_next(&pgp->dp_stmts); stp != NULL;

Completed in 928 milliseconds